Searched refs:wcpcpy (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/src/string/ |
H A 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/ |
H A D | wcpcpy.c | 23 * @tc.desc : Test the wcpcpy method to copy a wide string in bits 30 wchar_t *result = wcpcpy(dst, src); in wcpcpy_0100() 32 t_error("%s wcpcpy get result is %ls are not want %ls\n", __func__, result, dst + 13); in wcpcpy_0100() 35 t_error("%s wcpcpy get dst is %ls are not want %ls\n", __func__, dst, src); in wcpcpy_0100()
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 81 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict) = wcpcpy;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 167 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 167 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 167 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/musl/include/ |
H A D | wchar.h | 168 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 596 extern wchar_t *wcpcpy (wchar_t *__restrict __dest, [all...] |
Completed in 36 milliseconds