Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dgets.c89 fgetstr(char *buf, int size, int fd) in fgetstr() function
H A Dstand.h288 extern int fgetstr(char *buf, int size, int fd);
/illumos-gate/usr/src/boot/common/
H A Dcommands.c72 if (fgetstr(line, 80, fd) < 0) in help_getnext()
187 while (fgetstr(buf, 80, hfd) >= 0 && in command_help()
H A Dinterp.c216 while (fgetstr(input, sizeof(input), fd) >= 0) { in include()
H A Dboot.c320 while (fgetstr(lbuf, sizeof (lbuf), fd) >= 0) { in getrootmount()
H A Dgfx_fb.c2159 while ((len = fgetstr(buf, sizeof (buf), fd)) > 0) { in read_list()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c950 fgetstr(char *buf, int size, int fd) in fgetstr() function
1026 if (fgetstr(line, 80, fd) < 0) in help_getnext()
1139 while (fgetstr(buf, 80, hfd) >= 0 && in command_help()
1664 while (fgetstr(input, sizeof (input), fd) >= 0) { in include()