Lines Matching refs:obf
137 static int obf; /* output file descriptor */ variable
898 obf = -1; in main()
901 obf = open(ofile, (O_WRONLY | O_CREAT | oflag), in main()
905 obf = open(ofile, O_WRONLY | O_CREAT | oflag, in main()
908 if (obf == -1) { in main()
913 (void) fstat(obf, &file_stat); in main()
915 (ftruncate(obf, (((off_t)oseekn) * ((off_t)obs))) in main()
921 obf = open(ofile, O_WRONLY | O_CREAT | O_TRUNC | oflag, in main()
927 obf = dup(STDOUT_FILENO); in main()
930 if (obf == -1) { in main()
1027 if (oseekn && lseek(obf, (((off_t)oseekn) * ((off_t)obs)), 1) == -1) { in main()
1195 if ((close(obf) != 0) || in main()
1789 bc = write(obf, (char *)obuf, oc); in flsh()
1801 if (ostriden > 0 && lseek(obf, ostriden * ((off_t)obs), in flsh()