Home
last modified time | relevance | path

Searched refs:wcsncpy (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/musl/src/string/
A Dwcpncpy.c4 return wcsncpy(d, s, n) + wcsnlen(s, n); in wcpncpy()
A Dwcsncpy.c3 wchar_t* wcsncpy(wchar_t* restrict d, const wchar_t* restrict s, size_t n) { in wcsncpy() function
A Drules.mk47 $(GET_LOCAL_DIR)/wcsncpy.c \
/third_party/ulib/musl/include/
A Dwchar.h48 wchar_t* wcsncpy(wchar_t* __restrict, const wchar_t* __restrict, size_t);
/third_party/ulib/musl/
A DWHATSNEW267 - wcsncpy dest buffer overflow

Completed in 7 milliseconds