Searched refs:fgetstr (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | gets.c | 86 fgetstr(char *buf, int size, int fd) function
|
H A D | splitfs.c | 144 while (fgetstr(buf, CONF_BUF, conffd) > 0) {
|
H A D | stand.h | 271 extern int fgetstr(char *buf, int size, int fd);
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | commands.c | 69 if (fgetstr(line, 80, fd) < 0) 181 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) {
|
H A D | boot.c | 310 while (fgetstr(lbuf, sizeof(lbuf), fd) >= 0) {
|
H A D | interp.c | 204 while (fgetstr(input, sizeof(input), fd) >= 0) {
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.c | 997 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