Home
last modified time | relevance | path

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

/dragonfly/stand/boot/common/
HDcommands.c130 int hfd, matched, doindex; in command_help() local
137 if ((hfd = open(buf, O_RDONLY)) < 0) { in command_help()
138 if ((hfd = rel_open("loader.help", NULL, O_RDONLY)) < 0) { in command_help()
167 while (help_getnext(hfd, &t, &s, &d)) { in command_help()
183 while ((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) { in command_help()
199 close(hfd); in command_help()