Home
last modified time | relevance | path

Searched refs:wcpcpy (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/string/
H A 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/
H A Dwcpcpy.c23 * @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 Dwchar.c81 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict) = wcpcpy;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h167 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h167 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h167 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/musl/include/
H A Dwchar.h168 wchar_t *wcpcpy (wchar_t *__restrict, const wchar_t *__restrict);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp596 extern wchar_t *wcpcpy (wchar_t *__restrict __dest,
[all...]

Completed in 36 milliseconds