Home
last modified time | relevance | path

Searched refs:fgetws (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/stdio/
Dfgetws.c7 wchar_t *fgetws(wchar_t *restrict s, int n, FILE *restrict f) in fgetws() function
33 weak_alias(fgetws, fgetws_unlocked);
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfgetws.c37 wchar_t *ret = fgetws(mystring, 100, fp); in fgetws_0100()
63 wchar_t *ch = fgetws(wrstring, EINVAL, fptr); in fgetws_0200()
Dfputwc.c53 fgetws(buf, wcslen(str) + 1, ffp); in fputwc_0100()
87 fgetws(buf, wcslen(str) + 1, ffp); in fputwc_0200()
Dtest_src_functionalext_supplement_stdio.gni80 "fgetws",
/third_party/musl/libc-test/src/api/
Dstdio.c99 {wchar_t*(*p)(wchar_t*restrict,int,FILE*restrict) = fgetws;} in g()
Dwchar.c23 {wchar_t*(*p)(wchar_t*restrict,int,FILE*restrict) = fgetws;} in f()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwchar47 using ::fgetws;
/third_party/musl/include/
Dwchar.h133 wchar_t *fgetws (wchar_t *__restrict, int, FILE *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h133 wchar_t *fgetws (wchar_t *__restrict, int, FILE *__restrict);
/third_party/musl/ndk_musl_include/
Dwchar.h133 wchar_t *fgetws (wchar_t *__restrict, int, FILE *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h135 wchar_t *fgetws (wchar_t *__restrict, int, FILE *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h135 wchar_t *fgetws (wchar_t *__restrict, int, FILE *__restrict);
/third_party/musl/
Dlibc.map.txt664 fgetws;
Dmusl_src.gni1093 "src/stdio/fgetws.c",