MagickCore  6.9.10
Convert, Edit, Or Compose Bitmap Images
utility-private.h File Reference
Include dependency graph for utility-private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MagickPrivate MagickBooleanType ShredFile (const char *)
 
static int MagickReadDirectory (DIR *directory, struct dirent *entry, struct dirent **result)
 
static int access_utf8 (const char *path, int mode)
 
static FILE * fopen_utf8 (const char *path, const char *mode)
 
static void getcwd_utf8 (char *path, size_t extent)
 
static int open_utf8 (const char *path, int flags, mode_t mode)
 
static FILE * popen_utf8 (const char *command, const char *type)
 
static int remove_utf8 (const char *path)
 
static int rename_utf8 (const char *source, const char *destination)
 
static int stat_utf8 (const char *path, struct stat *attributes)
 

Function Documentation

◆ access_utf8()

static int access_utf8 ( const char *  path,
int  mode 
)
inlinestatic

◆ fopen_utf8()

static FILE* fopen_utf8 ( const char *  path,
const char *  mode 
)
inlinestatic

References RelinquishMagickMemory().

Referenced by LogMagickEventList(), and OpenBlob().

◆ getcwd_utf8()

static void getcwd_utf8 ( char *  path,
size_t  extent 
)
inlinestatic

References MaxTextExtent.

Referenced by ExpandFilenames().

◆ MagickReadDirectory()

static int MagickReadDirectory ( DIR directory,
struct dirent entry,
struct dirent **  result 
)
inlinestatic

◆ open_utf8()

◆ popen_utf8()

static FILE* popen_utf8 ( const char *  command,
const char *  type 
)
inlinestatic

References RelinquishMagickMemory().

Referenced by OpenBlob().

◆ remove_utf8()

static int remove_utf8 ( const char *  path)
inlinestatic

◆ rename_utf8()

static int rename_utf8 ( const char *  source,
const char *  destination 
)
inlinestatic

◆ ShredFile()

◆ stat_utf8()

static int stat_utf8 ( const char *  path,
struct stat *  attributes 
)
inlinestatic

References RelinquishMagickMemory().

Referenced by GetPathAttributes().