HomeSort by: relevance | last modified time | path
    Searched refs:fgetstr (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/ia64/stand/common/
gets.c 92 fgetstr(char *buf, int size, int fd) function in typeref:typename:int
commands.c 86 if (fgetstr(line, 80, fd) < 0)
197 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) {
boot.c 304 while (fgetstr(lbuf, sizeof(lbuf), fd) >= 0) {
interp.c 222 while (fgetstr(input, sizeof(input), fd) >= 0) {
bootstrap.h 403 extern int fgetstr(char *buf, int size, int fd);
  /src/lib/libc/stdio/
Makefile.inc 8 fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetstr.c fgetwc.c \

Completed in 14 milliseconds