Lines Matching refs:ofile
52 const char *prog, *ofile = NULL, *pstr = NULL;
87 ofile = optarg;
120 if (ofile == NULL)
121 ofile = MSG_ORIG(MSG_STR_AWRAPO);
153 if (input64(argc, argv, prog, ofile, &odesc) == 1)
156 if (input32(argc, argv, prog, ofile, &odesc) == 1)
163 if ((fd = open(ofile, (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) {
166 ofile, strerror(err));
179 return (output64(prog, fd, ofile, mach, &odesc));
181 return (output32(prog, fd, ofile, mach, &odesc));