Home
last modified time | relevance | path

Searched defs:wcsncpy (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libc/string/
H A Dwcsncpy.c35 wcsncpy(wchar_t *s1, const wchar_t *s2, size_t n) in wcsncpy() function
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf208 wcsncpy keyword
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1594 INTERCEPTOR(wchar_t *, wcsncpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument