Searched refs:SystemCommand (Results 1 – 1 of 1) sorted by relevance
1526 SystemCommand[MagickPathExtent], in ValidateImageFormatsInMemory() local1768 SystemCommand[0]='\0'; in ValidateImageFormatsInMemory()1769 (void) strncat(SystemCommand,"echo `ls ",9); in ValidateImageFormatsInMemory()1770 (void) strncat(SystemCommand,path,MagickPathExtent-31); in ValidateImageFormatsInMemory()1771 (void) strncat(SystemCommand,"* | wc -w` tmp files.",20); in ValidateImageFormatsInMemory()1772 (void) system(SystemCommand); in ValidateImageFormatsInMemory()