Home
last modified time | relevance | path

Searched refs:popen_utf8 (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dutility-private.h199 static inline FILE *popen_utf8(const char *command,const char *type) in popen_utf8() function
Ddelegate.c409 file=popen_utf8(sanitize_command,"r"); in ExternalDelegateCommand()
Dblob.c3344 blob_info->file_info.file=(FILE *) popen_utf8(sanitize_command,fileMode); in OpenBlob()