Searched refs:wcpcpy (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/src/string/ |
D | wcpcpy.c | 3 wchar_t *wcpcpy(wchar_t *restrict d, const wchar_t *restrict s) in wcpcpy() function
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | wcpcpy.c | 30 wchar_t *result = wcpcpy(dst, src); in wcpcpy_0100()
|
D | test_src_functionalext_supplement_string.gni | 32 "wcpcpy",
|
/third_party/musl/libc-test/src/api/ |
D | wchar.c | 81 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict) = wcpcpy;} in f()
|
/third_party/musl/include/ |
D | wchar.h | 165 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 165 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 154 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 167 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 167 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/ |
D | libc.map.txt | 1888 wcpcpy;
|
D | musl_src.gni | 1247 "src/string/wcpcpy.c",
|