Lines Matching refs:prog
52 const char *prog, *ofile = NULL, *pstr = NULL;
73 prog = basename(argv[0]);
80 MSG_INTL(MSG_ARG_ILLEGAL), prog,
95 MSG_INTL(MSG_ARG_ILLEGAL), prog,
102 prog);
117 (void) fprintf(stderr, MSG_INTL(MSG_USAGE_BRIEF), prog);
143 (void) fprintf(stderr, MSG_INTL(MSG_ARG_BADTARG), prog,
153 if (input64(argc, argv, prog, ofile, &odesc) == 1)
156 if (input32(argc, argv, prog, ofile, &odesc) == 1)
165 (void) fprintf(stderr, MSG_INTL(MSG_ERR_OPEN), prog,
174 (void) fprintf(stderr, MSG_INTL(MSG_ERR_LIBELF), prog,
179 return (output64(prog, fd, ofile, mach, &odesc));
181 return (output32(prog, fd, ofile, mach, &odesc));