Home
last modified time | relevance | path

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

/freebsd/lib/libc/string/
H A Dwcsncpy.c42 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcsncpy() function
H A DMakefile.inc26 wcsncpy.c wcsnlen.c wcspbrk.c \
108 wmemchr.3 wcsncpy.3 \
H A Dwcsxfrm.c74 (void) wcsncpy(dest, src, len - 1); in wcsxfrm_l()
H A DSymbol.map61 wcsncpy;
/freebsd/contrib/libedit/
H A Dsearch.c185 (void) wcsncpy(el->el_search.patbuf, el->el_line.buffer, in c_setpat()
487 (void) wcsncpy(tmpbuf, el->el_search.patbuf, in cv_search()
491 (void) wcsncpy(&el->el_search.patbuf[2], tmpbuf, in cv_search()
505 (void) wcsncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()
H A Dparse.c118 (void) wcsncpy(tprog, argv[0], l); in el_wparse()
H A Dhist.c108 (void) wcsncpy(el->el_line.buffer, el->el_history.buf, in hist_get()
H A Dcommon.c570 (void) wcsncpy(el->el_history.buf, el->el_line.buffer, in ed_prev_history()
642 (void) wcsncpy(el->el_history.buf, el->el_line.buffer, in ed_search_prev_history()
H A Dvi.c963 (void) wcsncpy(el->el_history.buf, el->el_line.buffer, in vi_to_history_line()
1031 wcsncpy(line, el->el_line.buffer, len); in vi_histedit()
H A Dfilecomplete.c642 (void) wcsncpy(temp, ctemp, len); in find_word_to_complete()
H A Dhistory.c88 #define Strncpy(d, s, n) wcsncpy(d, s, n)
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc49 using ::wcsncpy;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.inc49 using std::wcsncpy;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar63 wchar_t* wcsncpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
159 using ::wcsncpy _LIBCPP_USING_IF_EXISTS;
/freebsd/include/
H A Dwchar.h153 wchar_t *wcsncpy(wchar_t * __restrict , const wchar_t * __restrict, size_t);
/freebsd/contrib/bsddialog/lib/
H A Dformbox.c167 wcsncpy(item->privwbuf, winit, item->maxletters); in build_privateform()
168 wcsncpy(item->pubwbuf, winit, item->maxletters); in build_privateform()
/freebsd/lib/libc/locale/
H A Dcollate.c723 wcsncpy (name, str, len); in __collate_equiv_value()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1689 INTERCEPTOR(wchar_t *, wcsncpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument
1694 wchar_t *res = REAL(wcsncpy)(dest, src, n); in INTERCEPTOR()
1864 INTERCEPT_FUNCTION(wcsncpy); in InitializeInterceptors()
/freebsd/contrib/tcsh/
H A Dsh.h1135 #define Strncpy(a, b, c) wcsncpy(a, b, c)
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc902 SYMBOL(wcsncpy, None, <wchar.h>)
H A DStdSymbolMap.inc3158 SYMBOL(wcsncpy, std::, <cwchar>)
3159 SYMBOL(wcsncpy, None, <cwchar>)
3160 SYMBOL(wcsncpy, None, <wchar.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3261 fun:wcsncpy=uninstrumented