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

/macosx-10.10/mail_cmds-30/mail/
H A Dquit.c120 (rbuf = Fdopen(fd, "w")) == NULL)
212 (obuf = Fdopen(fd, "w")) == NULL) {
436 (obuf = Fdopen(fd, "w")) == NULL) {
H A Dedit.c161 (nf = Fdopen(t, "w")) == NULL) {
H A Dextern.h51 FILE *Fdopen(int, const char *);
H A Dcollect.c128 (collf = Fdopen(fd, "w+")) == NULL) {
380 (fbuf = Fdopen(tempfd, "w+")) == NULL) {
830 (nf = Fdopen(fd, "w+")) == NULL) {
H A Dnames.c335 (fout = Fdopen(fd, "a")) == NULL) {
408 fin = Fdopen(f, "r");
H A Dfio.c80 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL)
H A Dpopen.c87 Fdopen(fd, mode) function
H A Dsend.c499 (nfo = Fdopen(fd, "w")) == NULL) {
/macosx-10.10/procmail-14/procmail/src/
H A Dformisc.c205 if(!(mystdout=Fdopen(STDOUT,"a")))
H A Dincludes.h341 #define Fdopen(fd,type) ((FILE*)fdopen(fd,type)) macro

Completed in 275 milliseconds