Searched refs:hfd (Results 1 – 1 of 1) sorted by relevance
116 static int bfd, hfd; /* temp file */ variable214 deliver(hfd, bfd, *argv, bouncequota);387 if (bfd == -1 || hfd == -1)394 deliver(hfd, bfd, rcpt_addr[i], 398 close(hfd);537 hfd = -1;559 if ((hfd = mkstemp(htn)) == -1 || (hfp = fdopen(hfd, "w+")) == NULL) {560 if (hfd != -1)561 (void) close(hfd);708 if ((newfd = dup(hfd)) >= 0) {[all …]