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

/freebsd-9.3-release/usr.bin/mail/
H A Dcollect.c108 (collf = Fdopen(fd, "w+")) == NULL) {
351 (fbuf = Fdopen(tempfd, "w+")) == NULL) {
571 (nf = Fdopen(fd, "w+")) == NULL) {
H A Dquit.c113 (rbuf = Fdopen(fd, "w")) == NULL)
205 (obuf = Fdopen(fd, "w")) == NULL) {
428 (obuf = Fdopen(fd, "w")) == NULL) {
H A Dedit.c147 (nf = Fdopen(t, "w")) == NULL) {
H A Dextern.h44 FILE *Fdopen(int, const char *);
H A Dnames.c316 (fout = Fdopen(fd, "a")) == NULL) {
389 fin = Fdopen(f, "r");
H A Dfio.c71 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL)
H A Dpopen.c79 Fdopen(int fd, const char *mode) function
H A Dsend.c463 (nfo = Fdopen(fd, "w")) == NULL) {

Completed in 122 milliseconds