Lines Matching defs:ofd
60 static int ifd = STDIN_FILENO, ofd = -1; /* Input/output file descriptors. */
206 if (bigwrite(ofd, bfr, dist) != (size_t)dist)
217 if (bigwrite(ofd,
227 if (bigwrite(ofd, C, len) != (size_t)len)
235 if (bigwrite(ofd, bfr, len) != (size_t)len)
270 if (bigwrite(ofd, Cs, bcnt) != (size_t)bcnt)
281 if (bigwrite(ofd, Cs, bcnt) != (size_t)bcnt)
321 if (ofd == -1) {
324 } else if (close(ofd) != 0)
367 if ((ofd = open(fname, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE)) < 0)