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

/freebsd-current/stand/common/
H A Dcommands.c127 int hfd, matched, doindex; local
133 if ((hfd = open(buf, O_RDONLY)) < 0) {
153 close(hfd);
163 while (help_getnext(hfd, &t, &s, &d)) {
182 while (fgetstr(buf, 80, hfd) >= 0 &&
204 close(hfd);

Completed in 65 milliseconds