Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcpncpy.c23 * @tc.desc : Test the wcpncpy method to copy a wide string in bits
31 wchar_t *result = wcpncpy(dst, src, src_len + 1); in wcpncpy_0100()
33 t_error("%s wcpncpy get result is %ls are not want %ls\n", __func__, result, dst + src_len); in wcpncpy_0100()
36 t_error("%s wcpncpy get dst is %ls are not want %ls\n", __func__, dst, src); in wcpncpy_0100()
42 * @tc.desc : Test the result of the wcpncpy method when the incoming length is less than the copied wide string
50 wchar_t *result = wcpncpy(dst, src, 2); in wcpncpy_0200()
52 t_error("%s wcpncpy get result is %ls are not want %ls\n", __func__, result, dst + 2); in wcpncpy_0200()
55 t_error("%s wcpncpy get dst is %ls are not want %ls\n", __func__, dst, src); in wcpncpy_0200()
61 * @tc.desc : Test the result of the wcpncpy method when the incoming length is greater than the copied wide string
69 wchar_t *result = wcpncpy(ds in wcpncpy_0300()
[all...]
/third_party/musl/src/string/
H A Dwcpncpy.c3 wchar_t *wcpncpy(wchar_t *restrict d, const wchar_t *restrict s, size_t n) in wcpncpy() function
/third_party/musl/libc-test/src/api/
H A Dwchar.c82 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcpncpy;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h168 wchar_t *wcpncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h168 wchar_t *wcpncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h168 wchar_t *wcpncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/include/
H A Dwchar.h169 wchar_t *wcpncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp601 extern wchar_t *wcpncpy (wchar_t *__restrict __dest,
[all...]

Completed in 25 milliseconds