Home
last modified time | relevance | path

Searched refs:wcsncat (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcsncat.c30 wchar_t *result = wcsncat(dst, L"hello, world!", 5); in wcsncat_0100()
47 wchar_t *result = wcsncat(dst, L"hello, world!", 0); in wcsncat_0200()
65 wchar_t *result = wcsncat(dst, L"hello, world!", 16); in wcsncat_0300()
Dtest_src_functionalext_supplement_string.gni51 "wcsncat",
/third_party/musl/src/string/
Dwcsncat.c3 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/
Dwchar.c55 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcsncat;} in f()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwchar89 using ::wcsncat;
/third_party/musl/include/
Dwchar.h54 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h54 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/ndk_musl_include/
Dwchar.h54 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h56 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h56 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/python/Modules/
Dgetpath.c1405 wcsncat(buf, defpath, len); in calculate_module_search_path()
/third_party/musl/
Dlibc.map.txt1906 wcsncat;
Dmusl_src.gni1260 "src/string/wcsncat.c",
DWHATSNEW268 - strncat and wcsncat possible overflows due to double-termination