Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/lib/libstand/
H A Dgets.c86 fgetstr(char *buf, int size, int fd) in fgetstr() function
H A Dsplitfs.c144 while (fgetstr(buf, CONF_BUF, conffd) > 0) { in splitfs_open()
H A Dstand.h276 extern int fgetstr(char *buf, int size, int fd);
/titanic_54/usr/src/boot/sys/boot/common/
H A Dcommands.c69 if (fgetstr(line, 80, fd) < 0) in help_getnext()
181 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) { in command_help()
H A Dinterp.c204 while (fgetstr(input, sizeof(input), fd) >= 0) { in include()
H A Dboot.c310 while (fgetstr(lbuf, sizeof(lbuf), fd) >= 0) { in getrootmount()
/titanic_54/usr/src/common/ficl/emu/
H A Dloader_emu.c997 fgetstr(char *buf, int size, int fd) in fgetstr() function
1072 if (fgetstr(line, 80, fd) < 0) in help_getnext()
1185 while ((fgetstr(buf, 80, hfd) >= 0) && in command_help()
1689 while (fgetstr(input, sizeof (input), fd) >= 0) { in include()