Home
last modified time | relevance | path

Searched refs:SystemCommand (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/tests/
Dvalidate.c1522 SystemCommand[MagickPathExtent], in ValidateImageFormatsInMemory() local
1745 SystemCommand[0]='\0'; in ValidateImageFormatsInMemory()
1746 (void) strncat(SystemCommand,"echo `ls ",9); in ValidateImageFormatsInMemory()
1747 (void) strncat(SystemCommand,path,MagickPathExtent-31); in ValidateImageFormatsInMemory()
1748 (void) strncat(SystemCommand,"* | wc -w` tmp files.",20); in ValidateImageFormatsInMemory()
1749 (void) system(SystemCommand); in ValidateImageFormatsInMemory()
/external/ImageMagick/MagickCore/
Dmethods.h1174 #define SystemCommand PrependMagickMethod(SystemCommand) macro