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

/freebsd-11-stable/usr.bin/patch/
H A Dinp.c61 static int tifd = -1; /* plan b virtual string array */ variable
91 close(tifd);
92 tifd = -1;
295 if ((tifd = open(TMPINNAME, O_EXCL | O_CREAT | O_WRONLY, 0666)) < 0)
355 if (write(tifd, tibuf[0], tibuflen) !=
361 if (write(tifd, tibuf[0], tibuflen) !=
372 close(tifd);
373 if ((tifd = open(TMPINNAME, O_RDONLY)) < 0)
403 if (lseek(tifd, (off_t) (baseline / lines_per_buf *
407 if (read(tifd, tibu
[all...]

Completed in 97 milliseconds