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