Searched refs:wcsncat (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/lib/libc/string/
H A Dwcsncat.c28 * citrus Id: wcsncat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
34 __RCSID("$NetBSD: wcsncat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) function
H A DMakefile.inc25 wcslcat.c wcslcpy.c wcslen.c wcsncasecmp.c wcsncat.c wcsncmp.c \
106 wmemchr.3 wcsncat.3 \
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc47 using ::wcsncat;
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.inc47 using std::wcsncat;
/freebsd-current/include/
H A Dwchar.h150 wchar_t *wcsncat(wchar_t * __restrict, const wchar_t * __restrict,
/freebsd-current/usr.bin/ncal/
H A Dncal.c971 wcsncat(wds->names[i], buf, len);
972 wcsncat(wds->names[i], L" ", 1);
/freebsd-current/contrib/tcsh/
H A Dsh.h1133 #define Strncat(a, b, c) wcsncat(a, b, c)
/freebsd-current/contrib/libedit/
H A Dhistory.c89 #define Strncat(d, s, n) wcsncat(d, s, n)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7089 INTERCEPTOR(wchar_t *, wcsncat, wchar_t *dst, const wchar_t *src, SIZE_T n) {
7091 COMMON_INTERCEPTOR_ENTER(ctx, wcsncat, dst, src, n);
7099 return REAL(wcsncat)(dst, src, n);
7103 COMMON_INTERCEPT_FUNCTION(wcsncat);

Completed in 208 milliseconds