Home
last modified time | relevance | path

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

/trueos/lib/libc/string/
HDMakefile.inc20 wcsncpy.c wcsnlen.c wcspbrk.c \
84 wmemchr.3 wcsncpy.3 \
HDwcsncpy.c48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcsncpy() function
HDSymbol.map65 wcsncpy;
HDwcsxfrm.c72 wcsncpy(dest, src, len - 1); in wcsxfrm_l()
/trueos/contrib/libstdc++/include/c_std/
Dstd_cwchar.h119 #undef wcsncpy
189 using ::wcsncpy;
/trueos/contrib/libstdc++/include/c_compatibility/
Dwchar.h84 using std::wcsncpy;
/trueos/contrib/libc++/include/
Dcwchar64 wchar_t* wcsncpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
162 using ::wcsncpy;
/trueos/lib/libedit/
HDchartype.h94 #define Strncpy(d,s,n) wcsncpy(d,s,n)
/trueos/include/
HDwchar.h146 wchar_t *wcsncpy(wchar_t * __restrict , const wchar_t * __restrict, size_t);
/trueos/contrib/gcc/cp/
HDcfns.gperf208 wcsncpy
/trueos/contrib/tcsh/
HDsh.h1123 #define Strncpy(a, b, c) wcsncpy(a, b, c)
/trueos/contrib/libstdc++/
Dacinclude.m41910 using ::wcsncpy;
Dconfigure7086 using ::wcsncpy;