Lines Matching defs:cmd
1106 char *cmd = NULL;1107 rc = sscanf(argv[optind + 1], "%ms", &cmd);1108 if (rc != EOF && cmd) {1111 cmd);1112 free(cmd);