Searched refs:Fdopen (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/usr.bin/mail/ |
| HD | quit.c | 113 (rbuf = Fdopen(fd, "w")) == NULL) in quit() 205 (obuf = Fdopen(fd, "w")) == NULL) { in quit() 428 (obuf = Fdopen(fd, "w")) == NULL) { in edstop()
|
| HD | collect.c | 108 (collf = Fdopen(fd, "w+")) == NULL) { in collect() 351 (fbuf = Fdopen(tempfd, "w+")) == NULL) { in collect() 571 (nf = Fdopen(fd, "w+")) == NULL) { in mespipe()
|
| HD | edit.c | 147 (nf = Fdopen(t, "w")) == NULL) { in run_editor()
|
| HD | extern.h | 44 FILE *Fdopen(int, const char *);
|
| HD | names.c | 316 (fout = Fdopen(fd, "a")) == NULL) { in outof() 389 fin = Fdopen(f, "r"); in outof()
|
| HD | popen.c | 79 Fdopen(int fd, const char *mode) in Fdopen() function
|
| HD | fio.c | 71 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL) in setptr()
|
| HD | send.c | 463 (nfo = Fdopen(fd, "w")) == NULL) { in infix()
|