Searched refs:wcsncat (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | wcsncat.c | 30 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()
|
D | test_src_functionalext_supplement_string.gni | 51 "wcsncat",
|
/third_party/musl/src/string/ |
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/ |
D | wchar.c | 55 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcsncat;} in f()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 89 using ::wcsncat;
|
/third_party/musl/include/ |
D | wchar.h | 54 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 54 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 54 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 56 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 56 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/python/Modules/ |
D | getpath.c | 1405 wcsncat(buf, defpath, len); in calculate_module_search_path()
|
/third_party/musl/ |
D | libc.map.txt | 1906 wcsncat;
|
D | musl_src.gni | 1260 "src/string/wcsncat.c",
|
D | WHATSNEW | 268 - strncat and wcsncat possible overflows due to double-termination
|