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

/freebsd-9.3-release/lib/libstand/
H A Dgets.c86 fgetstr(char *buf, int size, int fd) function
H A Dsplitfs.c144 while (fgetstr(buf, CONF_BUF, conffd) > 0) {
H A Dstand.h246 extern int fgetstr(char *buf, int size, int fd);
/freebsd-9.3-release/sys/boot/common/
H A Dcommands.c68 if (fgetstr(line, 80, fd) < 0)
180 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) {
H A Dboot.c320 while (fgetstr(lbuf, sizeof(lbuf), fd) >= 0) {
H A Dinterp.c224 while (fgetstr(input, sizeof(input), fd) >= 0) {

Completed in 71 milliseconds