Lines Matching defs:command
68 char *command;
76 * stderr, proper logging, and improved command line arguments passing.
86 char *arg, *argv[ARGV_LEN], *command;
101 command = argv[0];
112 command = concat(command, ' ', arg);
116 cur->command = checked_strdup(command);
137 log_debugx("executing \"%s\" as pid %d", command, pid);
182 cur->command, pid, WTERMSIG(status));
188 cur->command, pid, WEXITSTATUS(status));
192 log_debugx("\"%s\", pid %d, terminated gracefully", cur->command, pid);
194 free(cur->command);