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

/freebsd-9.3-release/usr.bin/mail/
H A Dcollect.c339 int nullfd, tempfd, rc; local
350 if ((tempfd = mkstemp(tempname2)) == -1 ||
351 (fbuf = Fdopen(tempfd, "w+")) == NULL) {
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dprintjob.c165 int errcnt, jobcount, statok, tempfd; local
253 if ((tempfd = mkstemp(tempstderr)) == -1) {
258 if ((i = fchmod(tempfd, 0664)) == -1) {
264 close(tempfd);

Completed in 53 milliseconds