Lines Matching refs:FormatLocaleFile
352 % FormatLocaleFile() prints formatted output of a variable argument list to a
355 % The format of the FormatLocaleFile method is:
357 % ssize_t FormatLocaleFile(FILE *file,const char *format,...)
413 MagickExport ssize_t FormatLocaleFile(FILE *file,
1107 (void) FormatLocaleFile(file,"\nPath: %s\n\n",locale_info[i]->path);
1108 (void) FormatLocaleFile(file,"Tag/Message\n");
1109 (void) FormatLocaleFile(file,
1114 (void) FormatLocaleFile(file,"%s\n",locale_info[i]->tag);
1116 (void) FormatLocaleFile(file," %s",locale_info[i]->message);
1117 (void) FormatLocaleFile(file,"\n");
1188 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason);
1190 (void) FormatLocaleFile(stderr," (%s)",description);
1191 (void) FormatLocaleFile(stderr,".\n");