Searched refs:fgetws (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/src/stdio/ |
D | fgetws.c | 7 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/ |
D | fgetws.c | 37 wchar_t *ret = fgetws(mystring, 100, fp); in fgetws_0100() 63 wchar_t *ch = fgetws(wrstring, EINVAL, fptr); in fgetws_0200()
|
D | fputwc.c | 53 fgetws(buf, wcslen(str) + 1, ffp); in fputwc_0100() 87 fgetws(buf, wcslen(str) + 1, ffp); in fputwc_0200()
|
D | test_src_functionalext_supplement_stdio.gni | 80 "fgetws",
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 99 {wchar_t*(*p)(wchar_t*restrict,int,FILE*restrict) = fgetws;} in g()
|
D | wchar.c | 23 {wchar_t*(*p)(wchar_t*restrict,int,FILE*restrict) = fgetws;} in f()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 47 using ::fgetws;
|
/third_party/musl/include/ |
D | wchar.h | 133 wchar_t *fgetws (wchar_t *__restrict, int, FILE *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 133 wchar_t *fgetws (wchar_t *__restrict, int, FILE *__restrict);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 133 wchar_t *fgetws (wchar_t *__restrict, int, FILE *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 135 wchar_t *fgetws (wchar_t *__restrict, int, FILE *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 135 wchar_t *fgetws (wchar_t *__restrict, int, FILE *__restrict);
|
/third_party/musl/ |
D | libc.map.txt | 664 fgetws;
|
D | musl_src.gni | 1093 "src/stdio/fgetws.c",
|