Home
last modified time | relevance | path

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

/NextBSD/usr.bin/mail/
HDquit.c113 (rbuf = Fdopen(fd, "w")) == NULL) in quit()
205 (obuf = Fdopen(fd, "w")) == NULL) { in quit()
428 (obuf = Fdopen(fd, "w")) == NULL) { in edstop()
HDcollect.c108 (collf = Fdopen(fd, "w+")) == NULL) { in collect()
351 (fbuf = Fdopen(tempfd, "w+")) == NULL) { in collect()
571 (nf = Fdopen(fd, "w+")) == NULL) { in mespipe()
HDedit.c147 (nf = Fdopen(t, "w")) == NULL) { in run_editor()
HDextern.h44 FILE *Fdopen(int, const char *);
HDnames.c316 (fout = Fdopen(fd, "a")) == NULL) { in outof()
389 fin = Fdopen(f, "r"); in outof()
HDpopen.c79 Fdopen(int fd, const char *mode) in Fdopen() function
HDfio.c71 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL) in setptr()
HDsend.c463 (nfo = Fdopen(fd, "w")) == NULL) { in infix()