Searched refs:SystemCommand (Results 1 – 1 of 1) sorted by relevance
1536 SystemCommand[MagickPathExtent], in ValidateImageFormatsInMemory() local1780 SystemCommand[0]='\0'; in ValidateImageFormatsInMemory()1781 (void) strncat(SystemCommand,"echo `ls ",9); in ValidateImageFormatsInMemory()1782 (void) strncat(SystemCommand,path,MagickPathExtent-31); in ValidateImageFormatsInMemory()1783 (void) strncat(SystemCommand,"* | wc -w` tmp files.",20); in ValidateImageFormatsInMemory()1784 (void) system(SystemCommand); in ValidateImageFormatsInMemory()