Lines Matching defs:command
1681 char command[1024];1682 snprintf(command, 1024, "dot -Tpng -o \"%s\" \"%s\"", gOptions.graphFileName, path);1684 system(command);