Searched refs:fgets (Results 1 – 4 of 4) sorted by relevance
| /include/ |
| D | stdio.h | 36 char *fgets(char *str, int size, FILE *fh);
|
| /bin/shell/ |
| D | shell.c | 26 fgets(buf, sizeof(buf), stdin); in main()
|
| /lib/libc/ |
| D | file.c | 166 fgets(char *str, int size, FILE *fh) in fgets() function
|
| /lib/liblwip/src/netif/ppp/ |
| D | auth.c | 305 if (fgets(user, MAXNAMELEN - 1, ufile) == NULL 306 || fgets(passwd, MAXSECRETLEN - 1, ufile) == NULL){
|