• Home
  • Raw
  • Download

Lines Matching refs:FormatLocaleFile

372       (void) FormatLocaleFile(log_info->file,"</log>\n");  in CloseMagickLog()
791 (void) FormatLocaleFile(file,"\nPath: %s\n\n",log_info[i]->path); in ListLogInfo()
804 (void) FormatLocaleFile(file,"%s ",LogHandlers[j].name); in ListLogInfo()
809 (void) FormatLocaleFile(file," "); in ListLogInfo()
810 (void) FormatLocaleFile(file," Generations Limit Format\n"); in ListLogInfo()
811 (void) FormatLocaleFile(file,"-----------------------------------------" in ListLogInfo()
817 (void) FormatLocaleFile(file,"%s",log_info[i]->filename); in ListLogInfo()
819 (void) FormatLocaleFile(file," "); in ListLogInfo()
821 (void) FormatLocaleFile(file,"%9g ",(double) log_info[i]->generations); in ListLogInfo()
822 (void) FormatLocaleFile(file,"%8g ",(double) log_info[i]->limit); in ListLogInfo()
824 (void) FormatLocaleFile(file,"%s",log_info[i]->format); in ListLogInfo()
825 (void) FormatLocaleFile(file,"\n"); in ListLogInfo()
1132 (void) FormatLocaleFile(p->file,"</log>\n"); in DestroyLogElement()
1580 (void) FormatLocaleFile(stderr,"%s\n",text); in LogMagickEventList()
1606 (void) FormatLocaleFile(log_info->file,"</log>\n"); in LogMagickEventList()
1632 (void) FormatLocaleFile(log_info->file,"<?xml version=\"1.0\" " in LogMagickEventList()
1634 (void) FormatLocaleFile(log_info->file,"<log>\n"); in LogMagickEventList()
1636 (void) FormatLocaleFile(log_info->file," <event>%s</event>\n",text); in LogMagickEventList()
1646 (void) FormatLocaleFile(stdout,"%s\n",text); in LogMagickEventList()
1651 (void) FormatLocaleFile(stderr,"%s\n",text); in LogMagickEventList()