/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_basic.c | 129 strncat(result, in DEFINE_TEST() 132 strncat(result, in DEFINE_TEST() 135 strncat(result, in DEFINE_TEST() 144 strncat(result, in DEFINE_TEST() 147 strncat(result, in DEFINE_TEST() 150 strncat(result, in DEFINE_TEST() 160 strncat(result, in DEFINE_TEST() 163 strncat(result, in DEFINE_TEST() 166 strncat(result, in DEFINE_TEST() 176 strncat(result, in DEFINE_TEST() [all …]
|
H A D | test_format_newc.c | 110 strncat(result, in DEFINE_TEST() 113 strncat(result, strerror(ERANGE), in DEFINE_TEST() 115 strncat(result, "\n", in DEFINE_TEST() 119 strncat(result, in DEFINE_TEST() 122 strncat(result, strerror(ERANGE), in DEFINE_TEST() 124 strncat(result, "\n", in DEFINE_TEST() 128 strncat(result, in DEFINE_TEST() 131 strncat(result, strerror(ERANGE), in DEFINE_TEST() 133 strncat(result, "\n", in DEFINE_TEST() 137 strncat(result, in DEFINE_TEST() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/string/ |
H A D | t_strcat.c | 136 ATF_CHECK(strncat(buf, "xxx", 0) == buf); in ATF_TC_BODY() 138 ATF_CHECK(strncat(buf, "xxx", 1) == buf); in ATF_TC_BODY() 140 ATF_CHECK(strncat(buf, "xxx", 2) == buf); in ATF_TC_BODY() 142 ATF_CHECK(strncat(buf, "\0", 1) == buf); in ATF_TC_BODY()
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_print_longpath.c | 23 strncat(buff, "0123456789", in DEFINE_TEST() 25 strncat(buff, "/", sizeof(buff) - strlen(buff) -1); in DEFINE_TEST() 27 strncat(buff, "\n", sizeof(buff) - strlen(buff) -1); in DEFINE_TEST()
|
H A D | test_option_b.c | 24 strncat(testprog_ustar, USTAR_OPT, testprog_ustar_len); in DEFINE_TEST()
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_perror.c | 244 (void)strncat(str, clnt_sperrno(rpc_createerr.cf_stat), len - 1); in clnt_spcreateerror() 247 (void) strncat(str, " - ", len - 1); in clnt_spcreateerror() 248 (void) strncat(str, in clnt_spcreateerror() 253 (void)strncat(str, " - ", len - 1); in clnt_spcreateerror() 254 (void)strncat(str, strerror(rpc_createerr.cf_error.re_errno), in clnt_spcreateerror()
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | util.c | 143 strncat(buffer, t[n], size - len); in hci_hmode2str() 2916 strncat(buffer, t[n][i], size - len0); in hci_commands2str() 3031 strncat(buffer, t[n][i], size - len0); in hci_features2str() 3145 strncat(buffer, t[n][i], size - len0); in hci_le_features2str() 3355 strncat( in hci_le_chanmap2str()
|
/freebsd/lib/libc/string/ |
H A D | strncat.c | 37 #undef strncat /* _FORTIFY_SOURCE */ 44 strncat(char * __restrict dst, const char * __restrict src, size_t n) in strncat() function
|
/freebsd/lib/libc/amd64/string/ |
H A D | strncat.c | 11 #undef strncat /* _FORTIFY_SOURCE */ 16 strncat(char *dest, const char *src, size_t n) in strncat() function
|
H A D | Makefile.inc | 21 strncat.c \
|
/freebsd/lib/libc/aarch64/string/ |
H A D | strncat.c | 11 #undef strncat /* _FORTIFY_SOURCE */ 16 strncat(char *dest, const char *src, size_t n) in strncat() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 188 INTERCEPTOR(char *, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() argument 190 MEMPROF_INTERCEPTOR_ENTER(ctx, strncat); in INTERCEPTOR() 198 return REAL(strncat)(to, from, size); in INTERCEPTOR() 320 MEMPROF_INTERCEPT_FUNC(strncat); in InitializeMemprofInterceptors()
|
/freebsd/include/ssp/ |
H A D | string.h | 121 __ssp_bos_icheck3_restrict(strncat, char *, const char *) 138 #define strncat(dst, src, len) __ssp_bos_check3(strncat, dst, src, len) macro
|
/freebsd/tools/test/stress2/misc/ |
H A D | credleak.sh | 109 strncat(name, d, sizeof(name) - 1); 124 strncat(name, d, sizeof(name) - 1);
|
H A D | cmp.sh | 133 strncat(name, d, sizeof(name) - 1); 148 strncat(name, d, sizeof(name) - 1);
|
/freebsd/usr.sbin/lpr/chkprintcap/ |
H A D | skimprintcap.c | 157 strncat(skim_entryname, curline, QENTRY_MAXLEN in skim_printcap() 161 strncat(skim_entryname, curline, (ch - curline in skim_printcap()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 178 INTERCEPTOR(char *, strncat, char *dst, const char *src, uptr size) { in INTERCEPTOR() argument 180 char *res = REAL(strncat)(dst, src, size); in INTERCEPTOR() 227 INTERCEPT_FUNCTION(strncat); in InitializeInterceptors()
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-strncat-slm.S | 32 #define STRCAT strncat
|
/freebsd/contrib/netbsd-tests/lib/libc/ssp/ |
H A D | t_ssp.sh | 335 atf_test_case strncat 459 atf_add_test_case strncat
|
H A D | h_strncat.c | 44 (void)strncat(b, "1020202020202", len); in main()
|
/freebsd/sys/libkern/ |
H A D | strncat.c | 41 strncat(char *dst, const char *src, size_t n) in strncat() function
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 2778 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 2779 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 2796 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 2797 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 2802 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 2803 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 2812 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 2813 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 2819 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 2820 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() [all …]
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_main.c | 3714 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3715 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 3732 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3733 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 3738 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3739 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 3748 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3749 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 3755 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3756 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() [all …]
|
/freebsd/stand/common/ |
H A D | interp_forth.c | 111 strncat(line, cp, len); in bf_command() 123 strncat(line, tail, len); in bf_command()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstring | 32 char* strncat(char* restrict s1, const char* restrict s2, size_t n); 84 using ::strncat _LIBCPP_USING_IF_EXISTS;
|