Home
last modified time | relevance | path

Searched refs:hfd (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmail.local.c116 static int bfd, hfd; /* temp file */ variable
214 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 …]