Searched refs:fgetstr (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/ia64/stand/common/
H A Dgets.c92 fgetstr(char *buf, int size, int fd) function
H A Dcommands.c86 if (fgetstr(line, 80, fd) < 0)
197 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) {
H A Dinterp.c222 while (fgetstr(input, sizeof(input), fd) >= 0) {
H A Dboot.c304 while (fgetstr(lbuf, sizeof(lbuf), fd) >= 0) {
H A Dbootstrap.h403 extern int fgetstr(char *buf, int size, int fd);
/netbsd-current/lib/libc/stdio/
H A DMakefile.inc8 fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetstr.c fgetwc.c \

Completed in 140 milliseconds