Lines Matching defs:command
63 static char const *command;
113 /* Squirrel the basename of the command name away. */
114 if ((command = strrchr(argv[0], '/')) != NULL)
115 command++;
117 command = argv[0];
165 * If there was a problem with the options, or there was no command
169 usage(command);
219 command, strerror(errno));
230 command, argv[0], strerror(errno));
240 command, strerror(errno));
248 command, wret, pid);
254 command, argv[0], strsignal(WTERMSIG(stat_loc)));
289 (void) fprintf(stderr, gettext("%s: malloc failed\n"), command);
333 command, strerror(errno));