Home
last modified time | relevance | path

Searched defs:fgets (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/stdio/
Dfgets.c6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfgets.c6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/third_party/e2fsprogs/intl/
Dlocalealias.c115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/third_party/gettext/gettext-runtime/intl/
Dlocalealias.c117 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstdio.h803 char * fgets(char * __restrict__ __dst, int __n, FILE * __restrict__ __f) in fgets() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h521 #define fgets(...) (pthread_testcancel(), fgets(__VA_ARGS__)) macro