Lines Matching defs:cmd
352 #define is_cmd(str) ((strlen(str) == strlen(cmd)) && strncmp((const char *)&cmd, str, strlen(str)) == 0)
381 static int create_cmdjob(char *cmd)
386 job_cmd = malloc(strlen(cmd)+1); /* freed in job handler */
387 strcpy(job_cmd, cmd);
604 int cmd;
615 cmd = get_int(&p, 0);
616 switch (cmd)
645 bdt_log("%s Test 0x%x Failed with status:0x%x", __FUNCTION__, cmd, status);
755 char cmd[64];
759 get_str(&p, cmd);
783 char cmd[128];