Home
last modified time | relevance | path

Searched refs:wcpcpy (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/string/
Dwcpcpy.c3 wchar_t *wcpcpy(wchar_t *restrict d, const wchar_t *restrict s) in wcpcpy() function
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcpcpy.c30 wchar_t *result = wcpcpy(dst, src); in wcpcpy_0100()
Dtest_src_functionalext_supplement_string.gni32 "wcpcpy",
/third_party/musl/libc-test/src/api/
Dwchar.c81 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict) = wcpcpy;} in f()
/third_party/musl/include/
Dwchar.h165 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h165 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/ndk_musl_include/
Dwchar.h154 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h167 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h167 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/
Dlibc.map.txt1888 wcpcpy;
Dmusl_src.gni1247 "src/string/wcpcpy.c",