Lines Matching defs:ofile
100 const char *ofile = NULL;
148 int wsfd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
150 err(EXIT_FAILURE, "%s", ofile);
155 err(EXIT_FAILURE, "%s", ofile);
157 errx(EXIT_FAILURE, "%s: partial write", ofile);
161 err(EXIT_FAILURE, "%s", ofile);
163 errx(EXIT_FAILURE, "%s: partial write", ofile);
524 if (ofile == NULL) {
535 write_wsf(ofile, &f);
537 write_header(ofile, &f);
545 "[-o ofile.wsf] font.bdf\n", getprogname());
568 if (ofile != NULL)
570 ofile = optarg;