#include "magick/magick-config.h"
#include <stdarg.h>
#include <stdio.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 "magick/method-attribute.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <sys/wait.h>
#include <pwd.h>
#include "magick/magick-type.h"
#include <sys/time.h>
Go to the source code of this file.
◆ DirectoryListSeparator
#define DirectoryListSeparator ':' |
◆ DirectorySeparator
#define DirectorySeparator "/" |
Referenced by AcquireTypeCache(), AcquireUniqueSymbolicLink(), ExpandFilename(), ExpandFilenames(), ExternalDelegateCommand(), GetConfigureBlob(), GetConfigurePaths(), GetExecutionPath(), GetMagickHomeURL(), GetNextToken(), GetPathTemplate(), LoadCoderCache(), LoadColorCache(), LoadConfigureCache(), LoadDelegateCache(), LoadLocaleCache(), LoadLogCache(), LoadMagicCache(), LoadMimeCache(), LoadPolicyCache(), LoadTypeCache(), MagickCoreGenesis(), SetTypeNodePath(), and TranslateEvent().
◆ DisableMSCWarning
#define DisableMSCWarning |
( |
|
nr | ) |
|
◆ EditorOptions
#define EditorOptions " -title \"Edit Image Comment\" -e vi" |
◆ Exit
◆ IsBasenameSeparator
◆ magick_restrict
#define magick_restrict restrict |
◆ MAGICKCORE_CONFIG_H
#define MAGICKCORE_CONFIG_H |
◆ MAGICKCORE_IMPLEMENTATION
#define MAGICKCORE_IMPLEMENTATION 1 |
◆ MAGICKCORE_POSIX_SUPPORT
#define MAGICKCORE_POSIX_SUPPORT |
◆ MagickMaxRecursionDepth
#define MagickMaxRecursionDepth 600 |
Referenced by LoadCoderCache(), LoadColorCache(), LoadConfigureCache(), LoadDelegateCache(), LoadLocaleCache(), LoadLogCache(), LoadMagicCache(), LoadMimeCache(), LoadPolicyCache(), LoadTypeCache(), and ValidateEntities().
◆ NAMLEN
◆ O_BINARY
Referenced by AcquireUniqueFileResource(), AcquireUniqueSymbolicLink(), BlobToFile(), ConfigureFileToStringInfo(), CopyDelegateFile(), FileToBlob(), FileToImage(), FileToXML(), GenerateEntropicChaos(), ImageToFile(), InjectImageBlob(), OpenPixelCacheOnDisk(), and ShredFile().
◆ PATH_MAX
◆ ProcessPendingEvents
#define ProcessPendingEvents |
( |
|
text | ) |
|
◆ ReadCommandlLine
#define ReadCommandlLine |
( |
|
argc, |
|
|
|
argv |
|
) |
| |
◆ RestoreMSCWarning
#define RestoreMSCWarning |
◆ S_ISDIR
#define S_ISDIR |
( |
|
mode | ) |
(((mode) & S_IFMT) == S_IFDIR) |
◆ S_ISREG
#define S_ISREG |
( |
|
mode | ) |
(((mode) & S_IFMT) == S_IFREG) |
◆ S_MODE
◆ SetNotifyHandlers
#define SetNotifyHandlers |
◆ STDC
◆ STDIN_FILENO
#define STDIN_FILENO 0x00 |
◆ Swap
#define Swap |
( |
|
x, |
|
|
|
y |
|
) |
| ((x)^=(y), (y)^=(x), (x)^=(y)) |
◆ X11_PREFERENCES_PATH
#define X11_PREFERENCES_PATH "~/." |