Lines Matching refs:new_format
278 new_format[MagickPathExtent]; in CLILogEvent() local
294 (void) FormatLocaleString(new_format,MagickPathExtent,cli_wand->location, in CLILogEvent()
296 (void) ConcatenateMagickString(new_format," ",MagickPathExtent); in CLILogEvent()
297 (void) ConcatenateMagickString(new_format,format,MagickPathExtent); in CLILogEvent()
300 status=LogMagickEventList(type,module,function,line,new_format,operands); in CLILogEvent()
325 new_format[MagickPathExtent]; in CLIThrowException() local
341 (void) CopyMagickString(new_format,format,MagickPathExtent); in CLIThrowException()
342 (void) ConcatenateMagickString(new_format," ",MagickPathExtent); in CLIThrowException()
344 len=strlen(new_format); in CLIThrowException()
345 (void) FormatLocaleString(new_format+len,MagickPathExtent-len, in CLIThrowException()
350 line,severity,tag,new_format,operands); in CLIThrowException()