Lines Matching refs:FormatLocaleFile
364 (void) FormatLocaleFile(log_info->file,"</log>\n"); in CloseMagickLog()
783 (void) FormatLocaleFile(file,"\nPath: %s\n\n",log_info[i]->path); in ListLogInfo()
796 (void) FormatLocaleFile(file,"%s ",LogHandlers[j].name); in ListLogInfo()
801 (void) FormatLocaleFile(file," "); in ListLogInfo()
802 (void) FormatLocaleFile(file," Generations Limit Format\n"); in ListLogInfo()
803 (void) FormatLocaleFile(file,"-----------------------------------------" in ListLogInfo()
809 (void) FormatLocaleFile(file,"%s",log_info[i]->filename); in ListLogInfo()
811 (void) FormatLocaleFile(file," "); in ListLogInfo()
813 (void) FormatLocaleFile(file,"%9g ",(double) log_info[i]->generations); in ListLogInfo()
814 (void) FormatLocaleFile(file,"%8g ",(double) log_info[i]->limit); in ListLogInfo()
816 (void) FormatLocaleFile(file,"%s",log_info[i]->format); in ListLogInfo()
817 (void) FormatLocaleFile(file,"\n"); in ListLogInfo()
883 (void) FormatLocaleFile(p->file,"</log>\n"); in DestroyLogElement()
1318 (void) FormatLocaleFile(stderr,"%s\n",text); in LogMagickEventList()
1344 (void) FormatLocaleFile(log_info->file,"</log>\n"); in LogMagickEventList()
1370 (void) FormatLocaleFile(log_info->file,"<?xml version=\"1.0\" " in LogMagickEventList()
1372 (void) FormatLocaleFile(log_info->file,"<log>\n"); in LogMagickEventList()
1374 (void) FormatLocaleFile(log_info->file," <event>%s</event>\n",text); in LogMagickEventList()
1384 (void) FormatLocaleFile(stdout,"%s\n",text); in LogMagickEventList()
1389 (void) FormatLocaleFile(stderr,"%s\n",text); in LogMagickEventList()