Searched refs:fgetstr (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | gets.c | 89 fgetstr(char *buf, int size, int fd) in fgetstr() function
|
H A D | stand.h | 288 extern int fgetstr(char *buf, int size, int fd);
|
/illumos-gate/usr/src/boot/common/ |
H A D | commands.c | 72 if (fgetstr(line, 80, fd) < 0) in help_getnext() 187 while (fgetstr(buf, 80, hfd) >= 0 && in command_help()
|
H A D | interp.c | 216 while (fgetstr(input, sizeof(input), fd) >= 0) { in include()
|
H A D | boot.c | 320 while (fgetstr(lbuf, sizeof (lbuf), fd) >= 0) { in getrootmount()
|
H A D | gfx_fb.c | 2159 while ((len = fgetstr(buf, sizeof (buf), fd)) > 0) { in read_list()
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.c | 950 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()
|