Symbol: strlcat
bin/date/date.c
215
strlcat(buf, tzbuf, sizeof(buf));
crypto/libressl/apps/openssl/passwd.c
316
strlcat(out_buf, magic, sizeof(out_buf));
crypto/libressl/apps/openssl/passwd.c
317
strlcat(out_buf, "$", sizeof(out_buf));
crypto/libressl/apps/openssl/passwd.c
318
strlcat(out_buf, salt, sizeof(out_buf));
crypto/libressl/apps/openssl/req.c
1462
strlcat(buf, "\n", sizeof buf);
crypto/libressl/apps/openssl/req.c
1481
strlcat(buf, "\n", sizeof buf);
crypto/libressl/apps/openssl/req.c
1515
strlcat(buf, "\n", sizeof buf);
crypto/libressl/apps/openssl/req.c
1534
strlcat(buf, "\n", sizeof buf);
crypto/libressl/apps/openssl/x509.c
1360
strlcat(buf, POSTFIX, len);
crypto/libressl/crypto/bio/b_dump.c
112
strlcat(buf, tmp, sizeof buf);
crypto/libressl/crypto/bio/b_dump.c
115
strlcat(buf, " ", sizeof buf);
crypto/libressl/crypto/bio/b_dump.c
120
strlcat(buf, tmp, sizeof buf);
crypto/libressl/crypto/bio/b_dump.c
123
strlcat(buf, " ", sizeof buf);
crypto/libressl/crypto/bio/b_dump.c
130
strlcat(buf, tmp, sizeof buf);
crypto/libressl/crypto/bio/b_dump.c
132
strlcat(buf, "\n", sizeof buf);
crypto/libressl/crypto/err/err.c
1135
if (strlcat(format, "%s", sizeof(format)) >= sizeof(format)) {
crypto/libressl/crypto/pem/pem_lib.c
145
strlcat(buf, "Proc-Type: 4,", PEM_BUFSIZE);
crypto/libressl/crypto/pem/pem_lib.c
146
strlcat(buf, str, PEM_BUFSIZE);
crypto/libressl/crypto/pem/pem_lib.c
147
strlcat(buf, "\n", PEM_BUFSIZE);
crypto/libressl/crypto/pem/pem_lib.c
157
strlcat(buf, "DEK-Info: ", PEM_BUFSIZE);
crypto/libressl/crypto/pem/pem_lib.c
158
strlcat(buf, type, PEM_BUFSIZE);
crypto/libressl/crypto/pem/pem_lib.c
159
strlcat(buf, ",", PEM_BUFSIZE);
crypto/libressl/crypto/ts/ts_rsp_verify.c
619
strlcat(failure_text, ",",
crypto/libressl/crypto/ts/ts_rsp_verify.c
623
strlcat(failure_text, TS_failure_info[i].text,
crypto/libressl/crypto/ts/ts_rsp_verify.c
666
strlcat(result, "/", length);
crypto/libressl/crypto/ts/ts_rsp_verify.c
667
strlcat(result, (const char *)ASN1_STRING_data(current), length);
crypto/libressl/crypto/x509/x509_alt.c
219
strlcat(oline, htmp, sizeof(oline));
crypto/libressl/crypto/x509/x509_alt.c
221
strlcat(oline, ":", sizeof(oline));
crypto/libressl/ssl/ssl_lib.c
1657
if (strlcat(buf, cipher->name, len) >= len ||
crypto/libressl/ssl/ssl_lib.c
1658
(curlen = strlcat(buf, ":", len)) >= len) {
crypto/openssh/auth-pam.c
888
strlcat(**prompts + plen, "\n", len - plen);
crypto/openssh/kex-names.c
218
if (strlcat(ret, ",", len) >= len ||
crypto/openssh/kex-names.c
219
strlcat(ret, p, len) >= len) {
crypto/openssh/loginrec.c
574
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
1546
strlcat(r, b, hl);
crypto/openssh/session.c
2545
strlcat(buf, ",", sizeof buf);
crypto/openssh/session.c
2546
strlcat(buf, cp, sizeof buf);
crypto/openssh/sftp-client.c
2963
strlcat(ret, "/", len);
crypto/openssh/sftp-client.c
2964
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
1343
strlcat(tmp, ".XXXXXXXXXX", sizeof(tmp)) >= sizeof(tmp) ||
crypto/openssh/ssh-keygen.c
1345
strlcat(old, ".old", sizeof(old)) >= sizeof(old))
crypto/openssh/ssh-keygen.c
1615
strlcat(identity_file, ".pub", sizeof(identity_file));
crypto/openssh/ssh-keygen.c
3939
strlcat(identity_file, ".pub", sizeof(identity_file));
crypto/openssh/ssh-keygen.c
678
strlcat(encoded, line, sizeof(encoded));
crypto/openssh/ssh_api.c
557
strlcat(replace, ",", maxlen);
crypto/openssh/ssh_api.c
558
strlcat(replace, alg, maxlen);
crypto/openssh/sshconnect.c
1417
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
902
strlcat(ret, ":", rlen);
crypto/openssh/sshkey.c
923
strlcat(retval, ":", rlen);
crypto/openssh/sshkey.c
927
strlcat(retval, hex, rlen);
games/hack/hack.do_name.c
301
(void) strlcat(buf, " called ", sizeof(buf));
games/hack/hack.do_name.c
302
(void) strlcat(buf, NAME(mtmp), sizeof(buf));
games/hack/hack.end.c
581
strlcat(linebuf, ".", sizeof(linebuf));
games/hack/hack.objnam.c
137
strlcat(buf, " gem", sizeof(buf));
games/hack/hack.objnam.c
231
strlcat(buf, un, bufmax);
games/hack/hack.objnam.c
234
strlcat(buf, an, bufmax);
games/hack/hack.objnam.c
238
strlcat(buf, " potion", bufmax);
games/hack/hack.objnam.c
251
strlcat(buf, an, bufmax);
games/hack/hack.objnam.c
254
strlcat(buf, un, bufmax);
games/hack/hack.objnam.c
257
strlcat(buf, dn, bufmax);
games/hack/hack.objnam.c
291
strlcat(buf, " stone", bufmax);
games/hack/hack.objnam.c
317
strlcat(buf, "es", bufmax);
games/hack/hack.objnam.c
321
strlcat(buf, "ies", bufmax);
games/hack/hack.objnam.c
323
strlcat(buf, "s", bufmax);
games/hack/hack.objnam.c
328
strlcat(buf, " named ", bufmax);
games/hack/hack.objnam.c
329
strlcat(buf, ONAME(obj), bufmax);
games/hack/hack.objnam.c
355
strlcat(bp, " (being worn)", bpmax);
games/hack/hack.objnam.c
359
strlcat(prefix, sitoa(obj->spe), sizeof(prefix));
games/hack/hack.objnam.c
360
strlcat(prefix, " ", sizeof(prefix));
games/hack/hack.objnam.c
371
strlcat(bp, " (on right hand)", bpmax);
games/hack/hack.objnam.c
373
strlcat(bp, " (on left hand)", bpmax);
games/hack/hack.objnam.c
375
strlcat(prefix, sitoa(obj->spe), sizeof(prefix));
games/hack/hack.objnam.c
376
strlcat(prefix, " ", sizeof(prefix));
games/hack/hack.objnam.c
381
strlcat(bp, " (weapon in hand)", bpmax);
games/hack/hack.objnam.c
383
strlcat(bp, " (unpaid)", bpmax);
games/hack/hack.objnam.c
416
strlcat(bp, " ", bpmax);
games/hack/hack.objnam.c
418
strlcat(bp, verb, bpmax);
games/hack/hack.objnam.c
420
strlcat(bp, "is", bpmax);
games/hack/hack.objnam.c
422
strlcat(bp, verb, bpmax);
games/hack/hack.objnam.c
423
strlcat(bp, "s", bpmax);
games/hack/hack.options.c
246
(void) strlcat(buf, "standout,", sizeof(buf));
games/hack/hack.options.c
248
(void) strlcat(buf, "nonull,", sizeof(buf));
games/hack/hack.options.c
250
(void) strlcat(buf, "nonews,", sizeof(buf));
games/hack/hack.options.c
252
(void) strlcat(buf, "time,", sizeof(buf));
games/hack/hack.options.c
254
(void) strlcat(buf, "notombstone,", sizeof(buf));
games/hack/hack.options.c
256
(void) strlcat(buf, "!rest_on_space,", sizeof(buf));
games/hack/hack.options.c
263
(void) strlcat(buf, "/own scores", sizeof(buf));
games/hack/hack.pri.c
729
(void) strlcat(newbot, "18/**", sizeof(newbot));
games/hack/hack.pri.c
748
(void) strlcat(newbot, hu_stat[u.uhs], sizeof(newbot));
games/hack/hack.topl.c
273
(void) strlcat(toplines, "\n", sizeof(toplines));
games/hunt/huntd/terminal.c
247
strlcat(fmtm, ": %m", sizeof fmtm);
games/sail/dr_2.c
261
strlcat(temp, st, tempmax);
games/sail/dr_2.c
274
strlcat(temp, "r", tempmax);
games/sail/dr_2.c
289
strlcat(temp, "l", tempmax);
include/string.h
107
size_t strlcat(char * __restrict, const char * __restrict, size_t);
lib/libc/gen/fmtmsg.c
103
strlcat(output, ": ", size)
lib/libc/gen/fmtmsg.c
106
strlcat(output, "\n", size)
lib/libc/gen/fmtmsg.c
109
strlcat(output, " ", size)
lib/libc/gen/fmtmsg.c
141
strlcat(output, label, size);
lib/libc/gen/fmtmsg.c
144
strlcat(output, sevinfo(sev), size);
lib/libc/gen/fmtmsg.c
147
strlcat(output, text, size);
lib/libc/gen/fmtmsg.c
150
strlcat(output, "TO FIX: ", size);
lib/libc/gen/fmtmsg.c
151
strlcat(output, act, size);
lib/libc/gen/fmtmsg.c
154
strlcat(output, tag, size);
lib/libc/net/gethostbydns.c
601
strlcat(qbuf, "ip6.arpa", sizeof(qbuf));
lib/libc/stdlib/realpath.c
170
resolved_len = strlcat(resolved, next_token, PATH_MAX);
lib/libc/stdlib/realpath.c
223
left_len = strlcat(my_symlink, left,
lib/libc/string/strerror.c
78
strlcat(buf, t, len);
lib/libevtr/evtr.c
999
if (strlcat(buf, ev->fmt, sizeof(buf)) >= sizeof(buf)) {
lib/libssh/openbsd-compat/openbsd-compat.h
104
size_t strlcat(char *dst, const char *src, size_t siz);
lib/libthread_xu/thread/thr_sem.c
427
path_len = strlcat(path, name, len);
lib/libthread_xu/thread/thr_sem.c
599
path_len = strlcat(tmppath, "/sem.XXXXXX", sizeof(tmppath));
lib/libutil/efun.c
74
if ((rv = strlcat(dst, src, len)) >= len) {
libexec/getty/subr.c
556
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
3661
strlcat(base_rel, "/", sizeof(base_rel)) >= sizeof(base_rel) ||
libexec/rtld-elf/rtld.c
3662
strlcat(base_rel, base, sizeof(base_rel)) >= sizeof(base_rel))
libexec/rtld-elf/rtld.c
507
strlcat(buf, "/", sizeof(buf)) >= sizeof(buf) ||
libexec/rtld-elf/rtld.c
508
strlcat(buf, kexecpath, sizeof(buf)) >= sizeof(buf))
libexec/rtld-elf/rtld.c
522
&& strlcat(buf, "/", sizeof(buf)) < sizeof(buf)
libexec/rtld-elf/rtld.c
523
&& strlcat(buf, argv0, sizeof (buf)) < sizeof(buf)
libexec/talkd/process.c
204
strlcat(ftty, ut->ut_line, sizeof(ftty));
sbin/badsect/badsect.c
103
if (strlcat(name, dp->d_name, sizeof(name)) >= sizeof(name)) {
sbin/fsck_hammer2/test.c
547
strlcat(buf, " ", sizeof(buf));
sbin/ifconfig/ifconfig.c
137
strlcat(options, p->opt_usage, sizeof(options));
sbin/ifconfig/ifconfig.c
138
strlcat(options, " ", sizeof(options));
sbin/ifconfig/ifconfig.c
383
strlcat(options, p->opt, sizeof(options));
sbin/ifconfig/ifieee80211.c
3716
strlcat(buf, " FHSS", bsize);
sbin/ifconfig/ifieee80211.c
3718
strlcat(buf, " 11a", bsize);
sbin/ifconfig/ifieee80211.c
3720
strlcat(buf, " 11g", bsize);
sbin/ifconfig/ifieee80211.c
3722
strlcat(buf, " 11b", bsize);
sbin/ifconfig/ifieee80211.c
3724
strlcat(buf, "/10MHz", bsize);
sbin/ifconfig/ifieee80211.c
3726
strlcat(buf, "/5MHz", bsize);
sbin/ifconfig/ifieee80211.c
3728
strlcat(buf, " Turbo", bsize);
sbin/ifconfig/ifieee80211.c
3731
strlcat(buf, " ht/20", bsize);
sbin/ifconfig/ifieee80211.c
3733
strlcat(buf, " ht/40-", bsize);
sbin/ifconfig/ifieee80211.c
3735
strlcat(buf, " ht/40+", bsize);
sbin/ifconfig/ifieee80211.c
3738
strlcat(buf, " ht", bsize);
sbin/ping6/ping6.c
1242
if (strlcat((char *)buf, ".", bufsiz) >= bufsiz)
sbin/ping6/ping6.c
1258
if (strlcat(buf, cresult, bufsiz) >= bufsiz)
sbin/ping6/ping6.c
1269
if (strlcat(buf, cresult, bufsiz) >= bufsiz)
sys/dev/acpica/acpi_hp/acpi_hp.c
946
strlcat(outbuf, acpi_hp_get_string_from_object(
sys/dev/acpica/acpi_hp/acpi_hp.c
951
strlcat(outbuf, " ", outsize);
sys/dev/acpica/acpi_hp/acpi_hp.c
953
strlcat(outbuf, acpi_hp_get_string_from_object(
sys/dev/acpica/acpi_hp/acpi_hp.c
958
strlcat(outbuf, " ", outsize);
sys/dev/acpica/acpi_hp/acpi_hp.c
959
strlcat(outbuf, acpi_hp_get_string_from_object(
sys/dev/acpica/acpi_hp/acpi_hp.c
965
strlcat(outbuf, " ", outsize);
sys/dev/acpica/acpi_hp/acpi_hp.c
980
strlcat(outbuf, "/", outsize);
sys/dev/acpica/acpi_hp/acpi_hp.c
982
strlcat(outbuf, " (", outsize);
sys/dev/acpica/acpi_hp/acpi_hp.c
983
strlcat(outbuf, string_buffer, outsize);
sys/dev/acpica/acpi_hp/acpi_hp.c
989
strlcat(outbuf, ")", outsize);
sys/dev/acpica/acpi_hp/acpi_hp.c
991
strlcat(outbuf, obj->Package.Elements[3].Integer.Value?
sys/dev/acpica/acpi_hp/acpi_hp.c
993
strlcat(outbuf, obj->Package.Elements[4].Integer.Value?
sys/dev/acpica/acpi_hp/acpi_hp.c
995
strlcat(outbuf, obj->Package.Elements[5].Integer.Value?
sys/dev/acpica/acpi_pci.c
149
strlcat(buf, " handle=", buflen);
sys/dev/acpica/acpi_pci.c
150
strlcat(buf, acpi_name(dinfo->ap_handle), buflen);
sys/dev/drm/drm_dp_mst_topology.c
1134
strlcat(proppath, temp, proppath_size);
sys/dev/drm/drm_dp_mst_topology.c
1137
strlcat(proppath, temp, proppath_size);
sys/dev/sound/pci/hda/hdaa.c
1660
strlcat(w->name, ": ", sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1661
strlcat(w->name, devstr, sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1662
strlcat(w->name, " (", sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1664
strlcat(w->name, HDA_COLORS[color], sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1665
strlcat(w->name, " ", sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1667
strlcat(w->name, HDA_CONNS[conn], sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
1668
strlcat(w->name, ")", sizeof(w->name));
sys/dev/sound/pci/hda/hdaa.c
191
strlcat(buf, ", ", len);
sys/dev/sound/pci/hda/hdaa.c
192
strlcat(buf, ossnames[i], len);
sys/dev/sound/pci/hda/hdaa.c
6905
strlcat(buf, "+HP", buflen);
sys/dev/sound/pci/hda/hdac.c
1141
strlcat(desc, " HDA Controller", sizeof(desc));
sys/dev/sound/pci/hda/hdacc.c
480
strlcat(buf, " HDA CODEC", sizeof(buf));
sys/dev/sound/pcm/channel.c
1149
strlcat(tmp, ":", sizeof(tmp));
sys/dev/sound/pcm/channel.c
1161
strlcat(tmp, matrix_id_tab[i].name, sizeof(tmp));
sys/dev/sound/pcm/dsp.c
2767
strlcat(ai->devnode, devname, sizeof(ai->devnode));
sys/dev/sound/pcm/feeder_eq.c
528
strlcat(buf, "dB", sizeof(buf));
sys/dev/sound/pcm/mixer.c
629
strlcat(m->name, ":", sizeof(m->name));
sys/dev/sound/pcm/mixer.c
630
strlcat(m->name, desc, sizeof(m->name));
sys/libprop/prop_object.c
863
if (strlcat(tname, "/.plistXXXXXX", sizeof(tname)) >= sizeof(tname)) {
sys/net/pf/pf_if.c
422
strlcat(tblname, ":network", sizeof(tblname));
sys/net/pf/pf_if.c
424
strlcat(tblname, ":broadcast", sizeof(tblname));
sys/net/pf/pf_if.c
426
strlcat(tblname, ":peer", sizeof(tblname));
sys/net/pf/pf_if.c
428
strlcat(tblname, ":0", sizeof(tblname));
sys/net/pf/pf_ruleset.c
237
strlcat(anchor->path, "/", sizeof(anchor->path));
sys/net/pf/pf_ruleset.c
239
strlcat(anchor->path, anchor->name, sizeof(anchor->path));
sys/net/pf/pf_ruleset.c
341
strlcat(path, "/", MAXPATHLEN);
sys/net/pf/pf_ruleset.c
342
strlcat(path, name, MAXPATHLEN);
sys/net/pf/pf_ruleset.c
368
strlcat(pr->anchor_call, r->anchor->path,
sys/net/pf/pf_ruleset.c
384
strlcat(pr->anchor_call, "../",
sys/net/pf/pf_ruleset.c
394
strlcat(pr->anchor_call, r->anchor->path + (a[0] ?
sys/net/pf/pf_ruleset.c
399
strlcat(pr->anchor_call, pr->anchor_call[0] ? "/*" : "*",
sys/sys/libkern.h
132
size_t strlcat(char *, const char *, size_t);
sys/vfs/fuse/fuse_vfsops.c
135
strlcat(sbp->f_fstypename, ".", sizeof(sbp->f_fstypename));
sys/vfs/fuse/fuse_vfsops.c
136
strlcat(sbp->f_fstypename, subtype, sizeof(sbp->f_fstypename));
usr.bin/at/at.c
144
strlcat(buf, ": file locking timed out\n", sizeof(buf));
usr.bin/ctags/ctags.c
168
strlcat(lbuf, argv[step], LINE_MAX);
usr.bin/ctags/ctags.c
169
strlcat(lbuf, "\t", LINE_MAX);
usr.bin/diff/diff.c
282
strlcat(diffargs, " ", argsize);
usr.bin/diff/diff.c
283
strlcat(diffargs, *ap, argsize);
usr.bin/diff/diff.c
339
strlcat(ignore_pats, "|", len);
usr.bin/diff/diff.c
340
strlcat(ignore_pats, pattern, len);
usr.bin/diff/diffreg.c
1277
strlcat(lastbuf, state,
usr.bin/evtranalyze/evtranalyze.c
286
len = strlcat(p, val->str, sizeof(buf));
usr.bin/localedef/wide.c
156
(void) strlcat(buf, scr, sizeof (buf));
usr.bin/lsvfs/lsvfs.c
85
strlcat(buf, fl[i].str, sizeof(buf));
usr.bin/lsvfs/lsvfs.c
86
strlcat(buf, ", ", sizeof(buf));
usr.bin/patch/patch.c
459
if (strlcat(rejname, REJEXT,
usr.bin/patch/util.c
119
strlcat(bakname, orig, sizeof(bakname)) >= sizeof(bakname))
usr.bin/rpcgen/rpc_main.c
1071
if (strlcat(pathbuf, "/cpp", sizeof(pathbuf))
usr.bin/sdiff/sdiff.c
973
strlcat(*s + offset, append, newsiz - offset);
usr.bin/sed/main.c
409
len = strlcat(oldfname, inplace,
usr.bin/xargs/strnsubst.c
72
strlcat(s2, s1, maxsize);
usr.bin/xinstall/xinstall.c
545
if (strlcat(dst, "/", sizeof(dst)) > sizeof(dst))
usr.bin/xinstall/xinstall.c
550
if (strlcat(dst, cp, sizeof(dst)) > sizeof(dst))
usr.bin/xinstall/xinstall.c
563
(void)strlcat(lnk, "../", sizeof(lnk));
usr.bin/xinstall/xinstall.c
565
(void)strlcat(lnk, ++s, sizeof(lnk));
usr.sbin/config/main.c
129
strlcat(destdir, PREFIX, sizeof(destdir));
usr.sbin/fstyp/hammer2.c
364
strlcat(label, "_", size);
usr.sbin/fstyp/hammer2.c
365
strlcat(label, devname, size);
usr.sbin/lpr/chkprintcap/skimprintcap.c
162
strlcat(skim_entryname, ")", sizeof(skim_entryname));
usr.sbin/lpr/common_source/matchjobs.c
108
strlcat(buildstr, jspec->wanteduser, strsize);
usr.sbin/lpr/common_source/matchjobs.c
111
strlcat(buildstr, ":", strsize);
usr.sbin/lpr/common_source/matchjobs.c
112
strlcat(buildstr, rangestr, strsize);
usr.sbin/lpr/common_source/matchjobs.c
115
strlcat(buildstr, "@", strsize);
usr.sbin/lpr/common_source/matchjobs.c
126
strlcat(jspec->fmtoutput, jspec->wantedhost, strsize);
usr.sbin/lpr/common_source/matchjobs.c
132
strlcat(buildstr, rangestr, strsize);
usr.sbin/lpr/common_source/matchjobs.c
135
strlcat(buildstr, " ", strsize);
usr.sbin/lpr/common_source/matchjobs.c
136
strlcat(buildstr, fromuser, strsize);
usr.sbin/lpr/common_source/matchjobs.c
137
strlcat(buildstr, jspec->wanteduser, strsize);
usr.sbin/lpr/common_source/matchjobs.c
142
strlcat(buildstr, " ", strsize);
usr.sbin/lpr/common_source/matchjobs.c
143
strlcat(buildstr, fromhost, strsize);
usr.sbin/lpr/common_source/matchjobs.c
145
strlcat(buildstr, "@", strsize);
usr.sbin/lpr/common_source/matchjobs.c
157
strlcat(jspec->fmtoutput, jspec->wantedhost, strsize);
usr.sbin/makefs/hammer2.c
1575
strlcat(tmp, "/", sizeof(tmp));
usr.sbin/makefs/hammer2.c
1576
strlcat(tmp, p, sizeof(tmp));
usr.sbin/makefs/hammer2.c
1733
strlcat(tmp, "/", sizeof(tmp));
usr.sbin/makefs/hammer2.c
1734
strlcat(tmp, p, sizeof(tmp));
usr.sbin/makefs/hammer2.c
1890
strlcat(tmp, "/", sizeof(tmp));
usr.sbin/makefs/hammer2.c
1891
strlcat(tmp, p, sizeof(tmp));
usr.sbin/makefs/hammer2.c
1987
strlcat(tmp, "/", sizeof(tmp));
usr.sbin/makefs/hammer2.c
1988
strlcat(tmp, p, sizeof(tmp));
usr.sbin/makefs/hammer2.c
2353
strlcat(tmp, "/", sizeof(tmp));
usr.sbin/makefs/hammer2.c
2354
strlcat(tmp, p, sizeof(tmp));
usr.sbin/moused/moused.c
1178
strlcat(buf, ": ", sizeof(buf));
usr.sbin/moused/moused.c
1179
strlcat(buf, strerror(errnum), sizeof(buf));
usr.sbin/mtree/stat_flags.c
49
(void)strlcat(string, prefix, sizeof(string)); \
usr.sbin/mtree/stat_flags.c
50
(void)strlcat(string, s, sizeof(string)); \
usr.sbin/newsyslog/newsyslog.c
1734
strlcat(zfile, compress_type[c].suffix, MAXPATHLEN);
usr.sbin/newsyslog/newsyslog.c
1772
strlcat(dirpart, archdirname, sizeof(dirpart));
usr.sbin/newsyslog/newsyslog.c
1843
strlcat(zfile1, logfile_suffix, MAXPATHLEN);
usr.sbin/newsyslog/newsyslog.c
1844
strlcat(zfile2, logfile_suffix, MAXPATHLEN);
usr.sbin/newsyslog/newsyslog.c
2044
strlcat(zresult,
usr.sbin/newsyslog/newsyslog.c
2083
strlcat(command, " ", sizeof(command));
usr.sbin/newsyslog/newsyslog.c
2084
strlcat(command, args[c], sizeof(command));
usr.sbin/newsyslog/newsyslog.c
2456
strlcat(tmp, archdirname, sizeof(tmp));
usr.sbin/newsyslog/newsyslog.c
2459
strlcat(tmp, "/", sizeof(tmp));
usr.sbin/newsyslog/newsyslog.c
2463
strlcat(tmp, file, sizeof(tmp));
usr.sbin/newsyslog/newsyslog.c
2465
strlcat(tmp, p + 1, sizeof(tmp));
usr.sbin/newsyslog/newsyslog.c
2475
strlcat(tmp, ".0", sizeof(tmp));
usr.sbin/newsyslog/newsyslog.c
2479
(void) strlcat(tmp, logfile_suffix, sizeof(tmp));
usr.sbin/newsyslog/newsyslog.c
2648
strlcat(tempfile, ".zXXXXXX", sizeof(tempfile));
usr.sbin/pfctl/parse.y
4646
if ((strlcat(tmp, p, len) >= len) ||
usr.sbin/pfctl/parse.y
4647
(strlcat(tmp, repl, len) >= len))
usr.sbin/pfctl/parse.y
4652
if (strlcat(tmp, p, len) >= len)
usr.sbin/pfctl/parse.y
4854
if (strlcat(qname, interface->ifname,
usr.sbin/pfctl/pfctl.c
1964
strlcat(sub, pr.path, sizeof(sub));
usr.sbin/pfctl/pfctl.c
1965
strlcat(sub, "/", sizeof(sub));
usr.sbin/pfctl/pfctl.c
1967
strlcat(sub, pr.name, sizeof(sub));
usr.sbin/pfctl/pfctl_osfp.c
1017
strlcat(buf, "*", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1019
strlcat(buf, "S", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1021
strlcat(buf, "T", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1024
strlcat(buf, "%", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1026
strlcat(buf, tmp, sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1028
strlcat(buf, ":", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1031
strlcat(buf, tmp, sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1032
strlcat(buf, ":", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1035
strlcat(buf, "1", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1037
strlcat(buf, "0", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1038
strlcat(buf, ":", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1041
strlcat(buf, "*", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1044
strlcat(buf, "%", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1046
strlcat(buf, tmp, sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1048
strlcat(buf, ":", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1051
strlcat(buf, ".", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1057
strlcat(buf, "N", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1060
strlcat(buf, "S", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1063
strlcat(buf, "T", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1065
strlcat(buf, "0", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1068
strlcat(buf, "M", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1070
strlcat(buf, "*", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1073
strlcat(buf, "%", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1075
strlcat(buf, tmp, sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1079
strlcat(buf, "W", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1081
strlcat(buf, "*", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1084
strlcat(buf, "%", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1086
strlcat(buf, tmp, sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1092
strlcat(buf, ",", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1094
strlcat(buf, ":", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1096
strlcat(buf, fp->fp_os.fp_class_nm, sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1097
strlcat(buf, ":", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1098
strlcat(buf, fp->fp_os.fp_version_nm, sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1099
strlcat(buf, ":", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1100
strlcat(buf, fp->fp_os.fp_subtype_nm, sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1101
strlcat(buf, ":", sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
1105
strlcat(buf, tmp, sizeof(buf));
usr.sbin/pfctl/pfctl_osfp.c
518
strlcat(buf, " ", len);
usr.sbin/pfctl/pfctl_osfp.c
519
strlcat(buf, version_name, len);
usr.sbin/pfctl/pfctl_osfp.c
522
strlcat(buf, " ", len);
usr.sbin/pfctl/pfctl_osfp.c
525
strlcat(buf, ".", len);
usr.sbin/pfctl/pfctl_osfp.c
527
strlcat(buf, " ", len);
usr.sbin/pfctl/pfctl_osfp.c
528
strlcat(buf, subtype_name, len);
usr.sbin/pflogd/pflogd.c
138
strlcat(buf, " ", len);
usr.sbin/pflogd/pflogd.c
139
strlcat(buf, argv[n], len);
usr.sbin/route6d/route6d.c
2267
strlcat(buf, (s), sizeof(buf)); \
usr.sbin/route6d/route6d.c
2330
strlcat(buf, ",", sizeof(buf)); \
usr.sbin/route6d/route6d.c
2331
strlcat(buf, s, sizeof(buf)); \
usr.sbin/syslogd/syslogd.c
2377
strlcat(name, ".", sizeof name);
usr.sbin/syslogd/syslogd.c
2378
strlcat(name, LocalDomain, sizeof name);
usr.sbin/ypserv/yp_dnslookup.c
511
strlcat(buf, "ip6.arpa", sizeof(buf));