Searched refs:strlcat (Results 26 - 50 of 271) sorted by relevance

1234567891011

/freebsd-12-stable/sys/crypto/via/
H A Dpadlock.c93 strlcat(capp, ",AES-EBC", sizeof(capp));
94 strlcat(capp, ",AES-CFB", sizeof(capp));
95 strlcat(capp, ",AES-OFB", sizeof(capp));
98 strlcat(capp, ",SHA1", sizeof(capp));
99 strlcat(capp, ",SHA256", sizeof(capp));
103 strlcat(capp, ",AES-CTR", sizeof(capp));
105 strlcat(capp, ",RSA", sizeof(capp));
/freebsd-12-stable/sys/contrib/ncsw/inc/
H A Ddebug_ext.h68 strlcat(dumpSubStr, p_DumpToken, DUMP_MAX_STR); \
71 strlcat(dumpSubStr, dumpIdxStr[dumpTmpLevel], DUMP_MAX_STR); \
76 strlcat(dumpSubStr, ".", DUMP_MAX_STR); \
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_ruleset.c216 strlcat(anchor->path, "/", sizeof(anchor->path));
218 strlcat(anchor->path, anchor->name, sizeof(anchor->path));
321 strlcat(path, "/", MAXPATHLEN);
322 strlcat(path, name, MAXPATHLEN);
349 strlcat(anchor_call, r->anchor->path,
363 strlcat(anchor_call, "../",
372 strlcat(anchor_call, r->anchor->path + (a[0] ?
377 strlcat(anchor_call, anchor_call[0] ? "/*" : "*",
395 strlcat(pr->anchor_call, r->anchor->path,
412 strlcat(p
[all...]
/freebsd-12-stable/contrib/ncurses/include/
H A Dnc_string.h58 #define _nc_STRCAT(d,s,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n))
/freebsd-12-stable/contrib/ntp/libntp/
H A Dstrl_obsd.c2 * Why use strlcpy()/strlcat() instead of standard strncpy()/strncat()?
31 #include "ntp_stdlib.h" /* + strlcpy, strlcat prototypes */
67 /* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
97 strlcat(char *dst, const char *src, size_t siz) function
/freebsd-12-stable/cddl/compat/opensolaris/misc/
H A Dfsshare.c139 strlcat(newopts, "-", sizeof(newopts));
143 strlcat(newopts, o, sizeof(newopts));
144 strlcat(newopts, " ", sizeof(newopts));
167 if (strlcat(tmpfile, ".XXXXXXXX", sizeof(tmpfile)) >= sizeof(tmpfile))
/freebsd-12-stable/usr.bin/lsvfs/
H A Dlsvfs.c91 strlcat(buf, fl[i].str, sizeof(buf));
92 strlcat(buf, ", ", sizeof(buf));
/freebsd-12-stable/crypto/openssh/
H A Dprogressmeter.c184 strlcat(buf, " ", win_size);
189 strlcat(buf, "/s ", win_size);
198 strlcat(buf, "- stalled -", win_size);
200 strlcat(buf, " --:-- ETA", win_size);
220 strlcat(buf, " ETA", win_size);
222 strlcat(buf, " ", win_size);
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Dget.c135 strlcat(buf, "(", buf_len);
143 strlcat(buf, s, buf_len);
153 strlcat(buf, s, buf_len);
156 strlcat(buf, ")", buf_len);
238 strlcat(buf, ", ", buf_len);
239 strlcat(buf, buf2, buf_len);
278 strlcat(buf, "subject: ", buf_len);
279 strlcat(buf, acl.val[i].subject, buf_len);
281 strlcat(buf, " issuer:", buf_len);
282 strlcat(bu
[all...]
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dgetarg.c61 strlcat(string, "= Ns", len);
62 strlcat(string, " Ar ", len);
65 strlcat (string, "=", len);
67 strlcat (string, " ", len);
83 strlcat(string, s, len);
253 strlcat(buf, s, sizeof(buf));
257 strlcat(buf, "]", sizeof(buf));
267 strlcat(buf, "[--", sizeof(buf));
270 strlcat(buf, "no-", sizeof(buf));
273 strlcat(bu
[all...]
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dstatfs.cc73 strlcat(mp, "/mountpoint", PATH_MAX);
118 strlcat(mp, "/mountpoint", PATH_MAX);
156 strlcat(mp, "/mountpoint", PATH_MAX);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_realpath.c138 (void)strlcat(path, "/realpath", sizeof(path));
139 (void)strlcat(slnk, "/symbolic", sizeof(slnk));
/freebsd-12-stable/contrib/blacklist/bin/
H A Dsupport.c62 strlcat(buf, strerror(errno), len);
63 strlcat(buf, fmt + r + 2, len);
/freebsd-12-stable/sbin/kldload/
H A Dkldload.c90 strlcat(kldpath, "/", MAXPATHLEN);
92 strlcat(kldpath, kldname, MAXPATHLEN);
/freebsd-12-stable/contrib/libxo/tests/gettext/
H A Dgt_01.c51 strlcat(path, "/po", sizeof(path));
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_chroot.c61 (void)strlcat(buf, "/dir", sizeof(buf));
99 (void)strlcat(buf, "/file", sizeof(buf));
187 (void)strlcat(buf, "/dir", sizeof(buf));
223 (void)strlcat(buf, "/file", sizeof(buf));
/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Dstring.h244 #define strlcat isc_string_strlcat macro
/freebsd-12-stable/contrib/libpcap/
H A Dportability.h50 #define pcap_strlcat strlcat
/freebsd-12-stable/contrib/blacklist/port/
H A Dport.h35 size_t strlcat(char *, const char *, size_t);
/freebsd-12-stable/gnu/usr.bin/gdb/kgdb/
H A Dkthr.c242 strlcat(buf, ": ", sizeof(buf));
243 strlcat(buf, comm, sizeof(buf));
248 strlcat(buf, "/", sizeof(buf));
249 strlcat(buf, td_name, sizeof(buf));
/freebsd-12-stable/crypto/openssh/regress/unittests/utf8/
H A Dtests.c44 (void)strlcat(buf, name, sizeof(buf));
/freebsd-12-stable/usr.sbin/nfsdumpstate/
H A Dnfsdumpstate.c310 strlcat(flag_string, "NC ", sizeof (flag_string));
312 strlcat(flag_string, "CB ", sizeof (flag_string));
314 strlcat(flag_string, "GSS ", sizeof (flag_string));
316 strlcat(flag_string, "REV", sizeof (flag_string));
/freebsd-12-stable/sbin/nvmecontrol/
H A Dcomnd.c114 strlcat(buf, "=<STRING>", len);
117 strlcat(buf, "=<FILE>", len);
120 strlcat(buf, "=<NUM>", len);
156 strlcat(buf, "--", sizeof(buf));
157 strlcat(buf, opts[i].long_arg, sizeof(buf));
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c1263 VERIFY3U(len, >, strlcat(errmsg, ": ", len));
1264 VERIFY3U(len, >, strlcat(errmsg, fname, len));
1265 VERIFY3U(len, >, strlcat(errmsg, "{", len));
1267 VERIFY3U(len, >, strlcat(errmsg, "<", len));
1268 VERIFY3U(len, >, strlcat(errmsg, pargs[i].za_name, len));
1269 VERIFY3U(len, >, strlcat(errmsg, "(", len));
1270 VERIFY3U(len, >, strlcat(errmsg,
1272 VERIFY3U(len, >, strlcat(errmsg, ")>", len));
1274 VERIFY3U(len, >, strlcat(errmsg, ", ", len));
1278 VERIFY3U(len, >, strlcat(errms
[all...]
/freebsd-12-stable/sys/dev/acpi_support/
H A Dacpi_hp.c1018 strlcat(outbuf, acpi_hp_get_string_from_object(
1023 strlcat(outbuf, " ", outsize);
1025 strlcat(outbuf, acpi_hp_get_string_from_object(
1030 strlcat(outbuf, " ", outsize);
1031 strlcat(outbuf, acpi_hp_get_string_from_object(
1036 strlcat(outbuf, " ", outsize);
1050 strlcat(outbuf, "/", outsize);
1052 strlcat(outbuf, " (", outsize);
1053 strlcat(outbuf, string_buffer, outsize);
1059 strlcat(outbu
[all...]

Completed in 290 milliseconds

1234567891011