Symbol: strlcat
bin/date/date.c
238
strlcat(fmtbuf, it->format_string, sizeof(fmtbuf));
bin/date/date.c
246
strlcat(buf, tzbuf, sizeof(buf));
bin/ps/ps.c
942
strlcat(pathbuf, elem, sizeof(pathbuf));
bin/ps/ps.c
952
strlcat(pathbuf2, elem, sizeof(pathbuf2));
bin/ps/ps.c
960
strlcat(pathbuf3, elem, sizeof(pathbuf3));
crypto/heimdal/appl/ftp/ftp/cmds.c
1438
strlcat(buf, " ", sizeof(buf));
crypto/heimdal/appl/ftp/ftp/cmds.c
1439
strlcat(buf, argv[i], sizeof(buf));
crypto/heimdal/appl/ftp/ftp/cmds.c
1595
strlcat(acctstr, *argv, sizeof(acctstr));
crypto/heimdal/appl/ftp/ftp/security.c
572
strlcat((char*)buf, "\r\n", buf_size);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3464
strlcat (buf,
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1411
strlcat (buf,
crypto/heimdal/appl/ftp/ftpd/ftpd.c
159
strlcat(path, "/", sizeof(path));
crypto/heimdal/appl/ftp/ftpd/security.c
572
strlcat((char*)buf, "\r\n", buf_size);
crypto/heimdal/appl/rsh/rsh.c
600
strlcat (tmp, argv[i], len);
crypto/heimdal/appl/rsh/rsh.c
601
strlcat (tmp, " ", len);
crypto/heimdal/appl/rsh/rsh.c
604
strlcat (tmp, argv[argc-1], len);
crypto/heimdal/kadmin/get.c
135
strlcat(buf, "(", buf_len);
crypto/heimdal/kadmin/get.c
143
strlcat(buf, s, buf_len);
crypto/heimdal/kadmin/get.c
153
strlcat(buf, s, buf_len);
crypto/heimdal/kadmin/get.c
156
strlcat(buf, ")", buf_len);
crypto/heimdal/kadmin/get.c
238
strlcat(buf, ", ", buf_len);
crypto/heimdal/kadmin/get.c
239
strlcat(buf, buf2, buf_len);
crypto/heimdal/kadmin/get.c
278
strlcat(buf, "subject: ", buf_len);
crypto/heimdal/kadmin/get.c
279
strlcat(buf, acl.val[i].subject, buf_len);
crypto/heimdal/kadmin/get.c
281
strlcat(buf, " issuer:", buf_len);
crypto/heimdal/kadmin/get.c
282
strlcat(buf, *acl.val[i].issuer, buf_len);
crypto/heimdal/kadmin/get.c
285
strlcat(buf, " anchor:", buf_len);
crypto/heimdal/kadmin/get.c
286
strlcat(buf, *acl.val[i].anchor, buf_len);
crypto/heimdal/kadmin/get.c
289
strlcat(buf, ", ", buf_len);
crypto/heimdal/kadmin/get.c
315
strlcat(buf, " ", buf_len);
crypto/heimdal/kadmin/get.c
316
strlcat(buf, p, buf_len);
crypto/heimdal/kdc/krb5tgs.c
695
strlcat(rs, ", ", l);
crypto/heimdal/kdc/krb5tgs.c
696
strlcat(rs, realms[i], l);
crypto/heimdal/lib/hdb/hdb.c
416
strlcat(buf, ", ", len);
crypto/heimdal/lib/hdb/hdb.c
417
strlcat(buf, h->prefix, len);
crypto/heimdal/lib/krb5/addr_families.c
363
strlcat(buf, ":", sizeof(buf));
crypto/heimdal/lib/krb5/addr_families.c
364
strlcat(buf, buf2, sizeof(buf));
crypto/heimdal/lib/krb5/addr_families.c
623
l = strlcat(str + size, "-", len - size);
crypto/heimdal/lib/krb5/expand_path.c
116
if (strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0]))
crypto/heimdal/lib/krb5/expand_path.c
258
strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0])) {
crypto/heimdal/lib/krb5/kuserok.c
271
strlcat(buf, KLOGIN, buflen);
crypto/heimdal/lib/krb5/kuserok.c
282
strlcat(buf, ".d", buflen);
crypto/heimdal/lib/krb5/transited.c
183
strlcat(r->realm, prev_realm, len);
crypto/heimdal/lib/krb5/transited.c
196
strlcat(tmp, r->realm, len);
crypto/heimdal/lib/krb5/transited.c
394
strlcat(s, ",", len + 1);
crypto/heimdal/lib/krb5/transited.c
396
strlcat(s, " ", len + 1);
crypto/heimdal/lib/krb5/transited.c
397
strlcat(s, realms[i], len + 1);
crypto/heimdal/lib/krb5/warn.c
54
strlcat(xfmt, "%s", sizeof(xfmt));
crypto/heimdal/lib/krb5/warn.c
56
strlcat(xfmt, ": ", sizeof(xfmt));
crypto/heimdal/lib/krb5/warn.c
63
strlcat(xfmt, "%s", sizeof(xfmt));
crypto/heimdal/lib/roken/getarg.c
253
strlcat(buf, s, sizeof(buf));
crypto/heimdal/lib/roken/getarg.c
257
strlcat(buf, "]", sizeof(buf));
crypto/heimdal/lib/roken/getarg.c
267
strlcat(buf, "[--", sizeof(buf));
crypto/heimdal/lib/roken/getarg.c
270
strlcat(buf, "no-", sizeof(buf));
crypto/heimdal/lib/roken/getarg.c
273
strlcat(buf, args[i].long_name, sizeof(buf));
crypto/heimdal/lib/roken/getarg.c
277
strlcat(buf, "]", sizeof(buf));
crypto/heimdal/lib/roken/getarg.c
279
strlcat(buf, "...", sizeof(buf));
crypto/heimdal/lib/roken/getarg.c
288
strlcat(buf, "]", sizeof(buf));
crypto/heimdal/lib/roken/getarg.c
290
strlcat(buf, "...", sizeof(buf));
crypto/heimdal/lib/roken/getarg.c
61
strlcat(string, "= Ns", len);
crypto/heimdal/lib/roken/getarg.c
62
strlcat(string, " Ar ", len);
crypto/heimdal/lib/roken/getarg.c
65
strlcat (string, "=", len);
crypto/heimdal/lib/roken/getarg.c
67
strlcat (string, " ", len);
crypto/heimdal/lib/roken/getarg.c
83
strlcat(string, s, len);
crypto/heimdal/lib/sl/slc-gram.c
2277
strlcat(cname, ".c", sizeof(cname));
crypto/heimdal/lib/sl/slc-gram.c
2278
strlcat(hname, ".h", sizeof(hname));
crypto/heimdal/lib/sl/slc-gram.y
768
strlcat(cname, ".c", sizeof(cname));
crypto/heimdal/lib/sl/slc-gram.y
769
strlcat(hname, ".h", sizeof(hname));
crypto/krb5/src/kdc/kdc_transit.c
372
if (strlcat(trans, ",", bufsize) >= bufsize) {
crypto/krb5/src/kdc/kdc_transit.c
377
if (strlcat(trans, current, bufsize) >= bufsize) {
crypto/krb5/src/kdc/kdc_transit.c
391
if (strlcat(trans, ",", bufsize) >= bufsize) {
crypto/krb5/src/kdc/kdc_transit.c
397
if (strlcat(trans, " ", bufsize) >= bufsize) {
crypto/krb5/src/kdc/kdc_transit.c
402
if (strlcat(trans, realm, bufsize) >= bufsize) {
crypto/krb5/src/lib/kadm5/alt_prof.c
252
strlcat(*stringp, " ", buf_size);
crypto/krb5/src/lib/kadm5/alt_prof.c
253
strlcat(*stringp, values[idx], buf_size);
crypto/krb5/src/lib/krb5/os/expand_path.c
113
if (strlcat(path, postfix, sizeof(path) / sizeof(path[0])) >=
crypto/krb5/src/lib/krb5/os/expand_path.c
254
strlcat(path, postfix, sizeof(path) / sizeof(path[0])) >=
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
189
strlcat(szPath, software_suffix, sizeof(szPath));
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
190
strlcat(szPath, "\\", sizeof(szPath));
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
191
strlcat(szPath, DEFAULT_PROFILE_FILENAME, sizeof(szPath));
crypto/openssh/auth-pam.c
889
strlcat(**prompts + plen, "\n", len - plen);
crypto/openssh/kex-names.c
224
if (strlcat(ret, ",", len) >= len ||
crypto/openssh/kex-names.c
225
strlcat(ret, p, len) >= len) {
crypto/openssh/loginrec.c
563
strlcat(dst, src, dstsize);
crypto/openssh/match.c
341
strlcat(fix_prop, ",", len);
crypto/openssh/match.c
342
strlcat(fix_prop, cp, len);
crypto/openssh/misc.c
1567
strlcat(r, b, hl);
crypto/openssh/openbsd-compat/openbsd-compat.h
118
size_t strlcat(char *dst, const char *src, size_t siz);
crypto/openssh/openbsd-compat/setproctitle.c
146
len = strlcat(buf, ": ", sizeof(buf));
crypto/openssh/regress/unittests/utf8/tests.c
46
(void)strlcat(buf, name, sizeof(buf));
crypto/openssh/session.c
2558
strlcat(buf, ",", sizeof buf);
crypto/openssh/session.c
2559
strlcat(buf, cp, sizeof buf);
crypto/openssh/sftp-client.c
2964
strlcat(ret, "/", len);
crypto/openssh/sftp-client.c
2965
strlcat(ret, p2, len);
crypto/openssh/sftp-realpath.c
156
resolved_len = strlcat(resolved, next_token, PATH_MAX);
crypto/openssh/sftp-realpath.c
203
left_len = strlcat(symlink, left, sizeof(symlink));
crypto/openssh/sftp-server.c
287
strlcat(ret, ",", sizeof(ret)); \
crypto/openssh/sftp-server.c
288
strlcat(ret, str, sizeof(ret)); \
crypto/openssh/ssh-keygen.c
1371
strlcat(tmp, ".XXXXXXXXXX", sizeof(tmp)) >= sizeof(tmp) ||
crypto/openssh/ssh-keygen.c
1373
strlcat(old, ".old", sizeof(old)) >= sizeof(old))
crypto/openssh/ssh-keygen.c
1643
strlcat(identity_file, ".pub", sizeof(identity_file));
crypto/openssh/ssh-keygen.c
3976
strlcat(identity_file, ".pub", sizeof(identity_file));
crypto/openssh/ssh-keygen.c
697
strlcat(encoded, line, sizeof(encoded));
crypto/openssh/ssh_api.c
565
strlcat(replace, ",", maxlen);
crypto/openssh/ssh_api.c
566
strlcat(replace, alg, maxlen);
crypto/openssh/sshconnect.c
1426
strlcat(msg, "\nAre you sure you want "
crypto/openssh/sshconnect2.c
173
strlcat(to, ",", maxlen); \
crypto/openssh/sshconnect2.c
174
strlcat(to, from, maxlen); \
crypto/openssh/sshkey.c
1038
strlcat(ret, ":", rlen);
crypto/openssh/sshkey.c
1059
strlcat(retval, ":", rlen);
crypto/openssh/sshkey.c
1063
strlcat(retval, hex, rlen);
include/string.h
102
size_t (strlcat)(char * __restrict, const char * __restrict, size_t);
lib/geom/eli/geom_eli.c
418
if (strlcat(passbuf, buf, passbufsize) >=
lib/geom/eli/geom_eli.c
979
strlcat(backfile, p, sizeof(backfile));
lib/geom/eli/geom_eli.c
980
strlcat(backfile, suffix,
lib/geom/eli/geom_eli.c
987
strlcat(backfile, "-",
lib/geom/eli/geom_eli.c
989
strlcat(backfile, p, sizeof(backfile));
lib/libbe/be.c
1273
if (strlcat(active, child_path, BE_MAXPATHLEN) >= BE_MAXPATHLEN)
lib/libbe/be.c
599
if (strlcat(buf, "@", sizeof(buf)) >= sizeof(buf))
lib/libbe/be.c
602
if (strlcat(buf, snap_name, sizeof(buf)) >= sizeof(buf))
lib/libbe/be.c
734
strlcat(result, child_dataset, result_size);
lib/libc/gen/fmtmsg.c
102
strlcat(output, "\n", size)
lib/libc/gen/fmtmsg.c
105
strlcat(output, " ", size)
lib/libc/gen/fmtmsg.c
137
strlcat(output, label, size);
lib/libc/gen/fmtmsg.c
140
strlcat(output, sevinfo(sev), size);
lib/libc/gen/fmtmsg.c
143
strlcat(output, text, size);
lib/libc/gen/fmtmsg.c
146
strlcat(output, "TO FIX: ", size);
lib/libc/gen/fmtmsg.c
147
strlcat(output, act, size);
lib/libc/gen/fmtmsg.c
150
strlcat(output, tag, size);
lib/libc/gen/fmtmsg.c
99
strlcat(output, ": ", size)
lib/libc/gen/sem_new.c
159
if (strlcat(path, name, sizeof(path)) >= sizeof(path)) {
lib/libc/gen/sem_new.c
302
if (strlcat(path, name, sizeof(path)) >= sizeof(path)) {
lib/libc/gen/uexterr_format.c
101
strlcat(buf, " ", bufsz);
lib/libc/gen/uexterr_format.c
102
strlcat(buf, lbuf, bufsz);
lib/libc/locale/collate.c
177
strlcat(table->header.version, TMP, sizeof (table->header.version));
lib/libc/net/gethostbydns.c
616
strlcat(qbuf, "ip6.arpa", sizeof(qbuf));
lib/libc/net/rcmd.c
455
(void)strlcat(pbuf, "/.rhosts", sizeof(pbuf));
lib/libc/stdlib/realpath.c
193
left_len = strlcat(symlink, left,
lib/libc/string/strerror.c
76
strlcat(buf, t, len);
lib/libc/tests/gen/realpath2_test.c
106
(void)strlcat(path, "empty_symlink", sizeof(path));
lib/libc/tests/gen/realpath2_test.c
107
(void)strlcat(path, "/aaa", sizeof(path));
lib/libc/tests/gen/realpath2_test.c
97
(void)strlcat(slnk, "empty_symlink", sizeof(slnk));
lib/libc/tests/secure/fortify_string_test.c
1404
strlcat(__stack.__buf, src, __len);
lib/libc/tests/secure/fortify_string_test.c
1430
strlcat(__stack.__buf, src, __len);
lib/libc/tests/secure/fortify_string_test.c
1457
strlcat(__stack.__buf, src, __len);
lib/libc/tests/secure/fortify_string_test.c
1484
strlcat(__stack.__buf, src, __len);
lib/libc/tests/secure/fortify_string_test.c
1520
strlcat(__stack.__buf, src, __len);
lib/libc/tests/stdlib/strfmon_test.c
119
strlcat(actual, buf, sizeof(actual));
lib/libc/tests/stdlib/strfmon_test.c
162
strlcat(actual, buf, sizeof(actual));
lib/libc/tests/stdlib/strfmon_test.c
41
strlcat(expected, ts, sizeof(expected));
lib/libc/tests/stdlib/strfmon_test.c
42
strlcat(expected, "234", sizeof(expected));
lib/libnetbsd/efun.c
77
if ((rv = strlcat(dst, src, len)) >= len) {
lib/libnvmf/nvmf_host.c
483
strlcat(nqn, hostuuid_str, NVMF_NQN_MAX_LEN);
lib/libpjdlog/pjdlog.c
601
strlcat(logp, msg, logs);
lib/libproc/proc_sym.c
214
if ((n = strlcat(path, "/", PATH_MAX)) >= PATH_MAX)
lib/libproc/proc_sym.c
216
if (strlcat(path, debugfile, PATH_MAX) >= PATH_MAX)
lib/libproc/proc_sym.c
330
if (strlcat(path, "/.debug", sizeof(path)) < sizeof(path) &&
lib/libproc/proc_sym.c
335
if (strlcat(path, map->pr_mapname, sizeof(path)) < sizeof(path)) {
lib/libunbound/config.h
1429
size_t strlcat(char *dst, const char *src, size_t siz);
lib/libunbound/config.h
1540
size_t strlcat(char *dst, const char *src, size_t siz);
lib/libutil/tests/humanize_number_test.c
463
strlcat(result, separator,
lib/libutil/tests/humanize_number_test.c
465
strlcat(result, flags[i].name, MAX_STR_FLAGS_RESULT);
lib/libutil/tests/humanize_number_test.c
470
strlcat(result, noFlags, MAX_STR_FLAGS_RESULT);
lib/libvmmapi/vmmapi.c
705
strlcat(pathname, ctx->name, sizeof(pathname));
lib/libvmmapi/vmmapi.c
706
strlcat(pathname, ".", sizeof(pathname));
lib/libvmmapi/vmmapi.c
707
strlcat(pathname, name, sizeof(pathname));
libexec/getty/subr.c
560
strlcat(termbuf, TT, sizeof(termbuf));
libexec/rtld-elf/libmap.c
191
if (strlcat(conffile, "/", MAXPATHLEN) >= MAXPATHLEN)
libexec/rtld-elf/libmap.c
193
if (strlcat(conffile, dp->d_name, MAXPATHLEN) >= MAXPATHLEN)
libexec/rtld-elf/rtld.c
6330
strlcat(binpath, "/", PATH_MAX) >= PATH_MAX)
libexec/rtld-elf/rtld.c
6332
if (strlcat(binpath, argv0, PATH_MAX) >= PATH_MAX)
libexec/rtld-elf/rtld.c
811
strlcat(buf, "/", sizeof(buf)) >= sizeof(buf) ||
libexec/rtld-elf/rtld.c
812
strlcat(buf, kexecpath, sizeof(buf)) >= sizeof(buf))
libexec/tftpd/tests/functional.c
463
pathlen = strlcat(&command[2], "/abspath.txt", sizeof(command) - 2);
libexec/tftpd/tftp-utils.c
251
strlcat(s, " ", space);
libexec/tftpd/tftp-utils.c
252
strlcat(s, debugs[i].name, space);
sbin/devmatch/devmatch.c
191
strlcat(key, "=", sizeof(key));
sbin/devmatch/devmatch.c
237
strlcat(key, "=", sizeof(key));
sbin/geom/core/geom.c
324
strlcat(opts, "v", sizeof(opts));
sbin/geom/core/geom.c
336
strlcat(opts, ":", sizeof(opts));
sbin/ggate/ggated/ggated.c
350
strlcat(ipmask, "/", sizeof(ipmask));
sbin/ggate/ggated/ggated.c
351
strlcat(ipmask, ip2str(ex->e_mask), sizeof(ipmask));
sbin/hastd/parse.y
816
(void)strlcat(names, ", ", sizeof(names));
sbin/hastd/parse.y
820
(void)strlcat(names, buf, sizeof(names));
sbin/hastd/parse.y
821
(void)strlcat(names, ", ", sizeof(names));
sbin/hastd/parse.y
829
(void)strlcat(names, buf, sizeof(names));
sbin/hastd/parse.y
830
(void)strlcat(names, ", ", sizeof(names));
sbin/hastd/parse.y
839
(void)strlcat(names, buf, sizeof(names));
sbin/ifconfig/ifconfig.c
167
strlcat(options, p->opt_usage, sizeof(options));
sbin/ifconfig/ifconfig.c
168
strlcat(options, " ", sizeof(options));
sbin/ifconfig/ifconfig.c
2037
strlcat(ifkind, ifname, sizeof(ifkind));
sbin/ifconfig/ifconfig.c
474
strlcat(options, p->opt, sizeof(options));
sbin/ifconfig/ifieee80211.c
4280
strlcat(buf, " FHSS", bsize);
sbin/ifconfig/ifieee80211.c
4282
strlcat(buf, " 11a", bsize);
sbin/ifconfig/ifieee80211.c
4284
strlcat(buf, " 11g", bsize);
sbin/ifconfig/ifieee80211.c
4286
strlcat(buf, " 11b", bsize);
sbin/ifconfig/ifieee80211.c
4288
strlcat(buf, "/10MHz", bsize);
sbin/ifconfig/ifieee80211.c
4290
strlcat(buf, "/5MHz", bsize);
sbin/ifconfig/ifieee80211.c
4292
strlcat(buf, " Turbo", bsize);
sbin/ifconfig/ifieee80211.c
4295
strlcat(buf, " vht/80p80", bsize);
sbin/ifconfig/ifieee80211.c
4297
strlcat(buf, " vht/160", bsize);
sbin/ifconfig/ifieee80211.c
4300
strlcat(buf, " vht/80-", bsize);
sbin/ifconfig/ifieee80211.c
4303
strlcat(buf, " vht/80+", bsize);
sbin/ifconfig/ifieee80211.c
4305
strlcat(buf, " vht/80", bsize);
sbin/ifconfig/ifieee80211.c
4307
strlcat(buf, " vht/40-", bsize);
sbin/ifconfig/ifieee80211.c
4309
strlcat(buf, " vht/40+", bsize);
sbin/ifconfig/ifieee80211.c
4311
strlcat(buf, " vht/20", bsize);
sbin/ifconfig/ifieee80211.c
4313
strlcat(buf, " ht/20", bsize);
sbin/ifconfig/ifieee80211.c
4315
strlcat(buf, " ht/40-", bsize);
sbin/ifconfig/ifieee80211.c
4317
strlcat(buf, " ht/40+", bsize);
sbin/ifconfig/ifieee80211.c
4320
strlcat(buf, " vht", bsize);
sbin/ifconfig/ifieee80211.c
4322
strlcat(buf, " ht", bsize);
sbin/init/init.c
1469
strlcat(term, sp->se_type, sizeof(term));
sbin/init/init.c
1533
strlcat(term, sp->se_type, sizeof(term));
sbin/ipf/libipf/load_hashnode.c
70
strlcat(mask_msg, mask, sizeof(mask_msg));
sbin/ipf/libipf/load_poolnode.c
70
strlcat(mask_msg, mask, sizeof(mask_msg));
sbin/ipfw/dummynet.c
507
strlcat(red, " (ecn)", sizeof(red));
sbin/kldload/kldload.c
87
strlcat(kldpath, "/", MAXPATHLEN);
sbin/kldload/kldload.c
89
strlcat(kldpath, kldname, MAXPATHLEN);
sbin/mount_fusefs/mount_fusefs.c
403
strlcat(bgdaemon, " ", len);
sbin/mount_fusefs/mount_fusefs.c
404
strlcat(bgdaemon, daemon_opts, len);
sbin/mount_fusefs/mount_fusefs.c
405
strlcat(bgdaemon, " &", len);
sbin/nvmecontrol/comnd.c
111
strlcat(buf, "=<STRING>", len);
sbin/nvmecontrol/comnd.c
114
strlcat(buf, "=<FILE>", len);
sbin/nvmecontrol/comnd.c
117
strlcat(buf, "=<NUM>", len);
sbin/nvmecontrol/comnd.c
153
strlcat(buf, "--", sizeof(buf));
sbin/nvmecontrol/comnd.c
154
strlcat(buf, opts[i].long_arg, sizeof(buf));
sbin/pfctl/parse.y
6078
if ((strlcat(tmp, p, len) >= len) ||
sbin/pfctl/parse.y
6079
(strlcat(tmp, repl, len) >= len))
sbin/pfctl/parse.y
6084
if (strlcat(tmp, p, len) >= len)
sbin/pfctl/parse.y
6286
if (strlcat(qname, interface->ifname,
sbin/pfctl/pf_ruleset.c
226
strlcat(anchor->path, "/", sizeof(anchor->path));
sbin/pfctl/pf_ruleset.c
228
strlcat(anchor->path, anchor->name, sizeof(anchor->path));
sbin/pfctl/pf_ruleset.c
417
strlcat(anchor->path, "/", sizeof(anchor->path));
sbin/pfctl/pf_ruleset.c
419
strlcat(anchor->path, anchor->name, sizeof(anchor->path));
sbin/pfctl/pf_ruleset.c
472
strlcat(path, "/", MAXPATHLEN);
sbin/pfctl/pf_ruleset.c
473
strlcat(path, name, MAXPATHLEN);
sbin/pfctl/pf_ruleset.c
524
strlcat(path, "/", MAXPATHLEN);
sbin/pfctl/pf_ruleset.c
525
strlcat(path, name, MAXPATHLEN);
sbin/pfctl/pfctl.c
3572
strlcat(sub, rs.path, sizeof(sub));
sbin/pfctl/pfctl.c
3573
strlcat(sub, "/", sizeof(sub));
sbin/pfctl/pfctl.c
3575
strlcat(sub, rs.name, sizeof(sub));
sbin/pfctl/pfctl_osfp.c
1007
strlcat(buf, "*", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1009
strlcat(buf, "S", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1011
strlcat(buf, "T", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1014
strlcat(buf, "%", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1016
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1018
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1021
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1022
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1025
strlcat(buf, "1", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1027
strlcat(buf, "0", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1028
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1031
strlcat(buf, "*", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1034
strlcat(buf, "%", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1036
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1038
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1041
strlcat(buf, ".", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1047
strlcat(buf, "N", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1050
strlcat(buf, "S", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1053
strlcat(buf, "T", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1055
strlcat(buf, "0", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1058
strlcat(buf, "M", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1060
strlcat(buf, "*", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1063
strlcat(buf, "%", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1065
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1069
strlcat(buf, "W", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1071
strlcat(buf, "*", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1074
strlcat(buf, "%", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1076
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1082
strlcat(buf, ",", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1084
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1086
strlcat(buf, fp->fp_os.fp_class_nm, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1087
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1088
strlcat(buf, fp->fp_os.fp_version_nm, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1089
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1090
strlcat(buf, fp->fp_os.fp_subtype_nm, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1091
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1095
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
508
strlcat(buf, " ", len);
sbin/pfctl/pfctl_osfp.c
509
strlcat(buf, version_name, len);
sbin/pfctl/pfctl_osfp.c
512
strlcat(buf, " ", len);
sbin/pfctl/pfctl_osfp.c
515
strlcat(buf, ".", len);
sbin/pfctl/pfctl_osfp.c
517
strlcat(buf, " ", len);
sbin/pfctl/pfctl_osfp.c
518
strlcat(buf, subtype_name, len);
sbin/ping/ping6.c
1478
if (strlcat((char *)buf, ".", bufsiz) >= bufsiz)
sbin/ping/ping6.c
1494
if (strlcat(buf, cresult, bufsiz) >= bufsiz)
sbin/ping/ping6.c
1505
if (strlcat(buf, cresult, bufsiz) >= bufsiz)
sbin/rcorder/rcorder.c
762
strlcat(buf, revstack[i], bufsize);
sbin/rcorder/rcorder.c
764
strlcat(buf, " -> ", bufsize);
sbin/reboot/reboot.c
148
if (strlcat(tmp, ".XXXXXX", sizeof(tmp)) >= sizeof(tmp))
sbin/restore/dirs.c
236
(void) strlcat(locname, "/", sizeof(locname));
sbin/restore/dirs.c
260
(void)strlcat(locname, dp->d_name, sizeof(locname));
sbin/restore/interactive.c
529
(void)strlcat(locname, "/", MAXPATHLEN);
sbin/restore/interactive.c
545
(void)strlcat(locname, dp->d_name, MAXPATHLEN);
stand/common/module.c
1269
strlcat(key, "=", sizeof(key));
stand/common/module.c
1315
strlcat(key, "=", sizeof(key));
stand/efi/boot1/boot1.c
111
strlcat(cmd, " ", newlen);
stand/efi/boot1/boot1.c
112
strlcat(cmd, env, newlen);
sys/cam/scsi/scsi_cd.c
689
strlcat(softc->disk->d_descr, " ", sizeof(softc->disk->d_descr));
sys/cam/scsi/scsi_da.c
2627
strlcat(buf, ",", sizeof(buf));
sys/cam/scsi/scsi_da.c
2628
strlcat(buf, da_delete_method_names[i],
sys/cam/scsi/scsi_da.c
2631
strlcat(buf, "(*)", sizeof(buf));
sys/cam/scsi/scsi_da.c
2634
strlcat(buf, ">", sizeof(buf));
sys/cam/scsi/scsi_da.c
3025
strlcat(softc->disk->d_descr, " ", sizeof(softc->disk->d_descr));
sys/cddl/dev/dtrace/dtrace_sysctl.c
54
(void) strlcat(p_name, " ", len);
sys/cddl/dev/dtrace/dtrace_sysctl.c
56
(void) strlcat(p_name, prov->dtpv_name, len);
sys/cddl/dev/dtrace/x86/dis_tables.c
3090
(void) strlcat(x->d86_mnem, vex_W != 0 ? "64" : "32",
sys/cddl/dev/dtrace/x86/dis_tables.c
3100
(void) strlcat(x->d86_mnem, "32", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3103
(void) strlcat(x->d86_mnem, "8", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3106
(void) strlcat(x->d86_mnem, "64", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3109
(void) strlcat(x->d86_mnem, "16", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3115
(void) strlcat(x->d86_mnem, vex_W != 0 ? "q" : "d",
sys/cddl/dev/dtrace/x86/dis_tables.c
3219
(void) strlcat(opnd, "{", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3220
(void) strlcat(opnd, dis_KOPMASKREG[opmask_reg], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3221
(void) strlcat(opnd, "}", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3225
(void) strlcat(opnd, "{z}", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3320
(void) strlcat(x->d86_opnd[opindex].d86_prefix,
sys/cddl/dev/dtrace/x86/dis_tables.c
3364
(void) strlcat(opnd, dis_MMREG[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3367
(void) strlcat(opnd, dis_XMMREG[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3370
(void) strlcat(opnd, dis_YMMREG[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3373
(void) strlcat(opnd, dis_ZMMREG[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3376
(void) strlcat(opnd, dis_KOPMASKREG[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3379
(void) strlcat(opnd, dis_SEGREG[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3382
(void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3385
(void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3388
(void) strlcat(opnd, dis_TESTREG[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3392
(void) strlcat(opnd, dis_REG8[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3394
(void) strlcat(opnd, dis_REG8_REX[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3397
(void) strlcat(opnd, dis_REG16[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3401
(void) strlcat(opnd, dis_REG16[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3403
(void) strlcat(opnd, dis_REG32[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3405
(void) strlcat(opnd, dis_REG64[r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3436
(void) strlcat(opnd, dis_addr16[mode][r_m], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3488
(void) strlcat(opnd, dis_addr32_mode0[r_m],
sys/cddl/dev/dtrace/x86/dis_tables.c
3491
(void) strlcat(opnd, dis_addr32_mode12[r_m],
sys/cddl/dev/dtrace/x86/dis_tables.c
3495
(void) strlcat(opnd, dis_addr64_mode0[r_m],
sys/cddl/dev/dtrace/x86/dis_tables.c
3502
(void) strlcat(opnd, dis_addr64_mode12[r_m],
sys/cddl/dev/dtrace/x86/dis_tables.c
3535
(void) strlcat(opnd, "(", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3539
(void) strlcat(opnd, "(", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3540
(void) strlcat(opnd, regs[base], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3548
(void) strlcat(opnd, ",", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3549
(void) strlcat(opnd, bregs[index], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3550
(void) strlcat(opnd, sf[ss], OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
3553
(void) strlcat(opnd, ")", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
4545
(void) strlcat(x->d86_mnem, "lock ", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
4548
(void) strlcat(x->d86_mnem, "repnz ", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
4550
(void) strlcat(x->d86_mnem, "repz ", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
4553
(void) strlcat(x->d86_mnem, "addr32 ", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
4560
(void) strlcat(x->d86_mnem, dp->it_name, OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
4562
(void) strlcat(x->d86_mnem, vex_W != 0 ? "q" : "d",
sys/cddl/dev/dtrace/x86/dis_tables.c
4570
(void) strlcat(x->d86_mnem,
sys/cddl/dev/dtrace/x86/dis_tables.c
4574
(void) strlcat(x->d86_mnem,
sys/cddl/dev/dtrace/x86/dis_tables.c
4580
(void) strlcat(x->d86_mnem,
sys/cddl/dev/dtrace/x86/dis_tables.c
4586
(void) strlcat(x->d86_mnem,
sys/cddl/dev/dtrace/x86/dis_tables.c
4594
(void) strlcat(x->d86_mnem,
sys/cddl/dev/dtrace/x86/dis_tables.c
4600
(void) strlcat(x->d86_mnem,
sys/cddl/dev/dtrace/x86/dis_tables.c
4619
(void) strlcat(x->d86_mnem, "d", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
4622
(void) strlcat(x->d86_mnem, types[opnd_size],
sys/cddl/dev/dtrace/x86/dis_tables.c
4877
(void) strlcat(x->d86_opnd[0].d86_opnd, "%cl", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5400
(void) strlcat(x->d86_mnem, dis_PREDSUFFIX[pred],
sys/cddl/dev/dtrace/x86/dis_tables.c
5402
(void) strlcat(x->d86_mnem,
sys/cddl/dev/dtrace/x86/dis_tables.c
5482
(void) strlcat(x->d86_opnd[0].d86_opnd, "(%rsi)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5484
(void) strlcat(x->d86_opnd[1].d86_opnd, "(%rdi)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5487
(void) strlcat(x->d86_opnd[0].d86_opnd, "(%esi)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5489
(void) strlcat(x->d86_opnd[1].d86_opnd, "(%edi)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5492
(void) strlcat(x->d86_opnd[0].d86_opnd, "(%si)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5494
(void) strlcat(x->d86_opnd[1].d86_opnd, "(%di)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5509
(void) strlcat(x->d86_opnd[1].d86_opnd, "(%rdi)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5512
(void) strlcat(x->d86_opnd[1].d86_opnd, "(%edi)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5515
(void) strlcat(x->d86_opnd[1].d86_opnd, "(%di)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5527
(void) strlcat(x->d86_opnd[0].d86_opnd, "(%rsi)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5530
(void) strlcat(x->d86_opnd[0].d86_opnd, "(%esi)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5533
(void) strlcat(x->d86_opnd[0].d86_opnd, "(%si)",
sys/cddl/dev/dtrace/x86/dis_tables.c
5551
(void) strlcat(x->d86_opnd[0].d86_prefix, "*", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5631
(void) strlcat(x->d86_opnd[0].d86_opnd, "(%dx)", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5672
(void) strlcat(x->d86_mnem, "cbtw", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5674
(void) strlcat(x->d86_mnem, "cwtl", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5676
(void) strlcat(x->d86_mnem, "cltq", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5685
(void) strlcat(x->d86_mnem, "cwtd", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5687
(void) strlcat(x->d86_mnem, "cltd", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5689
(void) strlcat(x->d86_mnem, "cqtd", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5706
(void) strlcat(x->d86_mnem, "clflushopt",
sys/cddl/dev/dtrace/x86/dis_tables.c
5711
(void) strlcat(x->d86_mnem, "clflush", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5723
(void) strlcat(x->d86_mnem, "sfence", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5799
(void) strlcat(x->d86_opnd[0].d86_opnd, "%st(X)", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5812
(void) strlcat(x->d86_opnd[1 - vbit].d86_opnd, "%st", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5813
(void) strlcat(x->d86_opnd[vbit].d86_opnd, "%st(X)", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
5925
(void) strlcat(x->d86_mnem + strlen(dp->it_name),
sys/cddl/dev/dtrace/x86/dis_tables.c
6469
(void) strlcat(x->d86_mnem, "undef", OPLEN);
sys/cddl/dev/dtrace/x86/dis_tables.c
6600
(void) strlcat(buf, ",", buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6602
(void) strlcat(buf, op->d86_prefix, buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6634
(void) strlcat(buf, op->d86_opnd, buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6644
(void) strlcat(buf, dis->d86_seg_prefix,
sys/cddl/dev/dtrace/x86/dis_tables.c
6649
(void) strlcat(buf, "$", buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6668
(void) strlcat(buf, op->d86_opnd, buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6689
(void) strlcat(buf, "(%rip)", buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6704
(void) strlcat(buf, "\t<", buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6708
(void) strlcat(buf, ">", buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6716
(void) strlcat(buf, "\t<", buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6719
(void) strlcat(buf, ">", buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6726
(void) strlcat(buf, "\t<", buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
6730
(void) strlcat(buf, ">", buflen);
sys/cddl/dev/dtrace/x86/dis_tables.c
68
extern size_t strlcat(char *, const char *, size_t);
sys/compat/linuxkpi/common/include/linux/sysfs.h
167
len = strlcat(buf, "\n", PAGE_SIZE);
sys/ddb/db_ps.c
219
strlcat(state, "X", sizeof(state));
sys/ddb/db_ps.c
221
strlcat(state, "E", sizeof(state));
sys/ddb/db_ps.c
223
strlcat(state, "V", sizeof(state));
sys/ddb/db_ps.c
225
strlcat(state, "L", sizeof(state));
sys/ddb/db_ps.c
228
strlcat(state, "s", sizeof(state));
sys/ddb/db_ps.c
231
strlcat(state, "+", sizeof(state));
sys/ddb/db_ps.c
233
strlcat(state, "J", sizeof(state));
sys/ddb/db_ps.c
284
strlcat(state, "L", sizeof(state));
sys/ddb/db_ps.c
287
strlcat(state, "S", sizeof(state));
sys/ddb/db_ps.c
289
strlcat(state, "D", sizeof(state));
sys/ddb/db_ps.c
292
strlcat(state, "I", sizeof(state));
sys/ddb/db_ps.c
294
strlcat(state, "s", sizeof(state));
sys/dev/acpi_support/acpi_hp.c
1013
strlcat(outbuf, acpi_hp_get_string_from_object(
sys/dev/acpi_support/acpi_hp.c
1018
strlcat(outbuf, " ", outsize);
sys/dev/acpi_support/acpi_hp.c
1020
strlcat(outbuf, acpi_hp_get_string_from_object(
sys/dev/acpi_support/acpi_hp.c
1025
strlcat(outbuf, " ", outsize);
sys/dev/acpi_support/acpi_hp.c
1026
strlcat(outbuf, acpi_hp_get_string_from_object(
sys/dev/acpi_support/acpi_hp.c
1031
strlcat(outbuf, " ", outsize);
sys/dev/acpi_support/acpi_hp.c
1045
strlcat(outbuf, "/", outsize);
sys/dev/acpi_support/acpi_hp.c
1047
strlcat(outbuf, " (", outsize);
sys/dev/acpi_support/acpi_hp.c
1048
strlcat(outbuf, string_buffer, outsize);
sys/dev/acpi_support/acpi_hp.c
1054
strlcat(outbuf, ")", outsize);
sys/dev/acpi_support/acpi_hp.c
1056
strlcat(outbuf, obj->Package.Elements[3].Integer.Value ?
sys/dev/acpi_support/acpi_hp.c
1058
strlcat(outbuf, obj->Package.Elements[4].Integer.Value ?
sys/dev/acpi_support/acpi_hp.c
1060
strlcat(outbuf, obj->Package.Elements[5].Integer.Value ?
sys/dev/asmc/asmc.c
1285
strlcat(buf, buf2, sizeof(buf));
sys/dev/asmc/asmc.c
1287
strlcat(buf, " \n", sizeof(buf));
sys/dev/isp/isp_library.c
345
strlcat(buf, "EDisc", len);
sys/dev/isp/isp_library.c
349
strlcat(buf, ",", len);
sys/dev/isp/isp_library.c
351
strlcat(buf, "REC", len);
sys/dev/isp/isp_library.c
355
strlcat(buf, ",", len);
sys/dev/isp/isp_library.c
357
strlcat(buf, "RetryID", len);
sys/dev/isp/isp_library.c
361
strlcat(buf, ",", len);
sys/dev/isp/isp_library.c
363
strlcat(buf, "Retry", len);
sys/dev/isp/isp_library.c
367
strlcat(buf, ",", len);
sys/dev/isp/isp_library.c
369
strlcat(buf, "CNFRM", len);
sys/dev/isp/isp_library.c
373
strlcat(buf, ",", len);
sys/dev/isp/isp_library.c
375
strlcat(buf, "DOver", len);
sys/dev/isp/isp_library.c
379
strlcat(buf, ",", len);
sys/dev/isp/isp_library.c
381
strlcat(buf, "INI", len);
sys/dev/isp/isp_library.c
385
strlcat(buf, ",", len);
sys/dev/isp/isp_library.c
387
strlcat(buf, "TGT", len);
sys/dev/isp/isp_library.c
391
strlcat(buf, ",", len);
sys/dev/isp/isp_library.c
393
strlcat(buf, "RdXfrDis", len);
sys/dev/isp/isp_library.c
397
strlcat(buf, ",", len);
sys/dev/isp/isp_library.c
399
strlcat(buf, "XfrDis", len);
sys/dev/isp/isp_library.c
401
strlcat(buf, ")", len);
sys/dev/netmap/netmap_legacy.c
102
strlcat(hdr->nr_name, suffix, sizeof(hdr->nr_name));
sys/dev/sound/pci/hda/hdaa.c
1653
strlcat(w->name, ": ", sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1654
strlcat(w->name, devstr, sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1655
strlcat(w->name, " (", sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1657
strlcat(w->name, HDA_COLORS[color], sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1658
strlcat(w->name, " ", sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1660
strlcat(w->name, HDA_CONNS[conn], sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1661
strlcat(w->name, ")", sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
190
strlcat(buf, ", ", len);
sys/dev/sound/pci/hda/hdaa.c
191
strlcat(buf, ossnames[i], len);
sys/dev/sound/pci/hda/hdaa.c
6900
strlcat(buf, "+HP", buflen);
sys/dev/sound/pcm/feeder_eq.c
456
strlcat(buf, "dB", sizeof(buf));
sys/dev/sound/pcm/mixer.c
646
strlcat(m->name, ":", sizeof(m->name));
sys/dev/sound/pcm/mixer.c
647
strlcat(m->name, desc, sizeof(m->name));
sys/dev/sound/sndstat.c
1120
strlcat(ud->devnode, ud->nameunit, e - line + 1);
sys/dev/usb/serial/usb_serial.c
484
strlcat(cp->cn_name, buf, sizeof(cp->cn_name));
sys/dev/xen/netback/netback_unit_tests.c
70
strlcat(_buffer, __func__, _buflen); \
sys/dev/xen/netback/netback_unit_tests.c
71
strlcat(_buffer, ":" TOSTRING(__LINE__) \
sys/fs/fuse/fuse_vfsops.c
447
strlcat(mp->mnt_stat.f_fstypename, ".", MFSNAMELEN);
sys/fs/fuse/fuse_vfsops.c
448
strlcat(mp->mnt_stat.f_fstypename, subtype, MFSNAMELEN);
sys/geom/eli/g_eli.c
274
strlcat(bp->bio_data, "/eli", bp->bio_length);
sys/geom/geom_disk.c
865
if (strlcat(newid, tmp, sizeof(newid)) >= sizeof(newid))
sys/geom/geom_slice.c
201
if (strlcat(bp->bio_data, idx, bp->bio_length) >=
sys/geom/geom_subr.c
1413
strlcat(str, ",", size); \
sys/geom/geom_subr.c
1414
strlcat(str, (sflag), size); \
sys/geom/multipath/g_multipath.c
399
strlcat(bp->bio_data, "/mp", bp->bio_length);
sys/geom/part/g_part.c
310
len = strlcat(bp->bio_data, "/", bp->bio_length);
sys/kern/kern_conf.c
1575
strlcat(buf, ", ", sizeof(buf)); \
sys/kern/kern_conf.c
1576
strlcat(buf, (#flag) + 3, sizeof(buf)); \
sys/kern/kern_conf.c
1593
strlcat(buf, ", ", sizeof(buf)); \
sys/kern/kern_conf.c
1594
strlcat(buf, (#flag) + 4, sizeof(buf)); \
sys/kern/kern_ubsan.c
1340
strlcat(pBuffer, szBuf, zBUfferLength);
sys/kern/kern_ubsan.c
1342
strlcat(pBuffer, ")", zBUfferLength);
sys/kern/vfs_subr.c
4601
strlcat(buf, "|VHOLD_NO_SMR", sizeof(buf));
sys/kern/vfs_subr.c
4608
strlcat(buf, "|VIRF_DOOMED", sizeof(buf));
sys/kern/vfs_subr.c
4610
strlcat(buf, "|VIRF_PGREAD", sizeof(buf));
sys/kern/vfs_subr.c
4612
strlcat(buf, "|VIRF_MOUNTPOINT", sizeof(buf));
sys/kern/vfs_subr.c
4614
strlcat(buf, "|VIRF_TEXT_REF", sizeof(buf));
sys/kern/vfs_subr.c
4618
strlcat(buf, buf2, sizeof(buf));
sys/kern/vfs_subr.c
4621
strlcat(buf, "|VV_ROOT", sizeof(buf));
sys/kern/vfs_subr.c
4623
strlcat(buf, "|VV_ISTTY", sizeof(buf));
sys/kern/vfs_subr.c
4625
strlcat(buf, "|VV_NOSYNC", sizeof(buf));
sys/kern/vfs_subr.c
4627
strlcat(buf, "|VV_ETERNALDEV", sizeof(buf));
sys/kern/vfs_subr.c
4629
strlcat(buf, "|VV_CACHEDLABEL", sizeof(buf));
sys/kern/vfs_subr.c
4631
strlcat(buf, "|VV_VMSIZEVNLOCK", sizeof(buf));
sys/kern/vfs_subr.c
4633
strlcat(buf, "|VV_COPYONWRITE", sizeof(buf));
sys/kern/vfs_subr.c
4635
strlcat(buf, "|VV_SYSTEM", sizeof(buf));
sys/kern/vfs_subr.c
4637
strlcat(buf, "|VV_PROCDEP", sizeof(buf));
sys/kern/vfs_subr.c
4639
strlcat(buf, "|VV_DELETED", sizeof(buf));
sys/kern/vfs_subr.c
4641
strlcat(buf, "|VV_MD", sizeof(buf));
sys/kern/vfs_subr.c
4643
strlcat(buf, "|VV_FORCEINSMQ", sizeof(buf));
sys/kern/vfs_subr.c
4645
strlcat(buf, "|VV_READLINK", sizeof(buf));
sys/kern/vfs_subr.c
4651
strlcat(buf, buf2, sizeof(buf));
sys/kern/vfs_subr.c
4654
strlcat(buf, "|VI_MOUNT", sizeof(buf));
sys/kern/vfs_subr.c
4656
strlcat(buf, "|VI_DOINGINACT", sizeof(buf));
sys/kern/vfs_subr.c
4658
strlcat(buf, "|VI_OWEINACT", sizeof(buf));
sys/kern/vfs_subr.c
4660
strlcat(buf, "|VI_DEFINACT", sizeof(buf));
sys/kern/vfs_subr.c
4662
strlcat(buf, "|VI_FOPENING", sizeof(buf));
sys/kern/vfs_subr.c
4667
strlcat(buf, buf2, sizeof(buf));
sys/kern/vfs_subr.c
4670
strlcat(buf, "|VMP_LAZYLIST", sizeof(buf));
sys/kern/vfs_subr.c
4674
strlcat(buf, buf2, sizeof(buf));
sys/kern/vfs_subr.c
4767
strlcat(buf, ", ", sizeof(buf)); \
sys/kern/vfs_subr.c
4768
strlcat(buf, (#flag) + 4, sizeof(buf)); \
sys/kern/vfs_subr.c
4810
strlcat(buf, ", ", sizeof(buf));
sys/kern/vfs_subr.c
4821
strlcat(buf, ", ", sizeof(buf)); \
sys/kern/vfs_subr.c
4822
strlcat(buf, (#flag) + 5, sizeof(buf)); \
sys/kern/vfs_subr.c
4853
strlcat(buf, ", ", sizeof(buf));
sys/netpfil/pf/pf_if.c
589
strlcat(tblname, ":network", sizeof(tblname));
sys/netpfil/pf/pf_if.c
591
strlcat(tblname, ":broadcast", sizeof(tblname));
sys/netpfil/pf/pf_if.c
593
strlcat(tblname, ":peer", sizeof(tblname));
sys/netpfil/pf/pf_if.c
595
strlcat(tblname, ":0", sizeof(tblname));
sys/netpfil/pf/pf_ruleset.c
253
strlcat(anchor->path, "/", sizeof(anchor->path));
sys/netpfil/pf/pf_ruleset.c
255
strlcat(anchor->path, anchor->name, sizeof(anchor->path));
sys/netpfil/pf/pf_ruleset.c
405
strlcat(path, "/", MAXPATHLEN);
sys/netpfil/pf/pf_ruleset.c
406
strlcat(path, name, MAXPATHLEN);
sys/netpfil/pf/pf_ruleset.c
433
strlcat(anchor_call, r->anchor->path,
sys/netpfil/pf/pf_ruleset.c
447
strlcat(anchor_call, "../",
sys/netpfil/pf/pf_ruleset.c
456
strlcat(anchor_call, r->anchor->path + (a[0] ?
sys/netpfil/pf/pf_ruleset.c
461
strlcat(anchor_call, anchor_call[0] ? "/*" : "*",
sys/netpfil/pf/pf_ruleset.c
494
strlcat(anchor_call, r->anchor->path,
sys/netpfil/pf/pf_ruleset.c
508
strlcat(anchor_call, "../",
sys/netpfil/pf/pf_ruleset.c
517
strlcat(anchor_call, r->anchor->path + (a[0] ?
sys/netpfil/pf/pf_ruleset.c
522
strlcat(anchor_call, anchor_call[0] ? "/*" : "*",
sys/netpfil/pf/pf_ruleset.c
632
strlcat(anchor->path, "/", sizeof(anchor->path));
sys/netpfil/pf/pf_ruleset.c
634
strlcat(anchor->path, anchor->name, sizeof(anchor->path));
sys/netpfil/pf/pf_ruleset.c
710
strlcat(path, "/", MAXPATHLEN);
sys/netpfil/pf/pf_ruleset.c
711
strlcat(path, name, MAXPATHLEN);
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1271
strlcat(buf, "\n", PAGE_SIZE);
sys/sys/libkern.h
262
size_t strlcat(char *, const char *, size_t);
tests/sys/audit/inter-process.c
1457
strlcat(dirpath, path, sizeof(dirpath));
tests/sys/cddl/zfs/bin/rename_dir.c
68
(void) strlcat(buf, "c_count: %d,", 256);
tests/sys/cddl/zfs/bin/rename_dir.c
69
(void) strlcat(buf, msg, 256);
tests/sys/cddl/zfs/bin/rename_dir.c
82
(void) strlcat(buf, "p_count: %d,", 256);
tests/sys/cddl/zfs/bin/rename_dir.c
83
(void) strlcat(buf, msg, 256);
tests/sys/fs/fusefs/statfs.cc
116
strlcat(mp, "/mountpoint", PATH_MAX);
tests/sys/fs/fusefs/statfs.cc
154
strlcat(mp, "/mountpoint", PATH_MAX);
tests/sys/fs/fusefs/statfs.cc
71
strlcat(mp, "/mountpoint", PATH_MAX);
tools/build/cross-build/include/linux/string.h
53
size_t strlcat(char *dst, const char *src, size_t siz);
tools/test/ptrace/scescx.c
115
strlcat(c, ",", sizeof(c));
tools/test/ptrace/scescx.c
116
strlcat(c, decode[i].desc, sizeof(c));
tools/test/ptrace/scescx.c
125
strlcat(c, ",", sizeof(c));
tools/test/ptrace/scescx.c
127
strlcat(c, de, sizeof(c));
tools/test/ptrace/scescx.c
52
strlcat(c, "CONT", sizeof(c));
tools/test/ptrace/scescx.c
58
strlcat(c, ",", sizeof(c));
tools/test/ptrace/scescx.c
60
strlcat(c, b, sizeof(c));
tools/test/ptrace/scescx.c
66
strlcat(c, ",", sizeof(c));
tools/test/ptrace/scescx.c
68
strlcat(c, b, sizeof(c));
tools/test/ptrace/scescx.c
70
strlcat(c, ",CORE", sizeof(c));
tools/test/ptrace/scescx.c
76
strlcat(c, ",", sizeof(c));
tools/test/ptrace/scescx.c
78
strlcat(c, b, sizeof(c));
usr.bin/apply/apply.c
142
strlcat(cmd, buf, cmdsize);
usr.bin/at/at.c
143
strlcat(buf, ": file locking timed out\n", sizeof(buf));
usr.bin/banner/banner.c
1054
strlcat(message, " ", j);
usr.bin/banner/banner.c
1055
strlcat(message, *argv, j);
usr.bin/calendar/parsedata.c
828
strlcat(s, "year ", SLEN);
usr.bin/calendar/parsedata.c
830
strlcat(s, "month ", SLEN);
usr.bin/calendar/parsedata.c
832
strlcat(s, "dayofweek ", SLEN);
usr.bin/calendar/parsedata.c
834
strlcat(s, "dayofmonth ", SLEN);
usr.bin/calendar/parsedata.c
836
strlcat(s, "modifierindex ", SLEN);
usr.bin/calendar/parsedata.c
838
strlcat(s, "modifieroffset ", SLEN);
usr.bin/calendar/parsedata.c
840
strlcat(s, "specialday ", SLEN);
usr.bin/calendar/parsedata.c
842
strlcat(s, "allmonth ", SLEN);
usr.bin/calendar/parsedata.c
844
strlcat(s, "allday ", SLEN);
usr.bin/calendar/parsedata.c
846
strlcat(s, "variable ", SLEN);
usr.bin/calendar/parsedata.c
848
strlcat(s, "chinesenewyear ", SLEN);
usr.bin/calendar/parsedata.c
850
strlcat(s, "paskha ", SLEN);
usr.bin/calendar/parsedata.c
852
strlcat(s, "easter ", SLEN);
usr.bin/calendar/parsedata.c
854
strlcat(s, "fullmoon ", SLEN);
usr.bin/calendar/parsedata.c
856
strlcat(s, "newmoon ", SLEN);
usr.bin/calendar/parsedata.c
858
strlcat(s, "marequinox ", SLEN);
usr.bin/calendar/parsedata.c
860
strlcat(s, "sepequinox ", SLEN);
usr.bin/calendar/parsedata.c
862
strlcat(s, "junsolstice ", SLEN);
usr.bin/calendar/parsedata.c
864
strlcat(s, "decsolstice ", SLEN);
usr.bin/ctags/ctags.c
183
(void)strlcat(lbuf, argv[step], LINE_MAX);
usr.bin/ctags/ctags.c
184
(void)strlcat(lbuf, "\t", LINE_MAX);
usr.bin/diff/diff.c
515
strlcat(diffargs, " ", argsize);
usr.bin/diff/diff.c
516
strlcat(diffargs, *ap, argsize);
usr.bin/diff/diff.c
574
strlcat(ignore_pats, "|", len);
usr.bin/diff/diff.c
575
strlcat(ignore_pats, pattern, len);
usr.bin/diff/diffreg.c
1501
strlcat(lastbuf, state, sizeof(lastbuf));
usr.bin/jot/jot.c
497
if (strlcat(format, "%", sizeof(format)) >=
usr.bin/localedef/wide.c
155
(void) strlcat(buf, scr, sizeof (buf));
usr.bin/lsvfs/lsvfs.c
91
strlcat(buf, fl[i].str, sizeof(buf));
usr.bin/lsvfs/lsvfs.c
92
strlcat(buf, ", ", sizeof(buf));
usr.bin/netstat/route.c
689
strlcat(line, maskbuf, sizeof(line));
usr.bin/patch/patch.c
458
if (strlcat(rejname, REJEXT,
usr.bin/patch/util.c
118
strlcat(bakname, orig, sizeof(bakname)) >= sizeof(bakname))
usr.bin/procstat/procstat.c
230
strlcat(name, kipp->ki_moretdname, sizeof(name));
usr.bin/procstat/procstat_kqueue.c
133
strlcat(res, ",", len);
usr.bin/procstat/procstat_kqueue.c
134
strlcat(res, pl->dispstr, len);
usr.bin/rpcgen/rpc_main.c
1229
|| strlcat(pathbuf, "/cpp",
usr.bin/rpcinfo/rpcinfo.c
851
strlcat(buf, nl->netid, sizeof(buf));
usr.bin/rpcinfo/rpcinfo.c
853
strlcat(buf, ",", sizeof(buf));
usr.bin/sdiff/sdiff.c
973
strlcat(*s + offset, append, newsiz - offset);
usr.bin/sed/main.c
403
len = strlcat(oldfname, inplace,
usr.bin/wall/ttymsg.c
70
strlcat(device, line, sizeof(device));
usr.bin/xargs/strnsubst.c
71
strlcat(s2, s1, maxsize);
usr.bin/xinstall/xinstall.c
751
strlcat(dst, "/", sizeof(dst)) >= sizeof(dst))
usr.bin/xinstall/xinstall.c
754
if (strlcat(dst, base, sizeof(dst)) >= sizeof(dst))
usr.bin/xinstall/xinstall.c
778
(void)strlcat(lnk, "../", sizeof(lnk));
usr.bin/xinstall/xinstall.c
780
(void)strlcat(lnk, ++s, sizeof(lnk));
usr.sbin/acpi/acpidump/acpi.c
1507
strlcat(buf, ",", sizeof(buf)); \
usr.sbin/acpi/acpidump/acpi.c
1508
strlcat(buf, s, sizeof(buf)); \
usr.sbin/bhyve/net_backends.c
105
strlcat(tbuf, devname, sizeof(tbuf));
usr.sbin/bluetooth/hccontrol/adv_data.c
200
if (strlcat(buffer, tmpbuf, size) > size)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c
253
strlcat((char *)param, " ", sizeof(param));
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c
255
strlcat((char *)param, *argv, sizeof(param));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1517
strlcat(e->name, "/", sizeof(e->name));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1518
strlcat(e->name, rule.label[0], sizeof(e->name));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1568
strlcat(newpath, "/", sizeof(newpath));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1570
strlcat(newpath, prs.name, sizeof(newpath));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2819
strlcat(mib_name, wlan_sysctl[which], sizeof(mib_name));
usr.sbin/config/main.cc
210
strlcat(destdir, PREFIX, sizeof(destdir));
usr.sbin/fstyp/hammer2.c
260
strlcat(label, "_", size);
usr.sbin/fstyp/hammer2.c
261
strlcat(label, devname, size);
usr.sbin/lpr/chkprintcap/skimprintcap.c
164
strlcat(skim_entryname, ")", sizeof(skim_entryname));
usr.sbin/lpr/common_source/ctlinfo.c
722
strlcat(cfname2, "._T", sizeof(cfname2));
usr.sbin/lpr/common_source/ctlinfo.c
725
strlcat(cfname2, "._T", sizeof(cfname2));
usr.sbin/lpr/common_source/matchjobs.c
109
strlcat(buildstr, jspec->wanteduser, strsize);
usr.sbin/lpr/common_source/matchjobs.c
112
strlcat(buildstr, ":", strsize);
usr.sbin/lpr/common_source/matchjobs.c
113
strlcat(buildstr, rangestr, strsize);
usr.sbin/lpr/common_source/matchjobs.c
116
strlcat(buildstr, "@", strsize);
usr.sbin/lpr/common_source/matchjobs.c
127
strlcat(jspec->fmtoutput, jspec->wantedhost, strsize);
usr.sbin/lpr/common_source/matchjobs.c
133
strlcat(buildstr, rangestr, strsize);
usr.sbin/lpr/common_source/matchjobs.c
136
strlcat(buildstr, " ", strsize);
usr.sbin/lpr/common_source/matchjobs.c
137
strlcat(buildstr, fromuser, strsize);
usr.sbin/lpr/common_source/matchjobs.c
138
strlcat(buildstr, jspec->wanteduser, strsize);
usr.sbin/lpr/common_source/matchjobs.c
143
strlcat(buildstr, " ", strsize);
usr.sbin/lpr/common_source/matchjobs.c
144
strlcat(buildstr, fromhost, strsize);
usr.sbin/lpr/common_source/matchjobs.c
146
strlcat(buildstr, "@", strsize);
usr.sbin/lpr/common_source/matchjobs.c
158
strlcat(jspec->fmtoutput, jspec->wantedhost, strsize);
usr.sbin/moused/moused/moused.c
1266
strlcat(buf, ": ", sizeof(buf));
usr.sbin/moused/moused/moused.c
1267
strlcat(buf, strerror(errnum), sizeof(buf));
usr.sbin/moused/msconvd/msconvd.c
772
strlcat(buf, ": ", sizeof(buf));
usr.sbin/moused/msconvd/msconvd.c
773
strlcat(buf, strerror(errnum), sizeof(buf));
usr.sbin/newsyslog/newsyslog.c
1844
(void) strlcat(zfile, compress_type[c].suffix, MAXPATHLEN);
usr.sbin/newsyslog/newsyslog.c
1882
strlcat(dirpart, archdirname, sizeof(dirpart));
usr.sbin/newsyslog/newsyslog.c
1953
(void) strlcat(zfile1, logfile_suffix, MAXPATHLEN);
usr.sbin/newsyslog/newsyslog.c
1954
(void) strlcat(zfile2, logfile_suffix, MAXPATHLEN);
usr.sbin/newsyslog/newsyslog.c
2589
strlcat(tmp, archdirname, tmpsiz);
usr.sbin/newsyslog/newsyslog.c
2592
strlcat(tmp, "/", tmpsiz);
usr.sbin/newsyslog/newsyslog.c
2596
strlcat(tmp, file, tmpsiz);
usr.sbin/newsyslog/newsyslog.c
2598
strlcat(tmp, p + 1, tmpsiz);
usr.sbin/newsyslog/newsyslog.c
2608
strlcat(tmp, ".0", tmpsiz);
usr.sbin/newsyslog/newsyslog.c
2612
(void) strlcat(tmp, logfile_suffix, tmpsiz);
usr.sbin/newsyslog/newsyslog.c
2781
strlcat(tempfile, ".zXXXXXX", sizeof(tempfile));
usr.sbin/nfsdumpstate/nfsdumpstate.c
307
strlcat(flag_string, "NC ", sizeof (flag_string));
usr.sbin/nfsdumpstate/nfsdumpstate.c
309
strlcat(flag_string, "CB ", sizeof (flag_string));
usr.sbin/nfsdumpstate/nfsdumpstate.c
311
strlcat(flag_string, "GSS ", sizeof (flag_string));
usr.sbin/nfsdumpstate/nfsdumpstate.c
313
strlcat(flag_string, "REV", sizeof (flag_string));
usr.sbin/ppp/iface.c
415
if (n > arg->argn && (len = strlcat(descr, " ", sz)) >= sz)
usr.sbin/ppp/iface.c
417
if ((len = strlcat(descr, arg->argv[n], sz)) >= sz)
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
389
strlcat(metric, "_", mlen);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
394
strlcat(metric, buf, mlen);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
402
strlcat(metric, "_celsius", mlen);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
404
strlcat(metric, "_seconds", mlen);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
417
strlcat(metric, buf, mlen);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
421
strlcat(metric, "\\", mlen);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
423
strlcat(metric, buf, mlen);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
425
strlcat(metric, "\"", mlen);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
432
strlcat(metric, "}", mlen);
usr.sbin/route6d/route6d.c
2510
strlcat(buf, (s), sizeof(buf)); \
usr.sbin/route6d/route6d.c
2568
strlcat(buf, ",", sizeof(buf)); \
usr.sbin/route6d/route6d.c
2569
strlcat(buf, (s), sizeof(buf)); \
usr.sbin/sesutil/sesutil.c
564
strlcat(passes, ",", sizeof(passes));
usr.sbin/sesutil/sesutil.c
565
strlcat(passes, dev, sizeof(passes));
usr.sbin/sesutil/sesutil.c
568
strlcat(devs, ",", sizeof(devs));
usr.sbin/sesutil/sesutil.c
569
strlcat(devs, dev, sizeof(devs));
usr.sbin/sndctl/sndctl.c
278
strlcat(buf, p->str, size);
usr.sbin/sndctl/sndctl.c
279
strlcat(buf, ",", size);
usr.sbin/sndctl/sndctl.c
300
strlcat(buf, p->str, size);
usr.sbin/sndctl/sndctl.c
305
strlcat(buf, ",", size);
usr.sbin/syslogd/syslogd.c
3633
strlcat(name, ".", sizeof(name));
usr.sbin/syslogd/syslogd.c
3634
strlcat(name, LocalDomain, sizeof(name));
usr.sbin/ypldap/ldapclient.c
442
if (strlcat(ir->ir_line, idm->idm_attrs[i],
usr.sbin/ypldap/ldapclient.c
462
if (strlcat(ir->ir_line, ldap_attrs[k],
usr.sbin/ypldap/ldapclient.c
466
if (strlcat(ir->ir_line, ",",
usr.sbin/ypldap/ldapclient.c
477
if (strlcat(ir->ir_line, ldap_attrs[0],
usr.sbin/ypldap/ldapclient.c
493
if (strlcat(ir->ir_line, ":",
usr.sbin/ypserv/yp_dnslookup.c
503
strlcat(buf, "ip6.arpa", sizeof(buf));