Searched refs:strncat (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dtest_print_longpath.c42 strncat(buff, "0123456789",
44 strncat(buff, "/", sizeof(buff) - strlen(buff) -1);
46 strncat(buff, "\n", sizeof(buff) - strlen(buff) -1);
/freebsd-10.0-release/lib/libc/string/
H A Dstrncat.c34 static char sccsid[] = "@(#)strncat.c 8.1 (Berkeley) 6/4/93";
46 strncat(char * __restrict dst, const char * __restrict src, size_t n) function
H A DSymbol.map40 strncat;
/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dtest_basic.c148 strncat(result,
157 strncat(result,
167 strncat(result,
177 strncat(result,
186 strncat(result,
190 strncat(result, "2 blocks\n", sizeof(result) - strlen(result) -1);
H A Dtest_format_newc.c128 strncat(result,
133 strncat(result,
138 strncat(result,
143 strncat(result,
160 strncat(result, "2 blocks\n", sizeof(result) - strlen(result) -1);
162 strncat(result, "1 block\n", sizeof(result) - strlen(result) -1);
/freebsd-10.0-release/lib/libc/mips/string/
H A DMakefile.inc7 strncat.c strncmp.c strncpy.c strrchr.S strpbrk.c strsep.c \
/freebsd-10.0-release/contrib/ldns/
H A Dduration.c262 str = strncat(str, num, count+2);
269 str = strncat(str, num, count+2);
276 str = strncat(str, num, count+2);
283 str = strncat(str, num, count+2);
287 str = strncat(str, "T", 1);
293 str = strncat(str, num, count+2);
300 str = strncat(str, num, count+2);
307 str = strncat(str, num, count+2);
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dstring.h40 using std::strncat;
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h60 #undef strncat macro
85 using ::strncat;
/freebsd-10.0-release/contrib/opie/libopie/
H A Dbtoe.c2104 strncat(engout, Wp[extract(cp, 0, 11)], 4);
2106 strncat(engout, Wp[extract(cp, 11, 11)], 4);
2108 strncat(engout, Wp[extract(cp, 22, 11)], 4);
2110 strncat(engout, Wp[extract(cp, 33, 11)], 4);
2112 strncat(engout, Wp[extract(cp, 44, 11)], 4);
2114 strncat(engout, Wp[extract(cp, 55, 11)], 4);
/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_perror.c257 (void)strncat(str, clnt_sperrno(rpc_createerr.cf_stat), len - 1);
260 (void) strncat(str, " - ", len - 1);
261 (void) strncat(str,
266 (void)strncat(str, " - ", len - 1);
267 (void)strncat(str, strerror(rpc_createerr.cf_error.re_errno),
/freebsd-10.0-release/gnu/lib/libssp/
H A DMakefile20 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
/freebsd-10.0-release/lib/libcrypt/
H A Dcrypt-nthash.c82 strncat(passwd, final, MD4_SIZE*2);
/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dstr.c34 strncat(tmp, s2, FILENAME_MAX - strlen(tmp));
H A Dfile.c238 strncat(try, ".", max -= strlen(try));
239 strncat(try, name, max -= strlen(name));
240 strncat(try, ".", max--);
241 strncat(try, "backup", max -= 6);
/freebsd-10.0-release/contrib/gcclibs/libssp/
H A DMakefile.am33 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
/freebsd-10.0-release/contrib/gcclibs/libssp/ssp/
H A Dstring.h49 #undef strncat macro
156 #define strncat(dest, src, len) \ macro
/freebsd-10.0-release/sys/boot/common/
H A Dinterp_forth.c115 strncat(line, cp, len);
127 strncat(line, tail, len);
/freebsd-10.0-release/tools/regression/kqueue/
H A Dmain.c79 strncat(buf, #attrib" ", 64);
115 strncat(buf, #attrib" ", 64);
/freebsd-10.0-release/usr.sbin/bluetooth/hccontrol/
H A Dutil.c140 strncat(buffer, t[n], size - len);
301 strncat(buffer, t[n][i], size - len0);
/freebsd-10.0-release/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c155 strncat(skim_entryname, curline, QENTRY_MAXLEN
159 strncat(skim_entryname, curline, (ch - curline
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c73 strncat(TermType, name, MAX_NAME_SIZE);
/freebsd-10.0-release/include/
H A Dstring.h99 char *strncat(char * __restrict, const char * __restrict, size_t);
/freebsd-10.0-release/usr.bin/xargs/
H A Dstrnsubst.c72 strncat(s2, s1, (uintptr_t)this - (uintptr_t)s1);
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dsdlpi.c70 (void) strncat(devname, device, sizeof(devname) - strlen(devname));

Completed in 184 milliseconds

1234