Searched refs:wcsncat (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcsncat.c | 23 * @tc.desc : Test the wcsncat method to pass the source wide string into the target wide string according to the 30 wchar_t *result = wcsncat(dst, L"hello, world!", 5); in wcsncat_0100() 32 t_error("%s wcsncat get result is %s are not %s\n", __func__, dst, result); in wcsncat_0100() 35 t_error("%s wcsncat get result is %s are not 'hello'\n", __func__, dst); in wcsncat_0100() 41 * @tc.desc : Test the result of the function wcsncat when the number of incoming copies is 0 47 wchar_t *result = wcsncat(dst, L"hello, world!", 0); in wcsncat_0200() 49 t_error("%s wcsncat get result is %s are not %s\n", __func__, dst, result); in wcsncat_0200() 52 t_error("%s wcsncat get result is %s are not 'hello'\n", __func__, dst); in wcsncat_0200() 58 * @tc.desc : Test the result of the wcsncat function when the number of incoming copies is greater than the 65 wchar_t *result = wcsncat(ds in wcsncat_0300() [all...] |
/third_party/musl/src/string/ |
H A D | wcsncat.c | 3 wchar_t *wcsncat(wchar_t *restrict d, const wchar_t *restrict s, size_t n) in wcsncat() function
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 55 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcsncat;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 56 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 56 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 56 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/include/ |
H A D | wchar.h | 56 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 276 extern wchar_t *wcsncat (wchar_t *__restrict __dest, 14053 using ::wcsncat; [all...] |
Completed in 26 milliseconds