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