Searched defs:fgetstr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dgets.c86 fgetstr(char *buf, int size, int fd) function
/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 64 milliseconds