studio.h File Reference
#include <stdarg.h>
#include <stdio.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <stddef.h>
#include <memory.h>
#include <string.h>
#include <strings.h>
#include <inttypes.h>
#include <stdint.h>
#include <unistd.h>
#include <ctype.h>
#include <locale.h>
#include <errno.h>
#include <fcntl.h>
#include <math.h>
#include <time.h>
#include <limits.h>
#include <signal.h>
#include <assert.h>
#include <xlocale.h>
#include <pthread.h>
#include "MagickCore/method-attribute.h"
#include <sys/types.h>
#include <sys/timeb.h>
#include <dirent.h>
#include <sys/wait.h>
#include <pwd.h>
#include "MagickCore/magick-type.h"
#include <sys/time.h>
#include <sys/times.h>
#include <sys/resource.h>
#include <sys/mman.h>
#include <sys/sendfile.h>
Go to the source code of this file.
Define Documentation
#define DirectoryListSeparator ':' |
#define DirectorySeparator "/" |
Referenced by AcquireTypeCache(), AcquireUniqueSymbolicLink(), ExpandFilename(), ExpandFilenames(), ExternalDelegateCommand(), GetConfigurePaths(), GetExecutionPath(), GetMagickHomeURL(), GetNextToken(), GetPathTemplate(), LoadColorCache(), LoadConfigureCache(), LoadDelegateCache(), LoadLocaleCache(), LoadLogCache(), LoadMimeCache(), LoadPolicyCache(), LoadTypeCache(), MagickCoreGenesis(), SetTypeNodePath(), TranslateEvent(), and XFileBrowserWidget().
#define DisableMSCWarning |
( |
nr |
|
) |
|
#define EditorOptions " -title \"Edit Image Comment\" -e vi" |
#define IsBasenameSeparator |
( |
c |
|
) |
((c) == '/' ? MagickTrue : MagickFalse) |
#define MAGICKCORE_IMPLEMENTATION 1 |
#define MAGICKCORE_MODULES_SUPPORT |
#define MAGICKCORE_POSIX_SUPPORT |
#define MagickMaxRecursionDepth 600 |
#define NAMLEN |
( |
dirent |
|
) |
strlen((dirent)->d_name) |
Referenced by AcquireUniqueFileResource(), AcquireUniqueSymbolicLink(), BlobToFile(), ConfigureFileToStringInfo(), CopyDelegateFile(), FileToBlob(), FileToImage(), FileToXML(), GenerateEntropicChaos(), ImageToFile(), InjectImageBlob(), OpenPixelCacheOnDisk(), and ShredFile().
#define ProcessPendingEvents |
( |
text |
|
) |
|
#define ReadCommandlLine |
( |
argc, |
|
|
argv |
|
) |
|
#define RestoreMSCWarning |
#define S_ISDIR |
( |
mode |
|
) |
(((mode) & S_IFMT) == S_IFDIR) |
#define S_ISREG |
( |
mode |
|
) |
(((mode) & S_IFMT) == S_IFREG) |
#define SetNotifyHandlers |
#define STDIN_FILENO 0x00 |
#define Swap |
( |
x, |
|
|
y |
|
) |
((x)^=(y), (y)^=(x), (x)^=(y)) |
#define X11_PREFERENCES_PATH "~/." |