Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 4 of 4) sorted by relevance

/include/
Dstdio.h36 char *fgets(char *str, int size, FILE *fh);
/bin/shell/
Dshell.c26 fgets(buf, sizeof(buf), stdin); in main()
/lib/libc/
Dfile.c166 fgets(char *str, int size, FILE *fh) in fgets() function
/lib/liblwip/src/netif/ppp/
Dauth.c305 if (fgets(user, MAXNAMELEN - 1, ufile) == NULL
306 || fgets(passwd, MAXSECRETLEN - 1, ufile) == NULL){