Searched refs:tifd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/usr.bin/patch/
H A Dinp.c59 static int tifd = -1; /* plan b virtual string array */ variable
88 close(tifd);
89 tifd = -1;
386 if ((tifd = open(TMPINNAME, O_EXCL | O_CREAT | O_WRONLY, 0666)) < 0)
432 if (write(tifd, tibuf[0], BUFFERSIZE) < BUFFERSIZE)
437 if (write(tifd, tibuf[0], BUFFERSIZE) < BUFFERSIZE)
447 close(tifd);
448 if ((tifd = open(TMPINNAME, O_RDONLY)) < 0)
478 if (lseek(tifd, (off_t) (baseline / lines_per_buf *
482 if (read(tifd, tibu
[all...]

Completed in 43 milliseconds