Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmail.local.c114 static int bfd, hfd; /* temp file */ variable
385 if (bfd == -1 || hfd == -1)
392 deliver(hfd, bfd, rcpt_addr[i],
396 close(hfd);
535 hfd = -1;
557 if ((hfd = mkstemp(htn)) == -1 || (hfp = fdopen(hfd, "w+")) == NULL) {
558 if (hfd != -1)
559 (void) close(hfd);
706 if ((newfd = dup(hfd)) >= 0) {
708 hfd = newfd;
[all …]
/illumos-gate/usr/src/boot/common/
H A Dcommands.c133 int hfd, matched, doindex; in command_help() local
138 if ((hfd = open(buf, O_RDONLY)) < 0) { in command_help()
158 close(hfd); in command_help()
168 while (help_getnext(hfd, &t, &s, &d)) { in command_help()
187 while (fgetstr(buf, 80, hfd) >= 0 && in command_help()
209 close(hfd); in command_help()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1087 int hfd, matched, doindex; in command_help() local
1092 if ((hfd = open(buf, O_RDONLY)) < 0) { in command_help()
1112 (void) close(hfd); in command_help()
1122 while (help_getnext(hfd, &t, &s, &d)) { in command_help()
1139 while (fgetstr(buf, 80, hfd) >= 0 && in command_help()
1161 (void) close(hfd); in command_help()