Home
last modified time | relevance | path

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

/openbsd/usr.bin/patch/
H A Dinp.c53 static int tifd = -1; /* plan b virtual string array */ variable
83 close(tifd); in re_input()
84 tifd = -1; in re_input()
288 if ((tifd = open(TMPINNAME, O_EXCL | O_CREAT | O_WRONLY, 0666)) == -1) in plan_b()
348 if (write(tifd, tibuf[0], tibuflen) != in plan_b()
354 if (write(tifd, tibuf[0], tibuflen) != in plan_b()
365 close(tifd); in plan_b()
366 if ((tifd = open(TMPINNAME, O_RDONLY)) == -1) in plan_b()
396 if (lseek(tifd, (off_t) (baseline / lines_per_buf * in ifetch()
400 if (read(tifd, tibuf[whichbuf], tibuflen) in ifetch()