Searched refs:Fdopen (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | quit.c | 107 (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 D | collect.c | 102 (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 D | edit.c | 141 (nf = Fdopen(t, "w")) == NULL) { in run_editor()
|
H A D | names.c | 310 (fout = Fdopen(fd, "a")) == NULL) { in outof() 383 fin = Fdopen(f, "r"); in outof()
|
H A D | extern.h | 42 FILE *Fdopen(int, const char *);
|
H A D | fio.c | 65 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL) in setptr()
|
H A D | popen.c | 76 Fdopen(int fd, const char *mode) in Fdopen() function
|
H A D | send.c | 457 (nfo = Fdopen(fd, "w")) == NULL) { in infix()
|