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

/illumos-gate/usr/src/boot/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.h271 extern int fgetstr(char *buf, int size, int fd);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dcommands.c69 if (fgetstr(line, 80, fd) < 0)
181 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) {
H A Dboot.c310 while (fgetstr(lbuf, sizeof(lbuf), fd) >= 0) {
H A Dinterp.c204 while (fgetstr(input, sizeof(input), fd) >= 0) {
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c997 fgetstr(char *buf, int size, int fd) function
1072 if (fgetstr(line, 80, fd) < 0)
1184 while ((fgetstr(buf, 80, hfd) >= 0) &&
1688 while (fgetstr(input, sizeof (input), fd) >= 0) {

Completed in 67 milliseconds