Lines Matching defs:fileMode
3300 fileMode[MagickPathExtent];
3302 *fileMode =(*type);
3303 fileMode[1]='\0';
3304 blob_info->file_info.file=fdopen(StringToLong(filename+3),fileMode);
3322 fileMode[MagickPathExtent],
3332 *fileMode =(*type);
3333 fileMode[1]='\0';
3335 blob_info->file_info.file=(FILE *) popen_utf8(sanitize_command,fileMode);