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