Lines Matching refs:prog
51 const char *prog, *ofile = NULL, *pstr = NULL; in main() local
72 prog = basename(argv[0]); in main()
79 MSG_INTL(MSG_ARG_ILLEGAL), prog, in main()
94 MSG_INTL(MSG_ARG_ILLEGAL), prog, in main()
101 prog); in main()
116 (void) fprintf(stderr, MSG_INTL(MSG_USAGE_BRIEF), prog); in main()
142 (void) fprintf(stderr, MSG_INTL(MSG_ARG_BADTARG), prog, in main()
152 if (input64(argc, argv, prog, ofile, &odesc) == 1) in main()
155 if (input32(argc, argv, prog, ofile, &odesc) == 1) in main()
164 (void) fprintf(stderr, MSG_INTL(MSG_ERR_OPEN), prog, in main()
173 (void) fprintf(stderr, MSG_INTL(MSG_ERR_LIBELF), prog, in main()
178 return (output64(prog, fd, ofile, mach, &odesc)); in main()
180 return (output32(prog, fd, ofile, mach, &odesc)); in main()