HomeSort by relevance Sort by last modified time
    Searched refs:fopen_utf8 (Results 1 - 12 of 12) sorted by null

  /external/ImageMagick/MagickWand/tests/
script-token-test.c 74 #define fopen_utf8(p,q) fopen(p,q) macro
  /external/flac/include/share/
compat.h 152 #define flac_fopen fopen_utf8
  /external/ImageMagick/MagickWand/
script-token.c 227 token_info->stream=fopen_utf8(filename, "r");
magick-cli.c 662 output=fopen_utf8(argv[argc-1],"wb");
672 input=fopen_utf8(argv[i],"rb");
convert.c 119 output=fopen_utf8(argv[argc-1],"wb");
129 input=fopen_utf8(argv[i],"rb");
    [all...]
  /external/ImageMagick/coders/
cut.c 402 if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL)
406 if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL)
409 if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL)
sfw.c 314 file=fopen_utf8(read_info->filename,"wb");
wpg.c 771 ps_file=fopen_utf8(postscript_file,"wb");
    [all...]
  /external/ImageMagick/MagickCore/
utility-private.h 115 static inline FILE *fopen_utf8(const char *path,const char *mode) function
opencl.c     [all...]
log.c     [all...]
blob.c     [all...]

Completed in 240 milliseconds