Lines Matching defs:obf
133 static int obf; /* output file descriptor */
850 obf = -1;
854 obf = open(ofile, (O_WRONLY|O_CREAT|oflag),
858 obf = open(ofile, O_WRONLY|O_CREAT|oflag,
860 if (obf == -1)
866 (void) fstat(obf, &file_stat);
868 (ftruncate(obf, (((off_t)oseekn) * ((off_t)obs)))
876 obf = open(ofile, O_WRONLY|O_CREAT|O_TRUNC|oflag,
882 obf = dup(1);
885 if (obf == -1)
988 if (oseekn && lseek(obf, (((off_t)oseekn) * ((off_t)obs)), 1) == -1)
1172 if ((close(obf) != 0) || (fclose(stdout) != 0))
1832 bc = write(obf, (char *)obuf, oc);