Searched defs:fgets (Results 1 – 5 of 5) sorted by relevance
| /third_party/musl/src/stdio/ |
| D | fgets.c | 6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| D | fgets.c | 6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| D | fgets.c | 6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
|
| /third_party/musl/porting/linux/user/include/fortify/ |
| D | stdio.h | 78 char* fgets(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, int size, FILE* stream) in fgets() function
|
| /third_party/gettext/gettext-runtime/intl/ |
| D | localealias.c | 117 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
|