Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/mail/
HDquit.c107 (rbuf = Fdopen(fd, "w")) == NULL) in quit()
199 (obuf = Fdopen(fd, "w")) == NULL) { in quit()
423 (obuf = Fdopen(fd, "w")) == NULL) { in edstop()
HDcollect.c106 (collf = Fdopen(fd, "w+")) == NULL) { in collect()
348 (fbuf = Fdopen(tempfd, "w+")) == NULL) { in collect()
570 (nf = Fdopen(fd, "w+")) == NULL) { in mespipe()
HDedit.c141 (nf = Fdopen(t, "w")) == NULL) { in run_editor()
HDnames.c310 (fout = Fdopen(fd, "a")) == NULL) { in outof()
383 fin = Fdopen(f, "r"); in outof()
HDextern.h42 FILE *Fdopen(int, const char *);
HDfio.c65 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL) in setptr()
HDpopen.c76 Fdopen(int fd, const char *mode) in Fdopen() function
HDsend.c459 (nfo = Fdopen(fd, "w")) == NULL) { in infix()