MagickCore  6.8.5
utility-private.h File Reference
#include "magick/memory_.h"
#include "magick/nt-base.h"
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 access_utf8 (const char *path, int mode)
static FILE * fopen_utf8 (const char *path, const char *mode)
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

static int access_utf8 ( const char *  path,
int  mode 
)
inlinestatic
static FILE* fopen_utf8 ( const char *  path,
const char *  mode 
)
inlinestatic
static FILE* popen_utf8 ( const char *  command,
const char *  type 
)
inlinestatic
static int remove_utf8 ( const char *  path)
inlinestatic
static int rename_utf8 ( const char *  source,
const char *  destination 
)
inlinestatic
static int stat_utf8 ( const char *  path,
struct stat *  attributes 
)
inlinestatic