Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/mail/
H A Dquit.c113 (rbuf = Fdopen(fd, "w")) == NULL) in quit()
205 (obuf = Fdopen(fd, "w")) == NULL) { in quit()
429 (obuf = Fdopen(fd, "w")) == NULL) { in edstop()
H A Dcollect.c108 (collf = Fdopen(fd, "w+")) == NULL) { in collect()
350 (fbuf = Fdopen(tempfd, "w+")) == NULL) { in collect()
570 (nf = Fdopen(fd, "w+")) == NULL) { in mespipe()
H A Dedit.c147 (nf = Fdopen(t, "w")) == NULL) { in run_editor()
H A Dnames.c316 (fout = Fdopen(fd, "a")) == NULL) { in outof()
389 fin = Fdopen(f, "r"); in outof()
H A Dextern.h44 FILE *Fdopen(int, const char *);
H A Dfio.c71 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL) in setptr()
H A Dpopen.c82 Fdopen(int fd, const char *mode) in Fdopen() function
H A Dsend.c463 (nfo = Fdopen(fd, "w")) == NULL) { in infix()