Lines Matching defs:prog
95 openlib(const char *prog, const char *name, int class, int silent, int verbose)
124 (void) fprintf(stderr, MSG_ORIG(MSG_FMT_VERBOSE), prog,
136 MSG_ORIG(MSG_FMT_VERBOSE), prog, modestr,
144 (void) printf(MSG_ORIG(MSG_FMT_VERBOSE), prog, modestr,
161 char *prog;
163 if ((prog = strrchr(argv[0], '/')) == 0)
164 prog = argv[0];
166 prog++;
209 (void) fprintf(stderr, MSG_INTL(MSG_ARG_USAGE), prog);
221 if (openlib(prog, argv[optind], class, silent, verbose) != 0) {