Searched refs:wcslcpy (Results 1 – 8 of 8) sorted by relevance
28 wcslcpy(wchar_t *dst, const wchar_t *src, size_t dsize) in wcslcpy() function51 DEF_WEAK(wcslcpy);
11 wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c \33 wcscspn.3 wcsdup.3 wcslcpy.3 wcslen.3 wcspbrk.3 wcsrchr.3 wcsspn.3 \
40 return wcslcpy(dest, src, n); in wcsxfrm()
62 PROTO_NORMAL(wcslcpy);
229 size_t wcslcpy(wchar_t * __restrict, const wchar_t * __restrict, size_t)
1669 wcslcpy
3050 ./usr/share/man/man3/wcslcpy.3
15472 An example of a string function with this check is wcslcpy(3).