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

/freebsd-9.3-release/usr.bin/mail/
H A Dfio.c64 FILE *mestmp; local
71 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL)
99 if (append(&this, mestmp))
101 makemessage(mestmp, omsgCount);
122 if (append(&this, mestmp))

Completed in 44 milliseconds