Searched defs:fgets (Results 1 – 6 of 6) 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/e2fsprogs/intl/ |
| D | localealias.c | 115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
|
| /third_party/gettext/gettext-runtime/intl/ |
| D | localealias.c | 117 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
|
| /third_party/mingw-w64/mingw-w64-headers/crt/ |
| D | stdio.h | 803 char * fgets(char * __restrict__ __dst, int __n, FILE * __restrict__ __f) in fgets() function
|
| /third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/ |
| D | pthread.h | 521 #define fgets(...) (pthread_testcancel(), fgets(__VA_ARGS__)) macro
|