Searched refs:wcsncpy (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/lib/libc/string/
H A Dwcsncpy.c50 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) function
H A Dwcsxfrm.c77 (void) wcsncpy(dest, src, len - 1);
H A DMakefile.inc25 wcsncpy.c wcsnlen.c wcspbrk.c \
95 wmemchr.3 wcsncpy.3 \
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h84 using std::wcsncpy;
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h119 #undef wcsncpy macro
189 using ::wcsncpy;
/freebsd-12-stable/contrib/libedit/
H A Dparse.c118 (void) wcsncpy(tprog, argv[0], l);
H A Dsearch.c185 (void) wcsncpy(el->el_search.patbuf, el->el_line.buffer,
487 (void) wcsncpy(tmpbuf, el->el_search.patbuf,
491 (void) wcsncpy(&el->el_search.patbuf[2], tmpbuf,
505 (void) wcsncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
H A Dhist.c108 (void) wcsncpy(el->el_line.buffer, el->el_history.buf,
H A Dcommon.c570 (void) wcsncpy(el->el_history.buf, el->el_line.buffer,
642 (void) wcsncpy(el->el_history.buf, el->el_line.buffer,
H A Dvi.c963 (void) wcsncpy(el->el_history.buf, el->el_line.buffer,
1028 wcsncpy(line, el->el_line.buffer, len);
H A Dhistory.c88 #define Strncpy(d, s, n) wcsncpy(d, s, n)
/freebsd-12-stable/include/
H A Dwchar.h155 wchar_t *wcsncpy(wchar_t * __restrict , const wchar_t * __restrict, size_t);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1527 INTERCEPTOR(wchar_t *, wcsncpy, wchar_t *dest, const wchar_t *src, SIZE_T n) {
1532 wchar_t *res = REAL(wcsncpy)(dest, src, n);
1674 INTERCEPT_FUNCTION(wcsncpy);
/freebsd-12-stable/lib/libc/locale/
H A Dcollate.c705 wcsncpy (name, str, len);
/freebsd-12-stable/contrib/tcsh/
H A Dsh.h1135 #define Strncpy(a, b, c) wcsncpy(a, b, c)
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure7086 using ::wcsncpy;
[all...]

Completed in 288 milliseconds