Lines Matching refs:command
45 static char *command;
119 command, arg, Pgrab_error(gret));
125 command, (int)pid);
135 "non-defunct ancestor is 'init'\n", command,
144 command, (int)pid, Pgrab_error(gret));
150 "defunct less than %d seconds\n", command, (int)pid,
156 (void) fprintf(stderr, "%s: cannot examine %d: %s\n", command,
164 "stopped and may reap status upon restart\n", command,
177 (void) fprintf(stderr, "%s: failed to stop %d: %s", command,
185 command, (int)ppid, strerror(errno));
221 if ((command = strrchr(argv[0], '/')) != NULL)
222 command++;
224 command = argv[0];
241 (void) fprintf(stderr, "usage: %s pid ...\n", command);