#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.
#define DirectoryListSeparator ':' |
#define DirectorySeparator "/" |
Referenced by AcquireTypeCache(), AcquireUniqueSymbolicLink(), ExpandFilename(), ExpandFilenames(), GetConfigureBlob(), GetConfigurePaths(), GetExecutionPath(), GetMagickHomeURL(), GetNextToken(), GetPathTemplate(), LoadCoderCache(), LoadColorCache(), LoadConfigureCache(), LoadDelegateCache(), LoadLocaleCache(), LoadLogCache(), LoadMagicCache(), LoadMimeCache(), LoadPolicyCache(), LoadTypeCache(), MagickCoreGenesis(), SetTypeNodePath(), and TranslateEvent().
#define DisableMSCWarning |
( |
|
nr | ) |
|
#define EditorOptions " -title \"Edit Image Comment\" -e vi" |
#define magick_restrict restrict |
#define MAGICK_SSIZE_MAX (SSIZE_MAX) |
Referenced by AcquirePixelCache(), BlobToFile(), CastDoubleToLong(), CheckPrimitiveExtent(), ConfigureFileToStringInfo(), dpc_read(), dpc_send(), FileToBlob(), FileToXML(), GetMaxMemoryRequest(), IsSceneGeometry(), ReadDistributePixelCacheIndexes(), ReadDistributePixelCachePixels(), ReadMatrixElements(), ReadPixelCacheRegion(), SeekBlob(), SetMagickResourceLimit(), TraceBezier(), ValidatePixelOffset(), WriteDistributePixelCacheIndexes(), WriteDistributePixelCachePixels(), WriteMatrixElements(), and WritePixelCacheRegion().
#define MAGICK_SSIZE_MIN (-(SSIZE_MAX)-1) |
#define MAGICKCORE_CONFIG_H |
#define MAGICKCORE_IMPLEMENTATION 1 |
#define MAGICKCORE_POSIX_SUPPORT |
#define MagickMaxRecursionDepth 600 |
Referenced by LoadCoderCache(), LoadColorCache(), LoadConfigureCache(), LoadDelegateCache(), LoadLocaleCache(), LoadLogCache(), LoadMagicCache(), LoadMimeCache(), LoadPolicyCache(), LoadTypeCache(), RenderMVGContent(), and ValidateEntities().
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 "~/." |