studio.h File Reference

#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <strings.h>
#include <string.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 <pthread.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/timeb.h>
#include <dirent.h>
#include <sys/wait.h>
#include <pwd.h>
#include "magick/magick-type.h"
#include <sys/time.h>
#include <sys/times.h>
#include <sys/resource.h>
Include dependency graph for studio.h:

Go to the source code of this file.

Defines

#define MAGICKCORE_POSIX_SUPPORT
#define MAGICKCORE_IMPLEMENTATION   1
#define STDC
#define MagickExport
#define ModuleExport
#define MagickGlobal
#define MagickSignature   0xabacadabUL
#define magick_unused(x)   x
#define NAMLEN(dirent)   strlen((dirent)->d_name)
#define S_ISDIR(mode)   (((mode) & S_IFMT) == S_IFDIR)
#define S_ISREG(mode)   (((mode) & S_IFMT) == S_IFREG)
#define S_MODE   0600
#define DirectorySeparator   "/"
#define DirectoryListSeparator   ':'
#define EditorOptions   " -title \"Edit Image Comment\" -e vi"
#define Exit   exit
#define IsBasenameSeparator(c)   ((c) == '/' ? MagickTrue : MagickFalse)
#define X11_PREFERENCES_PATH   "~/."
#define ProcessPendingEvents(text)
#define ReadCommandlLine(argc, argv)
#define SetNotifyHandlers
#define STDIN_FILENO   0x00
#define O_BINARY   0x00
#define PATH_MAX   4096
#define MAGICKCORE_MODULES_SUPPORT
#define MagickSeek(file, offset, whence)   lseek(file,offset,whence)
#define MagickTell(file)   tell(file)
#define Swap(x, y)   ((x)^=(y), (y)^=(x), (x)^=(y))

Define Documentation

#define DirectoryListSeparator   ':'

Definition at line 335 of file studio.h.

Referenced by GetConfigurePaths().

#define DirectorySeparator   "/"
#define EditorOptions   " -title \"Edit Image Comment\" -e vi"

Definition at line 336 of file studio.h.

#define Exit   exit

Definition at line 337 of file studio.h.

#define IsBasenameSeparator (  )     ((c) == '/' ? MagickTrue : MagickFalse)

Definition at line 338 of file studio.h.

Referenced by GetPathComponent(), and GetPathComponents().

#define magick_unused (  )     x

Definition at line 247 of file studio.h.

#define MAGICKCORE_IMPLEMENTATION   1

Definition at line 59 of file studio.h.

#define MAGICKCORE_MODULES_SUPPORT

Definition at line 436 of file studio.h.

#define MAGICKCORE_POSIX_SUPPORT

Definition at line 56 of file studio.h.

#define MagickExport

Definition at line 150 of file studio.h.

#define MagickGlobal

Definition at line 152 of file studio.h.

#define MagickSeek ( file,
offset,
whence   )     lseek(file,offset,whence)
#define MagickSignature   0xabacadabUL

Definition at line 155 of file studio.h.

#define MagickTell ( file   )     tell(file)

Definition at line 452 of file studio.h.

#define ModuleExport

Definition at line 151 of file studio.h.

#define NAMLEN ( dirent   )     strlen((dirent)->d_name)

Definition at line 272 of file studio.h.

#define O_BINARY   0x00
#define PATH_MAX   4096

Definition at line 432 of file studio.h.

Referenced by GetExecutionPath().

#define ProcessPendingEvents ( text   ) 

Definition at line 340 of file studio.h.

Referenced by MagickMonitor().

#define ReadCommandlLine ( argc,
argv   ) 

Definition at line 341 of file studio.h.

#define S_ISDIR ( mode   )     (((mode) & S_IFMT) == S_IFDIR)

Definition at line 278 of file studio.h.

Referenced by GetPathTemplate(), and IsPathDirectory().

#define S_ISREG ( mode   )     (((mode) & S_IFMT) == S_IFREG)

Definition at line 281 of file studio.h.

Referenced by IsPathAccessible().

#define S_MODE   0600
#define SetNotifyHandlers

Definition at line 342 of file studio.h.

#define STDC

Definition at line 90 of file studio.h.

#define STDIN_FILENO   0x00

Definition at line 424 of file studio.h.

#define Swap ( x,
 )     ((x)^=(y), (y)^=(x), (x)^=(y))
#define X11_PREFERENCES_PATH   "~/."

Definition at line 339 of file studio.h.

Referenced by XGetResourceDatabase(), and XUserPreferences().


Generated on 19 Nov 2009 for MagickCore by  doxygen 1.6.1