Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dquit.c107 (rbuf = Fdopen(fd, "w")) == NULL) in quit()
199 (obuf = Fdopen(fd, "w")) == NULL) { in quit()
423 (obuf = Fdopen(fd, "w")) == NULL) { in edstop()
H A Dcollect.c102 (collf = Fdopen(fd, "w+")) == NULL) { in collect()
344 (fbuf = Fdopen(tempfd, "w+")) == NULL) { in collect()
564 (nf = Fdopen(fd, "w+")) == NULL) { in mespipe()
H A Dedit.c141 (nf = Fdopen(t, "w")) == NULL) { in run_editor()
H A Dnames.c310 (fout = Fdopen(fd, "a")) == NULL) { in outof()
383 fin = Fdopen(f, "r"); in outof()
H A Dextern.h42 FILE *Fdopen(int, const char *);
H A Dfio.c65 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL) in setptr()
H A Dpopen.c76 Fdopen(int fd, const char *mode) in Fdopen() function
H A Dsend.c457 (nfo = Fdopen(fd, "w")) == NULL) { in infix()