SystemCommand     167 magick/deprecate.h   SystemCommand(const MagickBooleanType,const MagickBooleanType,const char *,
SystemCommand    1181 magick/methods.h #define SystemCommand  PrependMagickMethod(SystemCommand)
SystemCommand    1317 tests/validate.c     SystemCommand[MaxTextExtent],
SystemCommand    1548 tests/validate.c       SystemCommand[0]='\0';
SystemCommand    1549 tests/validate.c       (void) strncat(SystemCommand,"echo `ls ",9);
SystemCommand    1550 tests/validate.c       (void) strncat(SystemCommand,path,MaxTextExtent-31);
SystemCommand    1551 tests/validate.c       (void) strncat(SystemCommand,"* | wc -w` tmp files.",20);
SystemCommand    1552 tests/validate.c       (void) system(SystemCommand);