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

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dcommands.c131 int hfd, matched, doindex; local
136 if ((hfd = open(buf, O_RDONLY)) < 0) {
154 close(hfd);
164 while(help_getnext(hfd, &t, &s, &d)) {
181 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) {
198 close(hfd);
/illumos-gate/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);
[all...]

Completed in 48 milliseconds