Home
last modified time | relevance | path

Searched defs:fgets (Results 1 – 5 of 5) 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/musl/porting/uniproton/kernel/src/stdio/
Dfgets.c6 char *fgets(char *restrict s, int n, FILE *restrict f) in fgets() function
/third_party/musl/porting/linux/user/include/fortify/
Dstdio.h78 char* fgets(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, int size, FILE* stream) in fgets() function
/third_party/gettext/gettext-runtime/intl/
Dlocalealias.c117 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro