/freebsd/include/ssp/ |
H A D | wchar.h | 201 __ssp_redirect_raw_impl(wchar_t *, wcsncpy, wcsncpy, 211 return (__ssp_real(wcsncpy)(buf, src, len));
|
/freebsd/lib/libc/string/ |
H A D | wcsncpy.c | 43 __ssp_real(wcsncpy)(wchar_t * __restrict dst, const wchar_t * __restrict src, in __ssp_real() argument
|
H A D | Makefile.inc | 26 wcsncpy.c wcsnlen.c wcspbrk.c \ 109 wmemchr.3 wcsncpy.3 \
|
H A D | wcsxfrm.c | 74 (void) wcsncpy(dest, src, len - 1); in wcsxfrm_l()
|
H A D | Symbol.map | 61 wcsncpy;
|
/freebsd/contrib/libedit/ |
H A D | search.c | 185 (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 D | parse.c | 118 (void) wcsncpy(tprog, argv[0], l); in el_wparse()
|
H A D | hist.c | 108 (void) wcsncpy(el->el_line.buffer, el->el_history.buf, in hist_get()
|
H A D | common.c | 570 (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 D | vi.c | 963 (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 D | filecomplete.c | 642 (void) wcsncpy(temp, ctemp, len); in find_word_to_complete()
|
H A D | history.c | 88 #define Strncpy(d, s, n) wcsncpy(d, s, n)
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 49 using ::wcsncpy _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 49 using std::wcsncpy _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 63 wchar_t* wcsncpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 162 using ::wcsncpy _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 160 wchar_t *wcsncpy(wchar_t * __restrict , const wchar_t * __restrict, size_t);
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_wchar_test.c | 1918 wcsncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 1944 wcsncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 1971 wcsncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 1998 wcsncpy(__stack.__buf, src, __len); in ATF_TC_BODY() 2034 wcsncpy(__stack.__buf, src, __len); in ATF_TC_BODY()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | formbox.c | 167 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 D | collate.c | 723 wcsncpy (name, str, len); in __collate_equiv_value()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1689 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() 1866 INTERCEPT_FUNCTION(wcsncpy); in InitializeInterceptors()
|
/freebsd/contrib/tcsh/ |
H A D | sh.h | 1135 #define Strncpy(a, b, c) wcsncpy(a, b, c)
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 902 SYMBOL(wcsncpy, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3158 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 D | libc_ubuntu1404_abilist.txt | 3261 fun:wcsncpy=uninstrumented
|