Searched refs:fgetln (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | fgetln.c | 37 char *result = fgetln(f, &plen); in fgetln_0100() 66 char *result = fgetln(f, &plen); in fgetln_0200()
|
D | test_src_functionalext_supplement_stdio.gni | 95 "fgetln",
|
/third_party/musl/src/stdio/ |
D | fgetln.c | 5 char *fgetln(FILE *f, size_t *plen) in fgetln() function
|
/third_party/musl/include/ |
D | stdio.h | 184 char *fgetln(FILE *, size_t *);
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 184 char *fgetln(FILE *, size_t *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 182 char *fgetln(FILE *, size_t *);
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 180 char *fgetln(FILE *, size_t *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 184 char *fgetln(FILE *, size_t *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdio.h | 182 char *fgetln(FILE *, size_t *);
|
/third_party/musl/ |
D | libc.map.txt | 657 fgetln;
|
D | musl_src.gni | 1106 "src/stdio/fgetln.c",
|
D | WHATSNEW | 689 - BSD fgetln function in stdio
|