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

/freebsd-12-stable/usr.bin/mail/
H A Dcollect.c110 (collf = Fdopen(fd, "w+")) == NULL) {
352 (fbuf = Fdopen(tempfd, "w+")) == NULL) {
572 (nf = Fdopen(fd, "w+")) == NULL) {
H A Dquit.c115 (rbuf = Fdopen(fd, "w")) == NULL)
207 (obuf = Fdopen(fd, "w")) == NULL) {
431 (obuf = Fdopen(fd, "w")) == NULL) {
H A Dedit.c149 (nf = Fdopen(t, "w")) == NULL) {
H A Dextern.h46 FILE *Fdopen(int, const char *);
H A Dnames.c318 (fout = Fdopen(fd, "a")) == NULL) {
391 fin = Fdopen(f, "r");
H A Dfio.c73 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL)
H A Dpopen.c84 Fdopen(int fd, const char *mode) function
H A Dsend.c465 (nfo = Fdopen(fd, "w")) == NULL) {

Completed in 169 milliseconds