Home
last modified time | relevance | path

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

/original-bsd/usr.bin/patch/
H A Dinp.c22 static int tifd = -1; /* plan b virtual string array */ variable
46 Close(tifd); in re_input()
47 tifd = -1; in re_input()
207 if ((tifd = creat(TMPINNAME, 0666)) < 0)
244 if (write(tifd, tibuf[0], BUFFERSIZE) < BUFFERSIZE)
250 if (write(tifd, tibuf[0], BUFFERSIZE) < BUFFERSIZE)
256 Close(tifd);
257 if ((tifd = open(TMPINNAME, 0)) < 0) {
284 Lseek(tifd, (off_t)baseline / lines_per_buf * BUFFERSIZE, 0);
286 if (read(tifd, tibuf[whichbuf], BUFFERSIZE) < 0)