Lines Matching defs:command
44 #include <subcmd/run-command.h>
2056 char *command;
2070 NULL, /* Will be the objdump command to run. */
2113 err = asprintf(&command,
2132 pr_err("Failure allocating memory for the command to run\n");
2136 pr_debug("Executing: %s\n", command);
2138 objdump_argv[2] = command;
2148 pr_err("Failure starting to run %s\n", command);
2155 pr_err("Failure creating FILE stream for %s\n", command);
2202 pr_err("Error running %s\n", command);
2206 pr_err("No output from %s\n", command);
2222 free(command);