Symbol: strlcat
bin/ed/main.c
1353
strlcat(hup, "/ed.hup", sizeof(hup)) < sizeof(hup))
bin/ksh/history.c
83
strlcat(editor, " $_", len);
bin/ps/print.c
321
strlcat(buf, pbuf, sizeof buf);
bin/ps/print.c
342
strlcat(buf, ",", sizeof buf);
bin/ps/print.c
343
strlcat(buf, pledgenames[i].name, sizeof buf);
distrib/special/more/tgoto.c
171
if (strlcat(added, oncol ?
games/atc/main.c
224
strlcat(games, GAMES, sizeof games);
games/atc/main.c
248
strlcat(file, line, sizeof file);
games/atc/main.c
261
strlcat(games, GAMES, sizeof games);
games/atc/main.c
278
strlcat(file, line, sizeof file);
games/atc/main.c
302
strlcat(games, GAMES, sizeof games);
games/banner/banner.c
1155
strlcat(message, " ", sizeof message);
games/banner/banner.c
1156
strlcat(message, *argv, sizeof message);
games/cribbage/score.c
117
strlcat(expl_string, "His Nobs", sizeof expl_string);
games/cribbage/score.c
124
strlcat(expl_string, ", ", sizeof expl_string);
games/cribbage/score.c
128
strlcat(expl_string, "Five-flush", sizeof expl_string);
games/cribbage/score.c
133
strlcat(expl_string, ", Four-flush", sizeof expl_string);
games/cribbage/score.c
139
strlcat(expl_string, ", ", sizeof expl_string);
games/cribbage/score.c
148
strlcat(expl_string, buf, sizeof expl_string);
games/cribbage/score.c
150
strlcat(expl_string, "No fifteens", sizeof expl_string);
games/cribbage/score.c
159
strlcat(expl_string, buf, sizeof expl_string);
games/cribbage/score.c
161
strlcat(expl_string, ", No pairs/runs", sizeof expl_string);
games/fortune/strfile/strfile.c
299
if (strlcat(Outfile, ".dat", sizeof(Outfile)) >= sizeof(Outfile))
games/fortune/unstr/unstr.c
109
if (strlcat(Datafile, ".dat", sizeof(Datafile)) >= sizeof(Datafile))
games/hack/hack.do_name.c
294
(void) strlcat(buf, " called ", sizeof buf);
games/hack/hack.do_name.c
295
(void) strlcat(buf, NAME(mtmp), sizeof buf);
games/hack/hack.end.c
484
strlcat(linebuf, " ", sizeof linebuf);
games/hack/hack.end.c
502
strlcat(linebuf, "cravenly gave up", sizeof linebuf);
games/hack/hack.end.c
504
strlcat(linebuf, "quit", sizeof linebuf);
games/hack/hack.end.c
510
strlcat(linebuf, "starved to death", sizeof linebuf);
games/hack/hack.end.c
513
strlcat(linebuf, "was killed", sizeof linebuf);
games/hack/hack.end.c
525
strlcat(linebuf, t1->death + 4, sizeof linebuf);
games/hack/hack.end.c
534
strlcat(linebuf, ".", sizeof linebuf);
games/hack/hack.engrave.c
324
(void) strlcat(sp, buf, len + 1);
games/hack/hack.objnam.c
128
strlcat(buf, " stone", sizeof buf);
games/hack/hack.objnam.c
142
strlcat(buf, " gem", sizeof buf);
games/hack/hack.objnam.c
183
strlcat(buf,"Amulet of Yendor", len);
games/hack/hack.objnam.c
226
strlcat(buf, "s", len);
games/hack/hack.objnam.c
230
strlcat(buf, " called ", len);
games/hack/hack.objnam.c
231
strlcat(buf, un, len);
games/hack/hack.objnam.c
233
strlcat(buf, " of ", len);
games/hack/hack.objnam.c
234
strlcat(buf, an, len);
games/hack/hack.objnam.c
238
strlcat(buf, " potion", len);
games/hack/hack.objnam.c
245
strlcat(buf, "s", len);
games/hack/hack.objnam.c
249
strlcat(buf, " of ", len);
games/hack/hack.objnam.c
250
strlcat(buf, an, len);
games/hack/hack.objnam.c
252
strlcat(buf, " called ", len);
games/hack/hack.objnam.c
253
strlcat(buf, un, len);
games/hack/hack.objnam.c
255
strlcat(buf, " labeled ", len);
games/hack/hack.objnam.c
256
strlcat(buf, dn, len);
games/hack/hack.objnam.c
290
strlcat(buf, " stone", len);
games/hack/hack.objnam.c
313
strlcat(buf, "es", len); /* boxes */
games/hack/hack.objnam.c
318
strlcat(buf, "s", len);
games/hack/hack.objnam.c
322
strlcat(buf, " named ", len);
games/hack/hack.objnam.c
323
strlcat(buf, ONAME(obj), len);
games/hack/hack.objnam.c
346
strlcat(bp, " (being worn)", bufr + sizeof bufr - bp);
games/hack/hack.objnam.c
350
strlcat(prefix, sitoa(obj->spe), sizeof prefix);
games/hack/hack.objnam.c
351
strlcat(prefix, " ", sizeof prefix);
games/hack/hack.objnam.c
362
strlcat(bp, " (on right hand)", bufr + sizeof bufr - bp);
games/hack/hack.objnam.c
364
strlcat(bp, " (on left hand)", bufr + sizeof bufr - bp);
games/hack/hack.objnam.c
366
strlcat(prefix, sitoa(obj->spe), sizeof prefix);
games/hack/hack.objnam.c
367
strlcat(prefix, " ", sizeof prefix);
games/hack/hack.objnam.c
372
strlcat(bp, " (weapon in hand)", bufr + sizeof bufr - bp);
games/hack/hack.objnam.c
374
strlcat(bp, " (unpaid)", bufr + sizeof bufr - bp);
games/hack/hack.objnam.c
404
strlcat(bp, " ", bufr + sizeof bufr - bp);
games/hack/hack.objnam.c
406
strlcat(bp, verb, bufr + sizeof bufr - bp);
games/hack/hack.objnam.c
408
strlcat(bp, "is", bufr + sizeof bufr - bp);
games/hack/hack.objnam.c
410
strlcat(bp, verb, bufr + sizeof bufr - bp);
games/hack/hack.objnam.c
411
strlcat(bp, "s", bufr + sizeof bufr - bp);
games/hack/hack.options.c
247
(void) strlcat(buf, flags.female ? "female," : "male,", sizeof buf);
games/hack/hack.options.c
248
if(flags.standout) (void) strlcat(buf,"standout,", sizeof buf);
games/hack/hack.options.c
249
if(flags.nonull) (void) strlcat(buf,"nonull,", sizeof buf);
games/hack/hack.options.c
250
if(flags.nonews) (void) strlcat(buf,"nonews,", sizeof buf);
games/hack/hack.options.c
251
if(flags.time) (void) strlcat(buf,"time,", sizeof buf);
games/hack/hack.options.c
252
if(flags.notombstone) (void) strlcat(buf,"notombstone,", sizeof buf);
games/hack/hack.options.c
254
(void) strlcat(buf,"!rest_on_space,", sizeof buf);
games/hack/hack.options.c
259
if(flags.end_own) (void) strlcat(buf, "/own scores", sizeof buf);
games/hack/hack.pri.c
687
(void) strlcat(newbot,"18/**",sizeof newbot);
games/hack/hack.pri.c
705
(void) strlcat(newbot, hu_stat[u.uhs], sizeof newbot);
games/hack/hack.topl.c
227
(void) strlcat(toplines, " ", sizeof toplines);
games/hack/hack.topl.c
228
(void) strlcat(toplines, bp, sizeof toplines);
games/hack/hack.topl.c
256
(void) strlcat(tl, "\n",
games/hunt/huntd/terminal.c
247
strlcat(fmtm, ": %m", sizeof fmtm);
games/quiz/quiz.c
140
strlcat(qp->q_text, lp, qlen + 1);
games/sail/dr_2.c
232
(void) strlcat(temp, st, templ);
games/sail/dr_2.c
243
(void) strlcat(temp, "r", templ);
games/sail/dr_2.c
253
(void) strlcat(temp, "l", templ);
games/sail/dr_3.c
87
(void) strlcat(sp->file->movebuf, "d",
games/trek/getpar.c
146
strlcat(input, r->full, sizeof input);
include/string.h
123
size_t strlcat(char *__restrict, const char *__restrict, size_t)
lib/libagentx/agentx.c
3978
(void)strlcat(*dst, src, buflen);
lib/libc/asr/asr.c
499
strlcat(buf, ".", buflen) >= buflen ||
lib/libc/asr/asr.c
500
strlcat(buf, domain, buflen) >= buflen)
lib/libc/asr/asr.c
821
strlcat(buf, e, sizeof buf);
lib/libc/asr/asr.c
822
s = strlcat(buf, "\n", sizeof buf);
lib/libc/asr/asr.c
829
strlcat(buf, e, sizeof buf);
lib/libc/asr/asr.c
830
s = strlcat(buf, "\n", sizeof buf);
lib/libc/asr/getnameinfo.c
89
(void)strlcat(buf, scope, buflen);
lib/libc/asr/getnameinfo_async.c
284
strlcat(buf, scope, buflen);
lib/libc/asr/res_mkquery.c
104
strlcat(ndom, ".", sizeof(ndom)) >= sizeof(ndom)) {
lib/libc/asr/res_mkquery.c
49
strlcat(fqdn, ".", sizeof(fqdn)) >= sizeof(fqdn))
lib/libc/hidden/string.h
58
PROTO_NORMAL(strlcat);
lib/libc/rpc/clnt_perror.c
135
if (strlcat(buf, "\n", CLNT_PERROR_BUFLEN) >= CLNT_PERROR_BUFLEN)
lib/libc/stdio/vfprintf.c
821
strlcat(buf, __progname, sizeof(buf) - sizeof n_msg);
lib/libc/stdio/vfprintf.c
822
strlcat(buf, n_msg, sizeof buf);
lib/libc/stdio/vfprintf.c
823
strlcat(buf, fmt0, sizeof buf);
lib/libc/stdio/vfwprintf.c
787
strlcat(buf, __progname, sizeof(buf) - sizeof n_msg);
lib/libc/stdio/vfwprintf.c
788
strlcat(buf, n_msg, sizeof buf);
lib/libc/stdlib/posix_pty.c
116
strlcat(slave, master, sizeof(slave));
lib/libc/string/memcpy.c
70
strlcat(buf, __progname, sizeof(buf) - sizeof backwards_msg);
lib/libc/string/memcpy.c
71
strlcat(buf, backwards_msg, sizeof buf);
lib/libc/string/strlcat.c
56
DEF_WEAK(strlcat);
lib/libc/sys/stack_protector.c
66
strlcat(buf, __progname, sizeof(buf) / 2 );
lib/libc/sys/stack_protector.c
68
strlcat(buf, ": stack overflow in function ", sizeof buf);
lib/libc/sys/stack_protector.c
69
strlcat(buf, func, sizeof buf);
lib/libcrypto/pem/pem_lib.c
143
strlcat(buf, "Proc-Type: 4,", PEM_BUFSIZE);
lib/libcrypto/pem/pem_lib.c
144
strlcat(buf, str, PEM_BUFSIZE);
lib/libcrypto/pem/pem_lib.c
145
strlcat(buf, "\n", PEM_BUFSIZE);
lib/libcrypto/pem/pem_lib.c
156
strlcat(buf, "DEK-Info: ", PEM_BUFSIZE);
lib/libcrypto/pem/pem_lib.c
157
strlcat(buf, type, PEM_BUFSIZE);
lib/libcrypto/pem/pem_lib.c
158
strlcat(buf, ",", PEM_BUFSIZE);
lib/libcrypto/ts/ts_rsp_verify.c
624
strlcat(failure_text, ",",
lib/libcrypto/ts/ts_rsp_verify.c
628
strlcat(failure_text, TS_failure_info[i].text,
lib/libcrypto/ts/ts_rsp_verify.c
671
strlcat(result, "/", length);
lib/libcrypto/ts/ts_rsp_verify.c
672
strlcat(result, (const char *)ASN1_STRING_get0_data(current), length);
lib/libcrypto/x509/x509_alt.c
238
strlcat(oline, htmp, sizeof(oline));
lib/libcrypto/x509/x509_alt.c
240
strlcat(oline, ":", sizeof(oline));
lib/libcurses/nc_string.h
63
#define _nc_STRCAT(d,s,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n))
lib/libcurses/nc_string.h
64
#define _nc_STRNCAT(d,s,m,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,m))
lib/libedit/el.c
519
if (strlcat(path, elpath, sizeof(path)) >= sizeof(path))
lib/libedit/readline.c
247
strlcat(path, _dothistory, PATH_MAX);
lib/libedit/sys.h
72
size_t strlcat(char *dst, const char *src, size_t size);
lib/libfido2/src/log.c
90
strlcat(row, xxd, sizeof(row));
lib/libskey/skeysubr.c
79
(void)strlcat(buf, passwd, buflen + 1);
lib/libssl/ssl_lib.c
1743
if (strlcat(buf, cipher->name, len) >= len ||
lib/libssl/ssl_lib.c
1744
(curlen = strlcat(buf, ":", len)) >= len) {
libexec/ftpd/ftpd.c
226
strlcat(path, "/", sizeof path);
libexec/getty/subr.c
331
strlcat(termbuf, TT, sizeof(termbuf));
libexec/ld.so/ldconfig/etc.c
71
strlcat(str, s2, len);
libexec/ld.so/ldconfig/etc.c
72
strlcat(str, s3, len);
libexec/login_ldap/util.c
489
q = tmp + strlcat(tmp, ctx->user, sizeof(tmp));
libexec/login_ldap/util.c
498
q = tmp + strlcat(tmp, hostname, sizeof(tmp));
libexec/login_ldap/util.c
505
q = tmp + strlcat(tmp, ctx->userdn,
libexec/login_skey/login_skey.c
134
strlcat(challenge, "\nS/Key Password:", sizeof(challenge));
libexec/login_skey/login_skey.c
159
strlcat(challenge, "\nS/Key Password:", sizeof(challenge));
libexec/snmpd/snmpd_metrics/mib.c
907
strlcat(str, *argv, sizeof(str));
libexec/snmpd/snmpd_metrics/mib.c
910
strlcat(str, " ", sizeof(str));
libexec/spamd/spamd.c
575
strlcat(matchlists, " ...", sizeof(matchlists));
libexec/spamd/spamd.c
577
strlcat(matchlists, " ", s);
libexec/spamd/spamd.c
578
strlcat(matchlists, matches[0]->tag, s);
libexec/spamlogd/spamlogd.c
218
strlcat(filter, " and on ", PCAPFSIZ);
libexec/spamlogd/spamlogd.c
219
strlcat(filter, networkif, PCAPFSIZ);
libexec/talkd/process.c
216
strlcat(ftty, line, sizeof(ftty));
libexec/tradcpp/macro.c
853
strlcat(ret, ei->ei_string, len + 1);
libexec/tradcpp/macro.c
857
strlcat(ret, arg, len + 1);
libexec/tradcpp/macro.c
860
strlcat(ret, "\"", len + 1);
libexec/tradcpp/macro.c
861
strlcat(ret, place_getname(p), len + 1);
libexec/tradcpp/macro.c
862
strlcat(ret, "\"", len + 1);
libexec/tradcpp/macro.c
866
strlcat(ret, numbuf, len + 1);
regress/lib/libc/basename/basename_test.c
24
strlcat(path, dir, sizeof(path));
regress/lib/libc/basename/basename_test.c
25
strlcat(path, fname, sizeof(path));
regress/lib/libc/basename/basename_test.c
60
strlcat(path, "/", sizeof(path)); /* path cleared above */
regress/lib/libc/basename/basename_test.c
67
strlcat(path, dir, sizeof(path));
regress/lib/libc/basename/basename_test.c
69
strlcat(path, fname, sizeof(path));
regress/lib/libc/dirname/dirname_test.c
27
strlcat(path, dir, sizeof(path));
regress/lib/libc/dirname/dirname_test.c
28
strlcat(dname, dir, sizeof(dname));
regress/lib/libc/dirname/dirname_test.c
29
strlcat(path, fname, sizeof(path));
regress/lib/libc/dirname/dirname_test.c
64
strlcat(path, "/", sizeof(path)); /* path cleared above */
regress/lib/libc/dirname/dirname_test.c
72
strlcat(path, dir, sizeof(path));
regress/lib/libc/dirname/dirname_test.c
73
strlcat(path, fname, sizeof(path));
regress/lib/libc/regex/t_exhaust.c
67
strlcat(p, s, dlen + slen + 1);
regress/lib/libc/strlcat/strlcattest.c
113
len = strlcat(buf, "efgh", bufsize);
regress/lib/libc/strlcat/strlcattest.c
146
len = strlcat(NULL, "abcd", sizeof(buf));
regress/lib/libc/strlcat/strlcattest.c
160
len = strlcat(buf, NULL, sizeof(buf));
regress/lib/libc/strlcat/strlcattest.c
56
len = strlcat(buf, "abcd", bufsize);
regress/lib/libc/strlcat/strlcattest.c
74
len = strlcat(buf, "abcd", bufsize);
regress/lib/libc/strlcat/strlcattest.c
92
len = strlcat(buf, "abcd", bufsize);
regress/lib/libc/sys/h_macros.h
68
strlcat(buf, ": ", sizeof(buf));
regress/lib/libc/sys/h_macros.h
69
strlcat(buf, strerror(sverrno), sizeof(buf));
regress/lib/libc/sys/t_chroot.c
100
(void)strlcat(buf, "/file", sizeof(buf));
regress/lib/libc/sys/t_chroot.c
187
(void)strlcat(buf, "/dir", sizeof(buf));
regress/lib/libc/sys/t_chroot.c
223
(void)strlcat(buf, "/file", sizeof(buf));
regress/lib/libc/sys/t_chroot.c
62
(void)strlcat(buf, "/dir", sizeof(buf));
regress/lib/libc/sys/t_link.c
59
(void)strlcat(buf, path, sizeof(buf));
regress/lib/libc/sys/t_link.c
60
(void)strlcat(buf, ".link", sizeof(buf));
regress/lib/libc/sys/t_ptrace.c
154
(void)strlcat(buf, "/dir", sizeof(buf));
regress/lib/libpthread/include/test.h
47
strlcat(buf, ": ", sizeof buf);
regress/lib/libpthread/include/test.h
48
strlcat(buf, errstr, sizeof buf);
regress/lib/libpthread/include/test.h
50
strlcat(buf, "\n", sizeof buf);
regress/libexec/ld.so/dlopen/libaa/aa.C
20
strlcat(strbuf, ":", sizeof strbuf);
regress/libexec/ld.so/dlopen/libaa/aa.C
21
strlcat(strbuf, "aa", sizeof strbuf);
regress/libexec/ld.so/dlopen/libab/ab.C
22
strlcat(strbuf, ":", sizeof strbuf);
regress/libexec/ld.so/dlopen/libab/ab.C
23
strlcat(strbuf, "ab", sizeof strbuf);
regress/sys/dev/video/videotest.c
392
strlcat(filename, ".jpg", sizeof(filename));
regress/sys/dev/video/videotest.c
400
strlcat(filename, ".raw", sizeof(filename));
regress/sys/ffs/fstest.c
182
strlcat(sflags, ",", sizeof(sflags));
regress/sys/ffs/fstest.c
183
strlcat(sflags, tflags[i].f_str, sizeof(sflags));
regress/sys/kern/noexec/noexec.c
228
(void) strlcat(label, "text", sizeof(label));
regress/sys/kern/noexec/noexec.c
244
(void) strlcat(label, "data", sizeof(label));
regress/sys/kern/noexec/noexec.c
260
(void) strlcat(label, "bss", sizeof(label));
regress/sys/kern/noexec/noexec.c
267
(void)strlcat(label, "mutable", sizeof(label));
regress/sys/kern/noexec/noexec.c
275
(void) strlcat(label, "heap", sizeof(label));
regress/sys/kern/noexec/noexec.c
280
(void) strlcat(label, "stack", sizeof(label));
regress/sys/kern/noexec/noexec.c
296
(void) strlcat(label, "-mmap", sizeof(label));
regress/sys/kern/noexec/noexec.c
300
(void) strlcat(label, "mmap", sizeof(label));
regress/sys/kern/noexec/noexec.c
314
(void) strlcat(label, "-mprotect", sizeof(label));
regress/sys/kern/pledge/generic/manager.c
50
if (strlcat(coredump, ".core", sizeof(coredump)) >= sizeof(coredump))
regress/sys/kern/realpath/realpath3.c
177
resolved_len = strlcat(resolved, next_token, PATH_MAX);
regress/sys/kern/realpath/realpath3.c
234
left_len = strlcat(symlink, left, sizeof(symlink));
regress/usr.bin/ssh/unittests/utf8/tests.c
42
(void)strlcat(buf, name, sizeof(buf));
regress/usr.sbin/bgpd/unittests/rde_aspa_test.c
612
strlcat(buf, " ", sizeof(buf));
regress/usr.sbin/bgpd/unittests/rde_aspa_test.c
613
strlcat(buf, b, sizeof(buf));
regress/usr.sbin/snmpd/snmp.c
806
strlcat(buf, ".", len);
regress/usr.sbin/snmpd/snmp.c
807
strlcat(buf, digit, len);
regress/usr.sbin/snmpd/snmpd_regress.c
320
strlcat(buf, ".", len);
regress/usr.sbin/snmpd/snmpd_regress.c
321
strlcat(buf, digit, len);
regress/usr.sbin/snmpd/snmpd_regress.c
324
strlcat(buf, "incl", len);
regress/usr.sbin/snmpd/snmpd_regress.c
326
strlcat(buf, digit, len);
sbin/fsck/fsutil.c
188
(void)strlcat(rawbuf, "/r", sizeof rawbuf);
sbin/fsck/fsutil.c
189
(void)strlcat(rawbuf, &dp[1], sizeof rawbuf);
sbin/iked/ca.c
1817
strlcat(file, idstr, sizeof(file)) >= sizeof(file)) {
sbin/iked/ikev2.c
7021
strlcat(idstr, "/", idstrlen) >= idstrlen)
sbin/iked/ikev2.c
7030
if (strlcat(idstr, print_addr(&s4), idstrlen) >= idstrlen)
sbin/iked/ikev2.c
7038
if (strlcat(idstr, str, idstrlen) >= idstrlen) {
sbin/iked/ikev2.c
7049
if (strlcat(idstr, print_addr(&s6), idstrlen) >= idstrlen)
sbin/iked/ikev2.c
7055
if (strlcat(idstr, str, idstrlen) >= idstrlen) {
sbin/iked/ikev2.c
7066
if (strlcat(idstr, buf, idstrlen) >= idstrlen)
sbin/iked/util.c
679
(void)strlcat(buf, "]", len);
sbin/iked/util.c
681
(void)strlcat(buf, pbuf, len);
sbin/iked/util.c
730
if ((strlcat(tmp, p, len) >= len) ||
sbin/iked/util.c
731
(strlcat(tmp, repl, len) >= len)) {
sbin/iked/util.c
739
if (strlcat(tmp, p, len) >= len) {
sbin/ipsecctl/pfkdump.c
289
strlcat(fstr, ">", sizeof(fstr));
sbin/isakmpd/conf.c
414
strlcat(sect, "-SUITE", CONF_SECT_MAX);
sbin/isakmpd/conf.c
422
strlcat(sect, "-XF", CONF_SECT_MAX);
sbin/isakmpd/exchange.c
1150
strlcat(buf, "...", bufsize_max);
sbin/isakmpd/field.c
141
strlcat(retval, name, buf_sz);
sbin/isakmpd/field.c
142
strlcat(retval, " ", buf_sz);
sbin/isakmpd/field.c
145
strlcat(retval, "]", buf_sz);
sbin/isakmpd/ike_auth.c
1140
strlcat(filename, fstr, sizeof filename - strlen(filename));
sbin/isakmpd/log.c
199
strlcat(nbuf, buffer, sizeof nbuf);
sbin/isakmpd/log.c
200
strlcat(nbuf, getuid() ? "" : " [priv]", LOG_SIZE + 32);
sbin/isakmpd/log.c
201
strlcat(nbuf, "\n", sizeof nbuf);
sbin/isakmpd/monitor.c
721
strlcat(new_path, enddir, sizeof(new_path));
sbin/isakmpd/monitor.c
726
strlcat(var_run, "/", sizeof(var_run));
sbin/isakmpd/pf_key_v2.c
1745
strlcat(addrbuf, "/32", ADDRESS_MAX + 5);
sbin/isakmpd/pf_key_v2.c
1760
strlcat(addrbuf, "/128", ADDRESS_MAX + 5);
sbin/isakmpd/policy.c
1021
strlcat(remote_filter, "-", len);
sbin/isakmpd/policy.c
1022
strlcat(remote_filter,
sbin/isakmpd/policy.c
1049
strlcat(remote_filter, "-", len);
sbin/isakmpd/policy.c
1050
strlcat(remote_filter,
sbin/isakmpd/policy.c
1094
strlcat(remote_filter, "-", len);
sbin/isakmpd/policy.c
1095
strlcat(remote_filter,
sbin/isakmpd/policy.c
1139
strlcat(remote_filter, "-", len);
sbin/isakmpd/policy.c
1140
strlcat(remote_filter,
sbin/isakmpd/policy.c
1346
strlcat(local_filter, "-", len);
sbin/isakmpd/policy.c
1347
strlcat(local_filter, local_filter_addr_upper,
sbin/isakmpd/policy.c
1374
strlcat(local_filter, "-", len);
sbin/isakmpd/policy.c
1375
strlcat(local_filter, local_filter_addr_upper,
sbin/isakmpd/policy.c
1418
strlcat(local_filter, "-", len);
sbin/isakmpd/policy.c
1419
strlcat(local_filter, local_filter_addr_upper,
sbin/isakmpd/policy.c
1465
strlcat(local_filter, "-", len);
sbin/isakmpd/policy.c
1466
strlcat(local_filter,
sbin/isakmpd/policy.c
736
strlcat(remote_id, "-", len);
sbin/isakmpd/policy.c
737
strlcat(remote_id, remote_id_addr_upper, len);
sbin/isakmpd/policy.c
763
strlcat(remote_id, "-", len);
sbin/isakmpd/policy.c
764
strlcat(remote_id, remote_id_addr_upper, len);
sbin/isakmpd/policy.c
803
strlcat(remote_id, "-", len);
sbin/isakmpd/policy.c
804
strlcat(remote_id, remote_id_addr_upper, len);
sbin/isakmpd/policy.c
842
strlcat(remote_id, "-", len);
sbin/isakmpd/policy.c
843
strlcat(remote_id, remote_id_addr_upper, len);
sbin/isakmpd/util.c
390
strlcat(*address, ".", addrlen);
sbin/isakmpd/util.c
580
if ((strlcat(tmp, p, len) >= len) ||
sbin/isakmpd/util.c
581
(strlcat(tmp, repl, len) >= len)) {
sbin/isakmpd/util.c
588
if (strlcat(tmp, p, len) >= len) {
sbin/ncheck_ffs/ncheck_ffs.c
487
strlcat(newname, "/r", sizeof newname);
sbin/ncheck_ffs/ncheck_ffs.c
488
strlcat(newname, p, sizeof newname);
sbin/newfs/newfs.c
812
strlcat(mountpoint, "/", len);
sbin/newfs/newfs.c
813
n = strlcat(mountpoint, "mntXXXXXXXXXX", len);
sbin/pfctl/parse.y
4618
if ((strlcat(tmp, p, len) >= len) ||
sbin/pfctl/parse.y
4619
(strlcat(tmp, repl, len) >= len))
sbin/pfctl/parse.y
4624
if (strlcat(tmp, p, len) >= len)
sbin/pfctl/pfctl_osfp.c
1005
strlcat(buf, "*", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1007
strlcat(buf, "S", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1009
strlcat(buf, "T", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1012
strlcat(buf, "%", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1014
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1016
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1019
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1020
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1023
strlcat(buf, "1", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1025
strlcat(buf, "0", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1026
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1029
strlcat(buf, "*", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1032
strlcat(buf, "%", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1034
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1036
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1039
strlcat(buf, ".", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1045
strlcat(buf, "N", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1048
strlcat(buf, "S", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1051
strlcat(buf, "T", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1053
strlcat(buf, "0", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1056
strlcat(buf, "M", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1058
strlcat(buf, "*", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1061
strlcat(buf, "%", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1063
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1067
strlcat(buf, "W", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1069
strlcat(buf, "*", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1072
strlcat(buf, "%", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1074
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1080
strlcat(buf, ",", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1082
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1084
strlcat(buf, fp->fp_os.fp_class_nm, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1085
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1086
strlcat(buf, fp->fp_os.fp_version_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_subtype_nm, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1089
strlcat(buf, ":", sizeof(buf));
sbin/pfctl/pfctl_osfp.c
1093
strlcat(buf, tmp, sizeof(buf));
sbin/pfctl/pfctl_osfp.c
504
strlcat(buf, " ", len);
sbin/pfctl/pfctl_osfp.c
505
strlcat(buf, version_name, len);
sbin/pfctl/pfctl_osfp.c
508
strlcat(buf, " ", len);
sbin/pfctl/pfctl_osfp.c
511
strlcat(buf, ".", len);
sbin/pfctl/pfctl_osfp.c
513
strlcat(buf, " ", len);
sbin/pfctl/pfctl_osfp.c
514
strlcat(buf, subtype_name, len);
sbin/pflogd/pflogd.c
131
strlcat(buf, " ", len);
sbin/pflogd/pflogd.c
132
strlcat(buf, argv[n], len);
sbin/restore/dirs.c
146
strlcat(dirfile, "-XXXXXXXXXX", sizeof(dirfile));
sbin/restore/dirs.c
161
strlcat(modefile, "-XXXXXXXXXX", sizeof(modefile));
sbin/restore/dirs.c
271
(void)strlcat(locname, dp->d_name, sizeof(locname));
sbin/restore/interactive.c
463
(void)strlcat(canonname, rawname, canonnamelen);
sbin/restore/restore.c
474
(void)strlcat(keybuf, "|ONTAPE", sizeof keybuf);
sbin/restore/restore.c
476
(void)strlcat(keybuf, "|INOFND", sizeof keybuf);
sbin/restore/restore.c
478
(void)strlcat(keybuf, "|NAMEFND", sizeof keybuf);
sbin/restore/restore.c
480
(void)strlcat(keybuf, "|MODECHG", sizeof keybuf);
sbin/restore/tape.c
785
(void)strlcat(lnkbuf, buf, sizeof(lnkbuf));
sbin/restore/utilities.c
292
(void)strlcat(flagbuf, "|REMOVED", sizeof flagbuf);
sbin/restore/utilities.c
294
(void)strlcat(flagbuf, "|TMPNAME", sizeof flagbuf);
sbin/restore/utilities.c
296
(void)strlcat(flagbuf, "|EXTRACT", sizeof flagbuf);
sbin/restore/utilities.c
298
(void)strlcat(flagbuf, "|NEW", sizeof flagbuf);
sbin/restore/utilities.c
300
(void)strlcat(flagbuf, "|KEEP", sizeof flagbuf);
sbin/restore/utilities.c
302
(void)strlcat(flagbuf, "|EXISTED", sizeof flagbuf);
sbin/savecore/savecore.c
343
strlcat(cp, visout,
sbin/slaacd/frontend.c
633
strlcat(buf, " anycast", sizeof(buf));
sbin/slaacd/frontend.c
635
strlcat(buf, " tentative", sizeof(buf));
sbin/slaacd/frontend.c
637
strlcat(buf, " duplicated", sizeof(buf));
sbin/slaacd/frontend.c
639
strlcat(buf, " detached", sizeof(buf));
sbin/slaacd/frontend.c
641
strlcat(buf, " deprecated", sizeof(buf));
sbin/slaacd/frontend.c
643
strlcat(buf, " autoconf", sizeof(buf));
sbin/slaacd/frontend.c
645
strlcat(buf, " temporary", sizeof(buf));
sbin/sysctl/sysctl.c
1347
strlcat(&names[loc], vfc.vfc_name, sizeof names - loc);
sbin/ttyflags/ttyflags.c
172
(void)strlcat(strflags, "local", sizeof strflags);
sbin/ttyflags/ttyflags.c
178
(void)strlcat(strflags, "|", sizeof strflags);
sbin/ttyflags/ttyflags.c
179
(void)strlcat(strflags, "rtscts", sizeof strflags);
sbin/ttyflags/ttyflags.c
184
(void)strlcat(strflags, "|", sizeof strflags);
sbin/ttyflags/ttyflags.c
185
(void)strlcat(strflags, "softcar", sizeof strflags);
sbin/ttyflags/ttyflags.c
190
(void)strlcat(strflags, "|", sizeof strflags);
sbin/ttyflags/ttyflags.c
191
(void)strlcat(strflags, "mdmbuf", sizeof strflags);
sbin/ttyflags/ttyflags.c
222
(void)strlcat(strflags, "local", sizeof strflags);
sbin/ttyflags/ttyflags.c
227
(void)strlcat(strflags, "|", sizeof strflags);
sbin/ttyflags/ttyflags.c
228
(void)strlcat(strflags, "rtscts", sizeof strflags);
sbin/ttyflags/ttyflags.c
232
(void)strlcat(strflags, "|", sizeof strflags);
sbin/ttyflags/ttyflags.c
233
(void)strlcat(strflags, "softcar", sizeof strflags);
sbin/ttyflags/ttyflags.c
237
(void)strlcat(strflags, "|", sizeof strflags);
sbin/ttyflags/ttyflags.c
238
(void)strlcat(strflags, "mdmbuf", sizeof strflags);
sbin/unwind/libunbound/config.h
1433
size_t strlcat(char *dst, const char *src, size_t siz);
sbin/unwind/libunbound/config.h
1544
size_t strlcat(char *dst, const char *src, size_t siz);
sbin/unwind/libunbound/util/config_file.c
2614
(void)strlcat(buf, "/", len);
sbin/unwind/libunbound/util/config_file.c
2619
(void)strlcat(buf, cfg->directory+strlen(cfg->chrootdir),
sbin/unwind/libunbound/util/config_file.c
2621
else (void)strlcat(buf, cfg->directory, len);
sbin/unwind/libunbound/util/config_file.c
2626
(void)strlcat(buf, "/", len);
sbin/unwind/libunbound/util/config_file.c
2627
(void)strlcat(buf, fname, len);
sbin/unwind/parse.y
369
if (strlcat(e->domain, ".",
sys/arch/amd64/stand/rdboot/disk.c
114
(void)strlcat(rootdevs, " ", sizeof(rootdevs));
sys/arch/amd64/stand/rdboot/disk.c
115
(void)strlcat(rootdevs, devname, sizeof(rootdevs));
sys/arch/arm64/stand/efiboot/efiboot.c
420
strlcat(framebuffer_path, fdt_node_name(child),
sys/arch/arm64/stand/efiboot/efiboot.c
434
strlcat(framebuffer_path, fdt_node_name(child),
sys/arch/armv7/stand/efiboot/efiboot.c
402
strlcat(framebuffer_path, fdt_node_name(child),
sys/arch/armv7/stand/efiboot/efiboot.c
416
strlcat(framebuffer_path, fdt_node_name(child),
sys/arch/loongson/stand/boot/machdep.c
144
strlcat(path, "a", BOOTDEVLEN);
sys/arch/macppc/stand/ofdev.c
321
strlcat(fname, ":0", sizeof fname);
sys/arch/macppc/stand/ofdev.c
76
len = strlcat(opened_name, ":", sizeof opened_name);
sys/arch/macppc/stand/ofdev.c
78
strlcat(opened_name, "/", sizeof opened_name);
sys/arch/macppc/stand/ofdev.c
80
if (strlcat(opened_name, cp, sizeof opened_name) >= sizeof opened_name)
sys/arch/octeon/stand/rdboot/disk.c
100
(void)strlcat(rootdevs, devname, sizeof(rootdevs));
sys/arch/octeon/stand/rdboot/disk.c
99
(void)strlcat(rootdevs, " ", sizeof(rootdevs));
sys/arch/powerpc/ddb/db_disasm.c
1044
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
1047
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
1073
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
1076
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
1102
strlcat(disasm_str, cbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
611
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
620
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
626
strlcat (disasm_buf, "a", bufsize);
sys/arch/powerpc/ddb/db_disasm.c
646
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
651
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
655
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
664
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
684
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
688
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
692
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
705
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
711
strlcat (disasm_buf, "+", bufsize);
sys/arch/powerpc/ddb/db_disasm.c
715
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
719
strlcat (disasm_buf, ",", bufsize);
sys/arch/powerpc/ddb/db_disasm.c
726
strlcat (disasm_buf, db_BO_op[BO], bufsize);
sys/arch/powerpc/ddb/db_disasm.c
729
strlcat (disasm_buf,
sys/arch/powerpc/ddb/db_disasm.c
734
strlcat (disasm_buf, "-", bufsize);
sys/arch/powerpc/ddb/db_disasm.c
743
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
751
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
759
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
764
strlcat (disasm_buf, "l", bufsize);
sys/arch/powerpc/ddb/db_disasm.c
772
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
780
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
791
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
796
strlcat (disasm_buf, "o", bufsize);
sys/arch/powerpc/ddb/db_disasm.c
801
strlcat (disasm_buf, ".", bufsize);
sys/arch/powerpc/ddb/db_disasm.c
811
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
819
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
830
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
838
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
846
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
854
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
862
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
870
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
878
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
886
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
894
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
905
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
915
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc/ddb/db_disasm.c
925
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
1044
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
1047
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
1073
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
1076
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
1102
strlcat(disasm_str, cbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
611
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
620
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
626
strlcat (disasm_buf, "a", bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
646
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
651
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
655
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
664
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
684
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
688
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
692
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
705
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
711
strlcat (disasm_buf, "+", bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
715
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
719
strlcat (disasm_buf, ",", bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
726
strlcat (disasm_buf, db_BO_op[BO], bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
729
strlcat (disasm_buf,
sys/arch/powerpc64/powerpc64/db_disasm.c
734
strlcat (disasm_buf, "-", bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
743
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
751
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
759
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
764
strlcat (disasm_buf, "l", bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
772
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
780
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
791
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
796
strlcat (disasm_buf, "o", bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
801
strlcat (disasm_buf, ".", bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
811
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
819
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
830
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
838
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
846
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
854
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
862
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
870
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
878
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
886
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
894
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
905
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
915
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/powerpc64/db_disasm.c
925
strlcat (disasm_buf, lbuf, bufsize);
sys/arch/powerpc64/stand/rdboot/disk.c
114
(void)strlcat(rootdevs, " ", sizeof(rootdevs));
sys/arch/powerpc64/stand/rdboot/disk.c
115
(void)strlcat(rootdevs, devname, sizeof(rootdevs));
sys/arch/riscv64/stand/efiboot/efiboot.c
381
strlcat(framebuffer_path, fdt_node_name(child),
sys/arch/riscv64/stand/efiboot/efiboot.c
395
strlcat(framebuffer_path, fdt_node_name(child),
sys/arch/sparc64/sparc64/autoconf.c
1318
strlcat(fullname, num, sizeof fullname);
sys/arch/sparc64/sparc64/machdep.c
1937
strlcat(buf, "<NULL>", len);
sys/arch/sparc64/sparc64/machdep.c
1944
strlcat(buf, "/", len);
sys/arch/sparc64/sparc64/machdep.c
1945
strlcat(buf, t->name, len);
sys/arch/sparc64/stand/ofwboot/diskprobe.c
74
len = strlcat(dip->path, "@p0", sizeof(dip->path));
sys/arch/sparc64/stand/ofwboot/diskprobe.c
76
len = strlcat(dip->path, "@0", sizeof(dip->path));
sys/arch/sparc64/stand/ofwboot/ofdev.c
556
if (strlcat(opened_name, buf, sizeof opened_name) >=
sys/arch/sparc64/stand/ofwboot/ofdev.c
588
if (strlcat(opened_name, "/", sizeof opened_name) >=
sys/arch/sparc64/stand/ofwboot/ofdev.c
592
if (strlcat(opened_name, buf, sizeof opened_name) >=
sys/dev/acpi/acpidebug.c
249
if (strlcat(scope, db_tok_string, sizeof scope) >=
sys/dev/acpi/acpidebug.c
256
if (strlcat(scope, ".", sizeof scope) >=
sys/dev/acpi/asmc.c
573
strlcat(sc->sc_sensor_temp[idx].desc, " ",
sys/dev/acpi/asmc.c
575
strlcat(sc->sc_sensor_temp[idx].desc, asmc_temp_desc[i][1],
sys/dev/acpi/asmc.c
610
strlcat(sc->sc_sensor_fan[idx].desc, ", ",
sys/dev/acpi/asmc.c
612
strlcat(sc->sc_sensor_fan[idx].desc, asmc_fan_loc[buf[2]],
sys/dev/acpi/asmc.c
673
strlcat(sc->sc_sensor_motion[idx].desc, "-axis",
sys/dev/acpi/dsdt.c
3254
strlcat(mch, "(", sizeof(mch));
sys/dev/acpi/dsdt.c
3258
strlcat(mch, ival ? ", %z" : "%z",
sys/dev/acpi/dsdt.c
3261
strlcat(mch, ")", sizeof(mch));
sys/dev/acpi/dsdt.c
651
strlcat(namebuf, ".", sizeof(namebuf));
sys/dev/acpi/dsdt.c
652
strlcat(namebuf, node->name, sizeof(namebuf));
sys/dev/fdt/gpiocharger.c
94
strlcat(sc->sc_sensor.desc, " power supply",
sys/dev/ic/nvme.c
2114
strlcat(msg, buf, sizeof(msg));
sys/dev/ic/nvme.c
2118
strlcat(msg, buf, sizeof(msg));
sys/dev/ic/nvme.c
2120
strlcat(msg, rpdesc[idns->lbaf[i].rp], sizeof(msg));
sys/dev/ic/nvme.c
2133
strlcat(msg, "first", sizeof(msg));
sys/dev/ic/nvme.c
2135
strlcat(msg, "last", sizeof(msg));
sys/dev/ic/nvme.c
2136
strlcat(msg, "bytes of metadata, Protection ", sizeof(msg));
sys/dev/ic/nvme.c
2138
strlcat(msg, "Type unknown", sizeof(msg));
sys/dev/ic/nvme.c
2140
strlcat(msg, protection[NVME_ID_NS_DPS_TYPE(dps)],
sys/dev/microcode/siop/ncr53cxxx.c
1491
strlcat (fn, ".", len);
sys/dev/microcode/siop/ncr53cxxx.c
1492
strlcat (fn, sub, len);
sys/dev/pci/drm/display/drm_dp_mst_topology.c
2226
strlcat(proppath, temp, proppath_size);
sys/dev/pci/drm/display/drm_dp_mst_topology.c
2229
strlcat(proppath, temp, proppath_size);
sys/dev/pci/if_de.c
2022
strlcat(sc->tulip_boardid, "9332DST ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2025
strlcat(sc->tulip_boardid, "9334BDT ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2027
strlcat(sc->tulip_boardid, "9332BDT ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2034
strlcat(sc->tulip_boardid, "8432", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2063
strlcat(sc->tulip_boardid, "EM100TX ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2067
strlcat(sc->tulip_boardid, "EM110TX ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2071
strlcat(sc->tulip_boardid, "EM100FX ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2084
strlcat(sc->tulip_boardid, "EM440TX ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2097
strlcat(sc->tulip_boardid, "EN1207 ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2102
strlcat(sc->tulip_boardid, "EN1207TX ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2107
strlcat(sc->tulip_boardid, "EN1203 ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2111
strlcat(sc->tulip_boardid, "EN1203 ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2185
strlcat(sc->tulip_boardid, "400TX/PCI ", sizeof(sc->tulip_boardid));
sys/dev/pci/if_de.c
2207
strlcat(sc->tulip_boardid, "unknown ", sizeof(sc->tulip_boardid));
sys/dev/pci/pci_subr.c
383
strlcat(cp, " (", cp_max);
sys/dev/pv/hypervic.c
1147
if (strlcat(val, "\n", vallen) >= vallen)
sys/dev/pv/xenstore.c
1117
if (i > 0 && strlcat(value, "\n", valuelen) >=
sys/dev/pv/xenstore.c
1122
if (strlcat(value, iovp[i].iov_base,
sys/dev/usb/ucom.c
1280
strlcat(ucoms, name, ucomslen);
sys/kern/kern_tc.c
867
strlcat(choices, buf, maxlen);
sys/kern/vfs_subr.c
1324
strlcat(buf, "|VROOT", sizeof buf);
sys/kern/vfs_subr.c
1326
strlcat(buf, "|VTEXT", sizeof buf);
sys/kern/vfs_subr.c
1328
strlcat(buf, "|VSYSTEM", sizeof buf);
sys/kern/vfs_subr.c
1330
strlcat(buf, "|VXLOCK", sizeof buf);
sys/kern/vfs_subr.c
1332
strlcat(buf, "|VXWANT", sizeof buf);
sys/kern/vfs_subr.c
1334
strlcat(buf, "|VBIOWAIT", sizeof buf);
sys/kern/vfs_subr.c
1336
strlcat(buf, "|VBIOONFREELIST", sizeof buf);
sys/kern/vfs_subr.c
1338
strlcat(buf, "|VBIOONSYNCLIST", sizeof buf);
sys/kern/vfs_subr.c
1340
strlcat(buf, "|VALIASED", sizeof buf);
sys/lib/libkern/funcs.h
3
size_t strlcat(char *, const char *, int)
sys/lib/libkern/libkern.h
160
size_t strlcat(char *, const char *, size_t)
sys/net/pf_if.c
475
strlcat(tblname, ":network", sizeof(tblname));
sys/net/pf_if.c
477
strlcat(tblname, ":broadcast", sizeof(tblname));
sys/net/pf_if.c
479
strlcat(tblname, ":peer", sizeof(tblname));
sys/net/pf_if.c
481
strlcat(tblname, ":0", sizeof(tblname));
sys/net/pf_ruleset.c
197
strlcat(anchor->path, "/", sizeof(anchor->path));
sys/net/pf_ruleset.c
199
strlcat(anchor->path, anchor->name, sizeof(anchor->path));
sys/net/pf_ruleset.c
350
strlcat(path, "/", MAXPATHLEN);
sys/net/pf_ruleset.c
351
strlcat(path, name, MAXPATHLEN);
sys/net/pf_ruleset.c
378
strlcat(pr->anchor_call, r->anchor->path,
sys/net/pf_ruleset.c
395
strlcat(pr->anchor_call, "../",
sys/net/pf_ruleset.c
406
strlcat(pr->anchor_call, r->anchor->path + (a[0] ?
sys/net/pf_ruleset.c
411
strlcat(pr->anchor_call, pr->anchor_call[0] ? "/*" : "*",
usr.bin/apply/apply.c
72
strlcat(str, p, sz);
usr.bin/bgplg/bgplgsh.c
228
strlcat(prompt, "> ", sizeof(prompt));
usr.bin/compress/main.c
708
strlcat(out, oldbase, PATH_MAX);
usr.bin/cvs/add.c
192
if (strlcat(path, "/", sizeof(path)) >= sizeof(path))
usr.bin/cvs/add.c
194
if (strlcat(path, cf->file_path, sizeof(path)) >= sizeof(path))
usr.bin/cvs/add.c
372
(void)strlcat(msg,
usr.bin/cvs/add.c
375
(void)strlcat(msg, tag, sizeof(msg));
usr.bin/cvs/add.c
378
(void)strlcat(msg,
usr.bin/cvs/add.c
381
(void)strlcat(msg, date, sizeof(msg));
usr.bin/cvs/admin.c
266
if (strlcat(fpath, RCS_FILE_EXT, PATH_MAX) >= PATH_MAX)
usr.bin/cvs/client.c
1095
if (strlcat(rpath, "-", sizeof(rpath)) >= sizeof(rpath))
usr.bin/cvs/client.c
1098
if (strlcat(rpath, fpath, sizeof(rpath))
usr.bin/cvs/client.c
443
if (strlcat(buf, tag ? tag : date, sizeof(buf)) >= sizeof(buf))
usr.bin/cvs/client.c
479
len = strlcat(timebuf, cf->file_name, sizeof(timebuf));
usr.bin/cvs/client.c
494
len = strlcat(timebuf, "+=", sizeof(timebuf));
usr.bin/cvs/client.c
657
len = strlcat(timebuf, newent->ce_name, sizeof(timebuf));
usr.bin/cvs/diff.c
100
strlcat(diffargs, optarg, sizeof(diffargs));
usr.bin/cvs/diff.c
104
strlcat(diffargs, " -d", sizeof(diffargs));
usr.bin/cvs/diff.c
125
strlcat(diffargs, " -i", sizeof(diffargs));
usr.bin/cvs/diff.c
143
strlcat(diffargs, " -n", sizeof(diffargs));
usr.bin/cvs/diff.c
147
strlcat(diffargs, " -N", sizeof(diffargs));
usr.bin/cvs/diff.c
151
strlcat(diffargs, " -p", sizeof(diffargs));
usr.bin/cvs/diff.c
168
strlcat(diffargs, " -t", sizeof(diffargs));
usr.bin/cvs/diff.c
172
strlcat(diffargs, " -u", sizeof(diffargs));
usr.bin/cvs/diff.c
179
strlcat(diffargs, " -U ", sizeof(diffargs));
usr.bin/cvs/diff.c
180
strlcat(diffargs, optarg, sizeof(diffargs));
usr.bin/cvs/diff.c
187
strlcat(diffargs, " -w", sizeof(diffargs));
usr.bin/cvs/diff.c
212
strlcat(diffargs, " -c", sizeof(diffargs));
usr.bin/cvs/diff.c
84
strlcat(diffargs, " -a", sizeof(diffargs));
usr.bin/cvs/diff.c
88
strlcat(diffargs, " -b", sizeof(diffargs));
usr.bin/cvs/diff.c
92
strlcat(diffargs, " -c", sizeof(diffargs));
usr.bin/cvs/diff.c
99
strlcat(diffargs, " -C ", sizeof(diffargs));
usr.bin/cvs/diff_internals.c
1256
strlcat(lastbuf, state,
usr.bin/cvs/file.c
326
strlcat(fpath, RCS_FILE_EXT, PATH_MAX);
usr.bin/cvs/file.c
669
len = strlcat(rcsfile, RCS_FILE_EXT, PATH_MAX);
usr.bin/cvs/getlog.c
417
strlcat(dest, src, len);
usr.bin/cvs/history.c
104
if (strlcat(fpath, "/", sizeof(fpath)) >=
usr.bin/cvs/history.c
105
sizeof(fpath) || strlcat(fpath, argument,
usr.bin/cvs/rcs.c
2290
if (strlcat(expbuf, "$", sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2291
sizeof(expbuf) || strlcat(expbuf, kwstr,
usr.bin/cvs/rcs.c
2295
strlcat(expbuf, ": ", sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2307
(void)strlcat(expbuf, rcsfile_basename,
usr.bin/cvs/rcs.c
2310
(void)strlcat(expbuf, rcsfile,
usr.bin/cvs/rcs.c
2312
if (strlcat(expbuf, " ", sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2319
if (strlcat(buf, " ", sizeof(buf)) >=
usr.bin/cvs/rcs.c
2320
sizeof(buf) || strlcat(expbuf, buf,
usr.bin/cvs/rcs.c
2331
if (strlcat(expbuf, buf, sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2349
if (strlcat(expbuf, buf, sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2356
if (strlcat(expbuf, rdp->rd_author,
usr.bin/cvs/rcs.c
2358
strlcat(expbuf, " ", sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2365
if (strlcat(expbuf, rdp->rd_state,
usr.bin/cvs/rcs.c
2367
strlcat(expbuf, " ", sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2382
(void)strlcat(expbuf,
usr.bin/cvs/rcs.c
2385
(void)strlcat(expbuf, rcsfile,
usr.bin/cvs/rcs.c
2388
if (strlcat(expbuf, " ", sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2412
if (strlcat(linebuf, "Revision ",
usr.bin/cvs/rcs.c
2416
if (strlcat(linebuf, buf, sizeof(linebuf))
usr.bin/cvs/rcs.c
2424
if (strlcat(linebuf, buf, sizeof(linebuf))
usr.bin/cvs/rcs.c
2428
if (strlcat(linebuf, rdp->rd_author,
usr.bin/cvs/rcs.c
2485
if (strlcat(expbuf, rcsfile, sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2486
sizeof(expbuf) || strlcat(expbuf, " ",
usr.bin/cvs/rcs.c
2493
if (strlcat(expbuf, " ", sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2499
if (strlcat(expbuf, " ", sizeof(expbuf)) >=
usr.bin/cvs/rcs.c
2507
if (strlcat(expbuf, "$",
usr.bin/cvs/rcsnum.c
118
if (strlcat(buf, ".", blen) >= blen ||
usr.bin/cvs/rcsnum.c
119
strlcat(buf, str, blen) >= blen)
usr.bin/cvs/server.c
515
strlcat(server_argv[idx], "\n", len);
usr.bin/cvs/server.c
516
strlcat(server_argv[idx], data, len);
usr.bin/cvs/status.c
196
(void)strlcat(buf, "\t", sizeof(buf));
usr.bin/cvs/status.c
197
(void)strlcat(buf, timebuf, sizeof(buf));
usr.bin/cvs/status.c
205
len = strlcat(buf, "No revision control file", sizeof(buf));
usr.bin/cvs/status.c
209
len = strlcat(buf, "No head revision", sizeof(buf));
usr.bin/cvs/util.c
165
strlcat(tmp, cvs_modestr[um], sizeof(tmp)) >= sizeof(tmp))
usr.bin/cvs/util.c
168
if (strlcat(buf, tmp, len) >= len)
usr.bin/cvs/util.c
174
if (strlcat(buf, ",", len) >= len)
usr.bin/cvs/util.c
179
strlcat(tmp, cvs_modestr[gm], sizeof(tmp)) >= sizeof(tmp))
usr.bin/cvs/util.c
182
if (strlcat(buf, tmp, len) >= len)
usr.bin/cvs/util.c
188
if (strlcat(buf, ",", len) >= len)
usr.bin/cvs/util.c
193
strlcat(tmp, cvs_modestr[gm], sizeof(tmp)) >= sizeof(tmp))
usr.bin/cvs/util.c
196
if (strlcat(buf, tmp, len) >= len)
usr.bin/cvs/util.c
476
if (strlcat(dst, "/", len) >= len)
usr.bin/cvs/util.c
480
if (strlcat(dst, dir, len) >= len)
usr.bin/cvs/util.c
610
len = strlcat(repo, "/", sizeof(repo));
usr.bin/cvs/util.c
615
len = strlcat(repo, sp, sizeof(repo));
usr.bin/cvs/util.c
621
len = strlcat(rpath, "/", sizeof(rpath));
usr.bin/cvs/util.c
626
len = strlcat(rpath, sp, sizeof(rpath));
usr.bin/cvs/util.c
682
len = strlcat(rpath, "/", sizeof(rpath));
usr.bin/cvs/util.c
686
len = strlcat(rpath, sp, sizeof(rpath));
usr.bin/diff/diff.c
285
strlcat(diffargs, " ", argsize);
usr.bin/diff/diff.c
286
strlcat(diffargs, *ap, argsize);
usr.bin/diff/diff.c
342
strlcat(ignore_pats, "|", len);
usr.bin/diff/diff.c
343
strlcat(ignore_pats, pattern, len);
usr.bin/diff/diffreg.c
1285
strlcat(lastbuf, state,
usr.bin/dig/dig.c
616
strlcat(lookup->cmdline, append,
usr.bin/dig/dig.c
619
strlcat(lookup->cmdline, "\n", sizeof(lookup->cmdline));
usr.bin/dig/dig.c
625
strlcat(lookup->cmdline, append,
usr.bin/dig/dig.c
634
strlcat(lookup->cmdline, append,
usr.bin/dig/dighost.c
336
if (strlcat(reverse, ip6_int ? "ip6.int" : "ip6.arpa", len)
usr.bin/dig/dighost.c
472
strlcat(tmp, buf, sizeof(tmp));
usr.bin/dig/lib/isccfg/parser.c
1078
strlcat(message, ELIPSIS, sizeof(message));
usr.bin/doas/doas.c
411
if (strlcat(cmdline, " ", sizeof(cmdline)) >= sizeof(cmdline))
usr.bin/doas/doas.c
413
if (strlcat(cmdline, argv[i], sizeof(cmdline)) >= sizeof(cmdline))
usr.bin/file/file.c
587
strlcat(tmp, "writable, ", sizeof tmp);
usr.bin/file/file.c
589
strlcat(tmp, "executable, ", sizeof tmp);
usr.bin/file/file.c
591
strlcat(tmp, "regular file, ", sizeof tmp);
usr.bin/file/file.c
592
strlcat(tmp, "no read permission", sizeof tmp);
usr.bin/file/magic-test.c
219
strlcat(ms->out, " ", sizeof ms->out);
usr.bin/file/magic-test.c
220
strlcat(ms->out, add, sizeof ms->out);
usr.bin/fstat/fstat.c
480
strlcat(rwep, "r", sizeof rwep);
usr.bin/fstat/fstat.c
482
strlcat(rwep, "w", sizeof rwep);
usr.bin/fstat/fstat.c
484
strlcat(rwep, "e", sizeof rwep);
usr.bin/fstat/fstat.c
486
strlcat(rwep, "f", sizeof rwep);
usr.bin/fstat/fstat.c
488
strlcat(rwep, "p", sizeof rwep);
usr.bin/ftp/cookie.c
215
if (strlcat(str, "\r\n", len) >= len)
usr.bin/less/filename.c
429
(void) strlcat(gfilename, " ", length);
usr.bin/less/filename.c
431
(void) strlcat(gfilename, qfilename, length);
usr.bin/less/optfunc.c
468
strlcat(tabs, ",", sizeof(tabs));
usr.bin/lndir/lndir.c
203
strlcat(buf, fn, sizeof(buf));
usr.bin/mail/cmd3.c
264
strlcat(newsubj, subj, len);
usr.bin/mail/collect.c
242
strlcat(linebuf, getdeadletter(), sizeof(linebuf));
usr.bin/mail/lex.c
656
strlcat(fname, "/", sizeof(fname));
usr.bin/mail/util.c
564
strlcat(namebuf, "!", sizeof(namebuf));
usr.bin/mandoc/mandocdb.c
1053
(void)strlcat(buf, mlink->dsec, sizeof(buf));
usr.bin/mandoc/mandocdb.c
2225
(void)strlcat(tfn, "/" MANDOC_DB, sizeof(tfn));
usr.bin/mandoc/mdoc_html.c
890
(void)strlcat(cattr, " Bd-indent", sizeof(cattr));
usr.bin/mandoc/mdoc_html.c
892
(void)strlcat(cattr, " Bl-compact", sizeof(cattr));
usr.bin/mandoc/mdoc_html.c
982
(void)strlcat(buf, " Pp", sizeof(buf));
usr.bin/mandoc/mdoc_html.c
988
(void)strlcat(buf, " Bd-indent", sizeof(buf));
usr.bin/mandoc/mdoc_html.c
991
(void)strlcat(buf, " Li", sizeof(buf));
usr.bin/mandoc/read.c
417
(void)strlcat(ln.buf, loop->buf, ln.sz);
usr.bin/mandoc/tbl_data.c
227
(void)strlcat(dat->string, " ", sz);
usr.bin/mandoc/tbl_data.c
228
(void)strlcat(dat->string, p + pos, sz);
usr.bin/mg/dir.c
33
(void)strlcat(mgcwd, "/", sizeof(mgcwd));
usr.bin/mg/dir.c
60
(void)strlcat(mgcwd, bufc, sizeof(mgcwd));
usr.bin/mg/dir.c
63
(void)strlcat(mgcwd, "/", sizeof(mgcwd));
usr.bin/mg/echo.c
762
len = strlcat(linebuf, lh2->l_name + preflen,
usr.bin/mg/extend.c
494
(void)strlcat(buf, tmp, sizeof(buf));
usr.bin/mg/extend.c
498
if (strlcat(buf, "key: ", sizeof(buf)) >= sizeof(buf))
usr.bin/mg/file.c
249
(void)strlcat(dp, "/", sizeof(dp));
usr.bin/mg/file.c
325
(void)strlcat(bp->b_cwd, "/", sizeof(bp->b_cwd));
usr.bin/mg/file.c
356
(void)strlcat(bp->b_cwd, "/", sizeof(bp->b_cwd));
usr.bin/mg/file.c
670
(void)strlcat(dp, "/", sizeof(dp));
usr.bin/mg/fileio.c
736
if (strlcat(path, "/", sizeof(path)) >= sizeof(path)) {
usr.bin/mg/fileio.c
746
if (strlcat(path, fn, sizeof(path)) >= sizeof(path)) {
usr.bin/mg/grep.c
287
if (strlcat(path, fname, sizeof(path)) >= sizeof(path))
usr.bin/mg/grep.c
77
if (strlcat(cprompt, " /dev/null", sizeof(cprompt)) >= sizeof(cprompt))
usr.bin/mg/interpreter.c
505
if (strlcat(excbuf, s, sizeof(excbuf))
usr.bin/mg/interpreter.c
508
if (strlcat(excbuf, argp, sizeof(excbuf))
usr.bin/mg/interpreter.c
679
(void)(strlcat(varbuf, " ",
usr.bin/mg/interpreter.c
686
(void)(strlcat(varbuf, contbuf,
usr.bin/mg/interpreter.c
691
(void)(strlcat(argbuf, varbuf,
usr.bin/mg/interpreter.c
710
if (strlcat(bp, s, BUFSIZE) >= BUFSIZE)
usr.bin/mg/interpreter.c
713
if (strlcat(bp, argp, BUFSIZE) >= BUFSIZE) {
usr.bin/mg/line.c
400
end = strlcat(sv, curbp->b_nlchr, len + 1);
usr.bin/mg/log.c
183
(void)strlcat(buf, "\"", sizeof(buf));
usr.bin/mg/log.c
187
(void)strlcat(buf, tmp, sizeof(buf));
usr.bin/mg/log.c
188
(void)strlcat(buf, "\"", sizeof(buf));
usr.bin/mg/log.c
191
if (strlcat(buf, tmp, sizeof(buf)) >= sizeof(buf)) {
usr.bin/mg/log.c
398
if (strlcat(tmp, mglogfile, sizeof(tmp)) >
usr.bin/mg/tags.c
182
if (strlcat(bname, curbp->b_bname, sizeof(bname)) >= sizeof(bname)) {
usr.bin/mg/tags.c
77
if (strlcat(fname, DEFAULTFN, sizeof(fname)) >= sizeof(fname)) {
usr.bin/mg/undo.c
423
(void)strlcat(buf, "\"", sizeof(buf));
usr.bin/mg/undo.c
426
(void)strlcat(buf, tmp, sizeof(buf));
usr.bin/mg/undo.c
427
(void)strlcat(buf, "\"", sizeof(buf));
usr.bin/mg/undo.c
430
if (strlcat(buf, tmp, sizeof(buf)) >= sizeof(buf)) {
usr.bin/newsyslog/newsyslog.c
1139
n = strlcat(file, suffix, size);
usr.bin/newsyslog/newsyslog.c
1193
case 8: strlcat(format, "%C", sizeof format); /* FALLTHROUGH */
usr.bin/newsyslog/newsyslog.c
1194
case 6: strlcat(format, "%y", sizeof format); /* FALLTHROUGH */
usr.bin/newsyslog/newsyslog.c
1195
case 4: strlcat(format, "%m", sizeof format); /* FALLTHROUGH */
usr.bin/newsyslog/newsyslog.c
1196
case 2: strlcat(format, "%d", sizeof format); /* FALLTHROUGH */
usr.bin/newsyslog/newsyslog.c
1205
strlcat(format, "T", sizeof format);
usr.bin/newsyslog/newsyslog.c
1208
case 7: strlcat(format, "%H", sizeof format); /* FALLTHROUGH */
usr.bin/newsyslog/newsyslog.c
1209
case 5: strlcat(format, "%M", sizeof format); /* FALLTHROUGH */
usr.bin/newsyslog/newsyslog.c
1210
case 3: strlcat(format, "%S", sizeof format); /* FALLTHROUGH */
usr.bin/nm/nm.c
595
strlcat(name, "]", baselen + namelen);
usr.bin/nohup/nohup.c
118
(void)strlcat(path, "/", sizeof(path));
usr.bin/nohup/nohup.c
119
(void)strlcat(path, FILENAME, sizeof(path));
usr.bin/openssl/passwd.c
314
strlcat(out_buf, magic, sizeof(out_buf));
usr.bin/openssl/passwd.c
315
strlcat(out_buf, "$", sizeof(out_buf));
usr.bin/openssl/passwd.c
316
strlcat(out_buf, salt, sizeof(out_buf));
usr.bin/openssl/req.c
1460
strlcat(buf, "\n", sizeof buf);
usr.bin/openssl/req.c
1479
strlcat(buf, "\n", sizeof buf);
usr.bin/openssl/req.c
1513
strlcat(buf, "\n", sizeof buf);
usr.bin/openssl/req.c
1532
strlcat(buf, "\n", sizeof buf);
usr.bin/openssl/x509.c
1355
strlcat(buf, POSTFIX, len);
usr.bin/patch/patch.c
458
if (strlcat(rejname, REJEXT,
usr.bin/patch/util.c
106
strlcat(bakname, orig, sizeof(bakname)) >= sizeof(bakname))
usr.bin/pkgconf/libpkgconf/bsdstubs.c
156
return strlcat(dst, src, siz);
usr.bin/rcs/rcsdiff.c
103
if (strlcat(diffargs, " -i", sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
109
(void)strlcat(diffargs, " -I", sizeof(diffargs));
usr.bin/rcs/rcsdiff.c
110
if (strlcat(diffargs, rcs_optarg, sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
123
if (strlcat(diffargs, " -n", sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
129
if (strlcat(diffargs, " -p", sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
146
if (strlcat(diffargs, " -t", sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
152
(void)strlcat(diffargs, " -U", sizeof(diffargs));
usr.bin/rcs/rcsdiff.c
153
if (strlcat(diffargs, rcs_optarg, sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
163
if (strlcat(diffargs, " -u", sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
172
if (strlcat(diffargs, " -w", sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
447
strlcat(diff_ignore_pats, "|", len);
usr.bin/rcs/rcsdiff.c
448
strlcat(diff_ignore_pats, pattern, len);
usr.bin/rcs/rcsdiff.c
68
if (strlcat(diffargs, " -a", sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
74
if (strlcat(diffargs, " -b", sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
80
(void)strlcat(diffargs, " -C", sizeof(diffargs));
usr.bin/rcs/rcsdiff.c
81
if (strlcat(diffargs, rcs_optarg, sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
91
if (strlcat(diffargs, " -c", sizeof(diffargs)) >=
usr.bin/rcs/rcsdiff.c
97
if (strlcat(diffargs, " -d", sizeof(diffargs)) >=
usr.bin/rcs/rcsnum.c
141
if (strlcat(buf, ".", blen) >= blen ||
usr.bin/rcs/rcsnum.c
142
strlcat(buf, str, blen) >= blen)
usr.bin/rcs/rcsutil.c
175
strlcat(rcsdir, RCSDIR, sizeof(rcsdir)) >= sizeof(rcsdir))
usr.bin/rcs/rcsutil.c
181
strlcat(rcspath, "/", sizeof(rcspath)) >= sizeof(rcspath))
usr.bin/rcs/rcsutil.c
195
if (strlcat(rcspath, name, sizeof(rcspath)) >= sizeof(rcspath))
usr.bin/rcs/rcsutil.c
239
strlcat(fpath, ext, sizeof(fpath)) >= sizeof(fpath))
usr.bin/rcs/rcsutil.c
263
if (strlcat(rcspath, suffixes, sizeof(rcspath)) >= sizeof(rcspath))
usr.bin/rdist/common.c
263
(void) strlcat(msg + 1, "\n", msgsize - 1);
usr.bin/rdist/common.c
623
if ((len = strlcat(ebuf, rest, ebufsize)) >= ebufsize)
usr.bin/rdist/distopt.c
153
(void) strlcat(buf, ",", sizeof buf);
usr.bin/rdist/distopt.c
154
(void) strlcat(buf, distoptinfo[i].do_name, sizeof buf);
usr.bin/rdist/distopt.c
157
(void) strlcat(buf, "=", sizeof buf);
usr.bin/rdist/distopt.c
158
(void) strlcat(buf, distoptinfo[i].do_arg, sizeof buf);
usr.bin/rdist/docmd.c
701
(void) strlcat(*env, name, len);
usr.bin/rdist/docmd.c
702
(void) strlcat(*env, ":", len);
usr.bin/rdist/docmd.c
781
(void) strlcat(env, "';", len);
usr.bin/rdist/docmd.c
782
(void) strlcat(env, sc->sc_name, len);
usr.bin/rdist/expand.c
380
(void) strlcat(path, ": ", lastpathp - path + 2);
usr.bin/rdist/expand.c
381
(void) strlcat(path, SYSERR, lastpathp - path + 2);
usr.bin/rdist/expand.c
448
(void) strlcat((char *)restbuf, (char *)pl,
usr.bin/rdist/expand.c
450
(void) strlcat((char *)restbuf, (char *)pe + 1,
usr.bin/rdist/message.c
137
(void) strlcat(buf, ",", sizeof(buf));
usr.bin/rdist/message.c
138
(void) strlcat(buf, msgtypes[x].mt_name,
usr.bin/rdist/rdist.c
425
(void) strlcat(buf, " ", sizeof(buf));
usr.bin/rdist/rdist.c
426
(void) strlcat(buf, nl->n_name, sizeof(buf));
usr.bin/rdist/rdist.c
430
(void) strlcat(buf, " )", sizeof(buf));
usr.bin/rdistd/filesys.c
98
(void) strlcat(file, pathname, sizeof(file));
usr.bin/rdistd/server.c
516
(void) strlcat(env, ":", len);
usr.bin/rdistd/server.c
517
(void) strlcat(env, cp, len);
usr.bin/rdistd/server.c
526
(void) strlcat(env, ";", len);
usr.bin/rdistd/server.c
527
(void) strlcat(env, cp, len);
usr.bin/rpcgen/rpc_cout.c
526
strlcat(sizestr, ptemp, len);
usr.bin/rsync/mktemp.c
171
if (strlcat(sun.sun_path, "/",
usr.bin/rsync/mktemp.c
178
if (strlcat(sun.sun_path, path, sizeof(sun.sun_path)) >=
usr.bin/sdiff/sdiff.c
878
strlcat(*s + offset, append, newsiz - offset);
usr.bin/sed/main.c
393
len = strlcat(oldfname, inplace,
usr.bin/snmp/smi.c
571
strlcat(buf, ".", len);
usr.bin/snmp/smi.c
572
strlcat(buf, str, len);
usr.bin/snmp/snmpc.c
170
if (strlcat(optstr, GETOPT_COMMON, sizeof(optstr)) >
usr.bin/spell/spellprog.c
675
strlcat(affix, deriv[j], sizeof(affix));
usr.bin/ssh/kex-names.c
213
if (strlcat(ret, ",", len) >= len ||
usr.bin/ssh/kex-names.c
214
strlcat(ret, p, len) >= len) {
usr.bin/ssh/match.c
334
strlcat(fix_prop, ",", len);
usr.bin/ssh/match.c
335
strlcat(fix_prop, cp, len);
usr.bin/ssh/misc.c
1581
strlcat(r, b, hl);
usr.bin/ssh/session.c
2182
strlcat(buf, ",", sizeof buf);
usr.bin/ssh/session.c
2183
strlcat(buf, strrchr(s->tty, '/') + 1, sizeof buf);
usr.bin/ssh/sftp-client.c
2943
strlcat(ret, "/", len);
usr.bin/ssh/sftp-client.c
2944
strlcat(ret, p2, len);
usr.bin/ssh/sftp-realpath.c
154
resolved_len = strlcat(resolved, next_token, PATH_MAX);
usr.bin/ssh/sftp-realpath.c
201
left_len = strlcat(symlink, left, sizeof(symlink));
usr.bin/ssh/sftp-server.c
277
strlcat(ret, ",", sizeof(ret)); \
usr.bin/ssh/sftp-server.c
278
strlcat(ret, str, sizeof(ret)); \
usr.bin/ssh/ssh-keygen.c
1267
strlcat(tmp, ".XXXXXXXXXX", sizeof(tmp)) >= sizeof(tmp) ||
usr.bin/ssh/ssh-keygen.c
1269
strlcat(old, ".old", sizeof(old)) >= sizeof(old))
usr.bin/ssh/ssh-keygen.c
1540
strlcat(identity_file, ".pub", sizeof(identity_file));
usr.bin/ssh/ssh-keygen.c
3874
strlcat(identity_file, ".pub", sizeof(identity_file));
usr.bin/ssh/ssh-keygen.c
618
strlcat(encoded, line, sizeof(encoded));
usr.bin/ssh/ssh_api.c
556
strlcat(replace, ",", maxlen);
usr.bin/ssh/ssh_api.c
557
strlcat(replace, alg, maxlen);
usr.bin/ssh/sshconnect.c
1374
strlcat(msg, "\nAre you sure you want "
usr.bin/ssh/sshconnect2.c
168
strlcat(to, ",", maxlen); \
usr.bin/ssh/sshconnect2.c
169
strlcat(to, from, maxlen); \
usr.bin/ssh/sshkey.c
1005
strlcat(retval, ":", rlen);
usr.bin/ssh/sshkey.c
1009
strlcat(retval, hex, rlen);
usr.bin/ssh/sshkey.c
984
strlcat(ret, ":", rlen);
usr.bin/stat/stat.c
713
(void)strlcat(smode, "|", sizeof(smode));
usr.bin/stat/stat.c
716
(void)strlcat(smode, "/", sizeof(smode));
usr.bin/stat/stat.c
720
(void)strlcat(smode, "*",
usr.bin/stat/stat.c
724
(void)strlcat(smode, "@", sizeof(smode));
usr.bin/stat/stat.c
727
(void)strlcat(smode, "=", sizeof(smode));
usr.bin/stat/stat.c
794
(void)strlcat(lfmt, "%", sizeof(lfmt));
usr.bin/stat/stat.c
796
(void)strlcat(lfmt, "#", sizeof(lfmt));
usr.bin/stat/stat.c
798
(void)strlcat(lfmt, " ", sizeof(lfmt));
usr.bin/stat/stat.c
800
(void)strlcat(lfmt, "+", sizeof(lfmt));
usr.bin/stat/stat.c
802
(void)strlcat(lfmt, "-", sizeof(lfmt));
usr.bin/stat/stat.c
804
(void)strlcat(lfmt, "0", sizeof(lfmt));
usr.bin/stat/stat.c
817
(void)strlcat(lfmt, tmp, sizeof(lfmt));
usr.bin/stat/stat.c
819
(void)strlcat(lfmt, "lld", sizeof(lfmt));
usr.bin/stat/stat.c
842
(void)strlcat(lfmt, tmp, sizeof(lfmt));
usr.bin/stat/stat.c
844
(void)strlcat(lfmt, "lld", sizeof(lfmt));
usr.bin/stat/stat.c
850
(void)strlcat(lfmt, ".%0", sizeof(lfmt));
usr.bin/stat/stat.c
857
(void)strlcat(lfmt, tmp, sizeof(lfmt));
usr.bin/stat/stat.c
874
(void)strlcat(buf, "0", blen);
usr.bin/stat/stat.c
883
(void)strlcat(lfmt, tmp, sizeof(lfmt));
usr.bin/stat/stat.c
887
(void)strlcat(lfmt, tmp, sizeof(lfmt));
usr.bin/stat/stat.c
896
(void)strlcat(lfmt, "s", sizeof(lfmt));
usr.bin/stat/stat.c
911
(void)strlcat(lfmt, "ll", sizeof(lfmt));
usr.bin/stat/stat.c
913
case FMTF_DECIMAL: (void)strlcat(lfmt, "d", sizeof(lfmt)); break;
usr.bin/stat/stat.c
914
case FMTF_OCTAL: (void)strlcat(lfmt, "o", sizeof(lfmt)); break;
usr.bin/stat/stat.c
915
case FMTF_UNSIGNED: (void)strlcat(lfmt, "u", sizeof(lfmt)); break;
usr.bin/stat/stat.c
916
case FMTF_HEX: (void)strlcat(lfmt, "x", sizeof(lfmt)); break;
usr.bin/tmux/arguments.c
506
strlcat(*buf, s, *len);
usr.bin/tmux/cmd-find.c
949
strlcat(tmp, "PREFER_UNATTACHED,", sizeof tmp);
usr.bin/tmux/cmd-find.c
951
strlcat(tmp, "QUIET,", sizeof tmp);
usr.bin/tmux/cmd-find.c
953
strlcat(tmp, "WINDOW_INDEX,", sizeof tmp);
usr.bin/tmux/cmd-find.c
955
strlcat(tmp, "DEFAULT_MARKED,", sizeof tmp);
usr.bin/tmux/cmd-find.c
957
strlcat(tmp, "EXACT_SESSION,", sizeof tmp);
usr.bin/tmux/cmd-find.c
959
strlcat(tmp, "EXACT_WINDOW,", sizeof tmp);
usr.bin/tmux/cmd-find.c
961
strlcat(tmp, "CANFAIL,", sizeof tmp);
usr.bin/tmux/cmd-find.c
965
strlcat(tmp, "NONE", sizeof tmp);
usr.bin/tmux/cmd.c
380
strlcat(buf, " ", len);
usr.bin/tmux/cmd.c
381
strlcat(buf, s, len);
usr.bin/tmux/cmd.c
497
if (strlcat(s, entry->name, sizeof s) >= sizeof s)
usr.bin/tmux/cmd.c
499
if (strlcat(s, ", ", sizeof s) >= sizeof s)
usr.bin/tmux/cmd.c
702
strlcat(buf, this, len);
usr.bin/tmux/cmd.c
710
strlcat(buf, separator, len);
usr.bin/tmux/format.c
4558
strlcat(value, expanded, valuelen);
usr.bin/tmux/format.c
4685
strlcat(value, expanded, valuelen);
usr.bin/tmux/format.c
4744
strlcat(value, expanded, valuelen);
usr.bin/tmux/format.c
4787
strlcat(value, expanded, valuelen);
usr.bin/tmux/format.c
570
strlcat(alerts, "#", sizeof alerts);
usr.bin/tmux/format.c
574
strlcat(alerts, "!", sizeof alerts);
usr.bin/tmux/format.c
578
strlcat(alerts, "~", sizeof alerts);
usr.bin/tmux/format.c
603
strlcat(alerts, ",", sizeof alerts);
usr.bin/tmux/format.c
604
strlcat(alerts, tmp, sizeof alerts);
usr.bin/tmux/format.c
606
strlcat(alerts, "#", sizeof alerts);
usr.bin/tmux/format.c
608
strlcat(alerts, "!", sizeof alerts);
usr.bin/tmux/format.c
610
strlcat(alerts, "~", sizeof alerts);
usr.bin/tmux/format.c
631
strlcat(result, ",", sizeof result);
usr.bin/tmux/format.c
632
strlcat(result, tmp, sizeof result);
usr.bin/tmux/grid.c
1019
strlcat(buf, "\\033[", len);
usr.bin/tmux/grid.c
1021
strlcat(buf, "\033[", len);
usr.bin/tmux/grid.c
1029
strlcat(buf, tmp, len);
usr.bin/tmux/grid.c
1031
strlcat(buf, ";", len);
usr.bin/tmux/grid.c
1033
strlcat(buf, "m", len);
usr.bin/tmux/grid.c
1057
strlcat(buf, "\\016", len); /* SO */
usr.bin/tmux/grid.c
1059
strlcat(buf, "\016", len); /* SO */
usr.bin/tmux/grid.c
1063
strlcat(buf, "\\017", len); /* SI */
usr.bin/tmux/grid.c
1065
strlcat(buf, "\017", len); /* SI */
usr.bin/tmux/grid.c
924
strlcat(buf, "\\033[", len);
usr.bin/tmux/grid.c
926
strlcat(buf, "\033[", len);
usr.bin/tmux/grid.c
932
strlcat(buf, tmp, len);
usr.bin/tmux/grid.c
934
strlcat(buf, "m", len);
usr.bin/tmux/grid.c
947
strlcat(buf, "\\033]8;", len);
usr.bin/tmux/grid.c
949
strlcat(buf, "\033]8;", len);
usr.bin/tmux/grid.c
952
strlcat(buf, tmp, len);
usr.bin/tmux/grid.c
955
strlcat(buf, ";", len);
usr.bin/tmux/grid.c
956
strlcat(buf, uri, len);
usr.bin/tmux/grid.c
958
strlcat(buf, "\\033\\\\", len);
usr.bin/tmux/grid.c
960
strlcat(buf, "\033\\", len);
usr.bin/tmux/key-string.c
347
strlcat(out, "C-", sizeof out);
usr.bin/tmux/key-string.c
349
strlcat(out, "M-", sizeof out);
usr.bin/tmux/key-string.c
351
strlcat(out, "S-", sizeof out);
usr.bin/tmux/key-string.c
423
strlcat(out, tmp, sizeof out);
usr.bin/tmux/key-string.c
433
strlcat(out, key_string_table[i].string, sizeof out);
usr.bin/tmux/key-string.c
461
strlcat(out, tmp, sizeof out);
usr.bin/tmux/key-string.c
465
strlcat(out, s, sizeof out);
usr.bin/tmux/key-string.c
469
strlcat(out, "[", sizeof out);
usr.bin/tmux/key-string.c
471
strlcat(out, "L", sizeof out);
usr.bin/tmux/key-string.c
473
strlcat(out, "K", sizeof out);
usr.bin/tmux/key-string.c
475
strlcat(out, "C", sizeof out);
usr.bin/tmux/key-string.c
477
strlcat(out, "I", sizeof out);
usr.bin/tmux/key-string.c
479
strlcat(out, "B", sizeof out);
usr.bin/tmux/key-string.c
481
strlcat(out, "S", sizeof out);
usr.bin/tmux/key-string.c
482
strlcat(out, "]", sizeof out);
usr.bin/tmux/layout-custom.c
102
if (strlcat(buf, &brackets[1], len) >= len)
usr.bin/tmux/layout-custom.c
107
if (strlcat(buf, ",", len) >= len)
usr.bin/tmux/layout-custom.c
94
if (strlcat(buf, tmp, len) >= len)
usr.bin/tmux/mode-tree.c
811
strlcat(start, " ", size);
usr.bin/tmux/mode-tree.c
813
strlcat(start, "\001x\001 ", size);
usr.bin/tmux/mode-tree.c
816
strlcat(start, "\001mq\001> ", size);
usr.bin/tmux/mode-tree.c
818
strlcat(start, "\001tq\001> ", size);
usr.bin/tmux/mode-tree.c
819
strlcat(start, symbol, size);
usr.bin/tmux/screen.c
722
strlcat(tmp, "CURSOR,", sizeof tmp);
usr.bin/tmux/screen.c
724
strlcat(tmp, "INSERT,", sizeof tmp);
usr.bin/tmux/screen.c
726
strlcat(tmp, "KCURSOR,", sizeof tmp);
usr.bin/tmux/screen.c
728
strlcat(tmp, "KKEYPAD,", sizeof tmp);
usr.bin/tmux/screen.c
730
strlcat(tmp, "WRAP,", sizeof tmp);
usr.bin/tmux/screen.c
732
strlcat(tmp, "MOUSE_STANDARD,", sizeof tmp);
usr.bin/tmux/screen.c
734
strlcat(tmp, "MOUSE_BUTTON,", sizeof tmp);
usr.bin/tmux/screen.c
736
strlcat(tmp, "CURSOR_BLINKING,", sizeof tmp);
usr.bin/tmux/screen.c
738
strlcat(tmp, "CURSOR_VERY_VISIBLE,", sizeof tmp);
usr.bin/tmux/screen.c
740
strlcat(tmp, "MOUSE_UTF8,", sizeof tmp);
usr.bin/tmux/screen.c
742
strlcat(tmp, "MOUSE_SGR,", sizeof tmp);
usr.bin/tmux/screen.c
744
strlcat(tmp, "BRACKETPASTE,", sizeof tmp);
usr.bin/tmux/screen.c
746
strlcat(tmp, "FOCUSON,", sizeof tmp);
usr.bin/tmux/screen.c
748
strlcat(tmp, "MOUSE_ALL,", sizeof tmp);
usr.bin/tmux/screen.c
750
strlcat(tmp, "ORIGIN,", sizeof tmp);
usr.bin/tmux/screen.c
752
strlcat(tmp, "CRLF,", sizeof tmp);
usr.bin/tmux/screen.c
754
strlcat(tmp, "KEYS_EXTENDED,", sizeof tmp);
usr.bin/tmux/screen.c
756
strlcat(tmp, "KEYS_EXTENDED_2,", sizeof tmp);
usr.bin/tmux/screen.c
758
strlcat(tmp, "THEME_UPDATES,", sizeof tmp);
usr.bin/tmux/server-client.c
2601
strlcat(s, "attached,", sizeof s);
usr.bin/tmux/server-client.c
2603
strlcat(s, "focused,", sizeof s);
usr.bin/tmux/server-client.c
2605
strlcat(s, "control-mode,", sizeof s);
usr.bin/tmux/server-client.c
2607
strlcat(s, "ignore-size,", sizeof s);
usr.bin/tmux/server-client.c
2609
strlcat(s, "no-detach-on-destroy,", sizeof s);
usr.bin/tmux/server-client.c
2611
strlcat(s, "no-output,", sizeof s);
usr.bin/tmux/server-client.c
2613
strlcat(s, "wait-exit,", sizeof s);
usr.bin/tmux/server-client.c
2617
strlcat(s, tmp, sizeof s);
usr.bin/tmux/server-client.c
2620
strlcat(s, "read-only,", sizeof s);
usr.bin/tmux/server-client.c
2622
strlcat(s, "active-pane,", sizeof s);
usr.bin/tmux/server-client.c
2624
strlcat(s, "suspended,", sizeof s);
usr.bin/tmux/server-client.c
2626
strlcat(s, "UTF-8,", sizeof s);
usr.bin/tmux/tty-features.c
415
strlcat(s, tf->name, sizeof s);
usr.bin/tmux/tty-features.c
416
strlcat(s, ",", sizeof s);
usr.bin/tmux/window-clock.c
250
strlcat(tim, "PM", sizeof tim);
usr.bin/tmux/window-clock.c
252
strlcat(tim, "AM", sizeof tim);
usr.bin/tmux/window-customize.c
750
strlcat(choices, *choice, sizeof choices);
usr.bin/tmux/window-customize.c
751
strlcat(choices, ", ", sizeof choices);
usr.bin/top/commands.c
186
(void) strlcat(string, "; ", sizeof string);
usr.bin/top/commands.c
218
if ((msglen = strlcat(str, ": ", len)) >= len)
usr.bin/top/commands.c
221
return (strlcat(str, msg, len));
usr.bin/top/commands.c
235
if ((msglen = strlcat(str, ", ", len)) >= len)
usr.bin/top/commands.c
238
return (strlcat(str, arg, len));
usr.bin/top/machine.c
528
strlcat(buf, " ", sizeof(buf));
usr.bin/top/machine.c
529
strlcat(buf, *p, sizeof(buf));
usr.bin/units/units.c
672
strlcat(havestr, " ", sizeof(havestr));
usr.bin/units/units.c
673
strlcat(havestr, argv[1], sizeof(havestr));
usr.bin/who/who.c
238
strlcat(line, up->ut_line, sizeof line);
usr.bin/xargs/xargs.c
321
strlcat(inpline, " ", inpsize);
usr.bin/xargs/xargs.c
337
strlcat(inpline, argp, inpsize);
usr.bin/xinstall/xinstall.c
633
if (strlcat(temp, "INS@XXXXXXXXXX", tsize) >= tsize) {
usr.sbin/acme-client/keyproc.c
208
strlcat(sans, san, sansz);
usr.sbin/amd/amd/get_args.c
245
strlcat(hostd, ".", 2 * (HOST_NAME_MAX+1));
usr.sbin/amd/amd/get_args.c
246
strlcat(hostd, hostdomain, 2 * (HOST_NAME_MAX+1));
usr.sbin/amd/amd/info_passwd.c
116
strlcat(rhost, q + 1, sizeof(rhost));
usr.sbin/amd/amd/info_passwd.c
117
strlcat(rhost, ".", sizeof(rhost));
usr.sbin/amd/amd/info_passwd.c
120
strlcat(rhost, p, sizeof(rhost));
usr.sbin/apmd/apmd.c
119
strlcat(buf, ": %m", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
1001
strlcat(cstr, "P", sizeof(cstr));
usr.sbin/bgpctl/bgpctl.c
1002
strlcat(cstr, "]", sizeof(cstr));
usr.sbin/bgpctl/bgpctl.c
714
strlcat(buf, "N", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
716
strlcat(buf, " ", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
719
strlcat(buf, "f", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
721
strlcat(buf, "r", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
723
strlcat(buf, "b", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
725
strlcat(buf, " ", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
782
strlcat(buf, ", filtered", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
784
strlcat(buf, ", invalid", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
786
strlcat(buf, ", otc leak", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
788
strlcat(buf, ", stale", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
790
strlcat(buf, ", valid", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
792
strlcat(buf, ", best", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
794
strlcat(buf, ", ecmp", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
796
strlcat(buf, ", as-wide", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
798
strlcat(buf, ", announced", sizeof(buf));
usr.sbin/bgpctl/bgpctl.c
995
strlcat(cstr, " flags [", sizeof(cstr));
usr.sbin/bgpctl/bgpctl.c
997
strlcat(cstr, "O", sizeof(cstr));
usr.sbin/bgpctl/bgpctl.c
999
strlcat(cstr, "T", sizeof(cstr));
usr.sbin/bgpd/util.c
292
if (strlcat(buf, asbuf, len) >= len)
usr.sbin/bgpd/util.c
295
if (strlcat(buf, "}", len) >= len)
usr.sbin/crunchgen/crunchgen.c
355
strlcat(tmppath, "/", sizeof(tmppath)) >=
usr.sbin/crunchgen/crunchgen.c
357
strlcat(tmppath, argv[i], sizeof(tmppath)) >=
usr.sbin/crunchgen/crunchgen.c
394
strlcat(tmppath, "/", sizeof(tmppath)) >=
usr.sbin/crunchgen/crunchgen.c
396
strlcat(tmppath, argv[i], sizeof(tmppath)) >=
usr.sbin/dhcpd/parse.c
526
n = strlcat(timestr, val, sizeof(timestr));
usr.sbin/dhcrelay6/dhcrelay6.c
443
strlcat(buf[bufpos], "]", sizeof(buf[bufpos]));
usr.sbin/httpd/httpd.c
537
if ((strlcat(tmp, p, len) >= len) ||
usr.sbin/httpd/httpd.c
538
(strlcat(tmp, repl, len) >= len)) {
usr.sbin/httpd/httpd.c
546
if (strlcat(tmp, p, len) >= len) {
usr.sbin/httpd/server_file.c
132
if (strlcat(path, srv_conf->index, len) >= len) {
usr.sbin/ikectl/ikeca.c
1132
strlcat(path, "/private", sizeof(path));
usr.sbin/ikectl/ikeca.c
704
strlcat(dst, hier[i].dir, sizeof(dst));
usr.sbin/ikectl/ikeca.c
803
strlcat(dst, hier[i].dir, sizeof(dst));
usr.sbin/installboot/efi_installboot.c
258
if (strlcat(dst, "/efi", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/efi_installboot.c
268
if (strlcat(dst, "/boot", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/efi_installboot.c
281
if (strlcat(dst, "/" BOOTEFI_DST, sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/efi_installboot.c
303
if (strlcat(dst, "/startup.nsh", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/efi_installboot.c
325
if (strlcat(dst, "/efi/openbsd", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/efi_installboot.c
337
if (strlcat(dst, "/" BOOTEFI_DST, sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/efi_installboot.c
410
if (strlcat(dst, "/m1n1", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/efi_installboot.c
419
if (strlcat(dst, "/boot.bin", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/i386_installboot.c
355
if (strlcat(dst, "/efi", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/i386_installboot.c
365
if (strlcat(dst, "/BOOT", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/i386_installboot.c
382
if (strlcat(dst, "/BOOTIA32.EFI", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/i386_installboot.c
404
if (strlcat(dst, "/BOOTX64.EFI", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/i386_installboot.c
409
if (strlcat(src, "/BOOTX64.EFI", srclen+1) >= srclen+1) {
usr.sbin/installboot/i386_installboot.c
432
if (strlcat(dst, "/efi/openbsd", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/i386_installboot.c
444
if (strlcat(dst, "/BOOTX64.EFI", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/loongson_installboot.c
168
if (strlcat(dst, "/boot", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/loongson_installboot.c
182
if (strlcat(dst, "/boot", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/macppc_installboot.c
223
if (strlcat(dst, "/ofwboot", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/octeon_installboot.c
223
if (strlcat(dst, "/boot", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/powerpc64_installboot.c
232
if (strlcat(dst, "/boot", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/installboot/powerpc64_installboot.c
250
if (strlcat(dst, "/grub.cfg", sizeof(dst)) >= sizeof(dst)) {
usr.sbin/kvm_mkdb/kvm_mkdb.c
107
strlcat(dbdir, "/", sizeof(dbdir));
usr.sbin/ldapd/schema.c
1114
if (strlcat(buf, " ", size) >= size ||
usr.sbin/ldapd/schema.c
1115
strlcat(buf, desc, size) >= size)
usr.sbin/ldapd/schema.c
1121
if (strlcat(buf, " '", size) >= size ||
usr.sbin/ldapd/schema.c
1122
strlcat(buf, name->name, size) >= size ||
usr.sbin/ldapd/schema.c
1123
strlcat(buf, "'", size) >= size)
usr.sbin/ldapd/schema.c
1126
if (strlcat(buf, " ( ", size) >= size)
usr.sbin/ldapd/schema.c
1129
if (strlcat(buf, "'", size) >= size ||
usr.sbin/ldapd/schema.c
1130
strlcat(buf, name->name, size) >= size ||
usr.sbin/ldapd/schema.c
1131
strlcat(buf, "' ", size) >= size)
usr.sbin/ldapd/schema.c
1133
if (strlcat(buf, ")", size) >= size)
usr.sbin/ldapd/schema.c
1149
if (strlcat(buf, " ", size) >= size ||
usr.sbin/ldapd/schema.c
1150
strlcat(buf, desc, size) >= size)
usr.sbin/ldapd/schema.c
1156
if (strlcat(buf, " ", size) >= size ||
usr.sbin/ldapd/schema.c
1157
strlcat(buf, ATTR_NAME(aptr->attr_type), size) >= size)
usr.sbin/ldapd/schema.c
1160
if (strlcat(buf, " ( ", size) >= size)
usr.sbin/ldapd/schema.c
1163
if (strlcat(buf, ATTR_NAME(aptr->attr_type),
usr.sbin/ldapd/schema.c
1165
strlcat(buf, " ", size) >= size)
usr.sbin/ldapd/schema.c
1168
strlcat(buf, "$ ", size) >= size)
usr.sbin/ldapd/schema.c
1171
if (strlcat(buf, ")", size) >= size)
usr.sbin/ldapd/schema.c
1187
if (strlcat(buf, " ", size) >= size ||
usr.sbin/ldapd/schema.c
1188
strlcat(buf, desc, size) >= size)
usr.sbin/ldapd/schema.c
1194
if (strlcat(buf, " ", size) >= size ||
usr.sbin/ldapd/schema.c
1195
strlcat(buf, OBJ_NAME(optr->object), size) >= size)
usr.sbin/ldapd/schema.c
1198
if (strlcat(buf, " ( ", size) >= size)
usr.sbin/ldapd/schema.c
1201
if (strlcat(buf, OBJ_NAME(optr->object), size) >= size ||
usr.sbin/ldapd/schema.c
1202
strlcat(buf, " ", size) >= size)
usr.sbin/ldapd/schema.c
1205
strlcat(buf, "$ ", size) >= size)
usr.sbin/ldapd/schema.c
1208
if (strlcat(buf, ")", size) >= size)
usr.sbin/ldapd/schema.c
1219
strlcat(buf, obj->oid, size) >= size)
usr.sbin/ldapd/schema.c
1226
if (strlcat(buf, " DESC '", size) >= size ||
usr.sbin/ldapd/schema.c
1227
strlcat(buf, obj->desc, size) >= size ||
usr.sbin/ldapd/schema.c
1228
strlcat(buf, "'", size) >= size)
usr.sbin/ldapd/schema.c
1233
if (strlcat(buf, " STRUCTURAL", size) >= size)
usr.sbin/ldapd/schema.c
1237
if (strlcat(buf, " ABSTRACT", size) >= size)
usr.sbin/ldapd/schema.c
1241
if (strlcat(buf, " AUXILIARY", size) >= size)
usr.sbin/ldapd/schema.c
1249
if (obj->obsolete && strlcat(buf, " OBSOLETE", size) >= size)
usr.sbin/ldapd/schema.c
1258
if (strlcat(buf, " )", size) >= size)
usr.sbin/ldapd/schema.c
1268
strlcat(buf, at->oid, size) >= size)
usr.sbin/ldapd/schema.c
1275
if (strlcat(buf, " DESC '", size) >= size ||
usr.sbin/ldapd/schema.c
1276
strlcat(buf, at->desc, size) >= size ||
usr.sbin/ldapd/schema.c
1277
strlcat(buf, "'", size) >= size)
usr.sbin/ldapd/schema.c
1280
if (at->obsolete && strlcat(buf, " OBSOLETE", size) >= size)
usr.sbin/ldapd/schema.c
1284
if (strlcat(buf, " SUP ", size) >= size ||
usr.sbin/ldapd/schema.c
1285
strlcat(buf, ATTR_NAME(at->sup), size) >= size)
usr.sbin/ldapd/schema.c
1289
if (strlcat(buf, " EQUALITY ", size) >= size ||
usr.sbin/ldapd/schema.c
1290
strlcat(buf, at->equality->name, size) >= size)
usr.sbin/ldapd/schema.c
1294
if (strlcat(buf, " ORDERING ", size) >= size ||
usr.sbin/ldapd/schema.c
1295
strlcat(buf, at->ordering->name, size) >= size)
usr.sbin/ldapd/schema.c
1299
if (strlcat(buf, " SUBSTR ", size) >= size ||
usr.sbin/ldapd/schema.c
1300
strlcat(buf, at->substr->name, size) >= size)
usr.sbin/ldapd/schema.c
1304
if (strlcat(buf, " SYNTAX ", size) >= size ||
usr.sbin/ldapd/schema.c
1305
strlcat(buf, at->syntax->oid, size) >= size)
usr.sbin/ldapd/schema.c
1308
if (at->single && strlcat(buf, " SINGLE-VALUE", size) >= size)
usr.sbin/ldapd/schema.c
1311
if (at->collective && strlcat(buf, " COLLECTIVE", size) >= size)
usr.sbin/ldapd/schema.c
1314
if (at->immutable && strlcat(buf, " NO-USER-MODIFICATION", size) >= size)
usr.sbin/ldapd/schema.c
1322
if (strlcat(buf, " USAGE directoryOperation", size) >= size)
usr.sbin/ldapd/schema.c
1326
if (strlcat(buf, " USAGE distributedOperation", size) >= size)
usr.sbin/ldapd/schema.c
1330
if (strlcat(buf, " USAGE dSAOperation", size) >= size)
usr.sbin/ldapd/schema.c
1335
if (strlcat(buf, " )", size) >= size)
usr.sbin/ldapd/schema.c
1345
strlcat(buf, mr->oid, size) >= size ||
usr.sbin/ldapd/schema.c
1346
strlcat(buf, " NAME '", size) >= size ||
usr.sbin/ldapd/schema.c
1347
strlcat(buf, mr->name, size) >= size ||
usr.sbin/ldapd/schema.c
1348
strlcat(buf, "' SYNTAX ", size) >= size ||
usr.sbin/ldapd/schema.c
1349
strlcat(buf, mr->syntax_oid, size) >= size ||
usr.sbin/ldapd/schema.c
1350
strlcat(buf, " )", size) >= size)
usr.sbin/ldapd/schema.c
167
strlcat(oid, ".", sz);
usr.sbin/ldapd/schema.c
168
strlcat(oid, colon + 1, sz);
usr.sbin/lpd/engine_lpr.c
410
strlcat(cmd, " ", sizeof(cmd));
usr.sbin/lpd/engine_lpr.c
411
strlcat(cmd, jf->users[i], sizeof(cmd));
usr.sbin/lpd/engine_lpr.c
415
strlcat(cmd, buf, sizeof(cmd));
usr.sbin/lpd/engine_lpr.c
459
strlcat(cmd, " ", sizeof(cmd));
usr.sbin/lpd/engine_lpr.c
460
strlcat(cmd, jf->users[i], sizeof(cmd));
usr.sbin/lpd/engine_lpr.c
464
strlcat(cmd, buf, sizeof(cmd));
usr.sbin/lpd/engine_lpr.c
565
if (strlcat(fname, j->hostfrom, sizeof(fname)) >= sizeof(fname)) {
usr.sbin/lpd/io.c
529
(void)strlcat(buf, "rw", sizeof buf);
usr.sbin/lpd/io.c
532
(void)strlcat(buf, "R", sizeof buf);
usr.sbin/lpd/io.c
535
(void)strlcat(buf, "W", sizeof buf);
usr.sbin/lpd/io.c
538
(void)strlcat(buf, "RW", sizeof buf);
usr.sbin/lpd/io.c
543
(void)strlcat(buf, ",F_PI", sizeof buf);
usr.sbin/lpd/io.c
545
(void)strlcat(buf, ",F_PO", sizeof buf);
usr.sbin/lpd/io.c
561
(void)strlcat(buf, "<NONE>", sizeof(buf));
usr.sbin/lpd/io.c
566
(void)strlcat(buf, "EV_TIMEOUT", sizeof(buf));
usr.sbin/lpd/io.c
573
(void)strlcat(buf, "|", sizeof(buf));
usr.sbin/lpd/io.c
574
(void)strlcat(buf, "EV_READ", sizeof(buf));
usr.sbin/lpd/io.c
581
(void)strlcat(buf, "|", sizeof(buf));
usr.sbin/lpd/io.c
582
(void)strlcat(buf, "EV_WRITE", sizeof(buf));
usr.sbin/lpd/io.c
589
(void)strlcat(buf, "|", sizeof(buf));
usr.sbin/lpd/io.c
590
(void)strlcat(buf, "EV_SIGNAL", sizeof(buf));
usr.sbin/lpd/io.c
597
(void)strlcat(buf, "|", sizeof(buf));
usr.sbin/lpd/io.c
598
(void)strlcat(buf, "EV_?=0x", sizeof(buf));
usr.sbin/lpd/io.c
600
(void)strlcat(buf, buf2, sizeof(buf));
usr.sbin/lpd/lp.c
306
len = strlcat(path, "/", sizeof(path));
usr.sbin/lpd/lp_displayq.c
198
(void)strlcat(names, ", ", sizeof(names));
usr.sbin/lpd/lp_displayq.c
199
(void)strlcat(names, fname, sizeof(names));
usr.sbin/lpr/common_source/displayq.c
273
strlcat(line, "\n", sizeof(line));
usr.sbin/lpr/lpr/lpr.c
463
if (strlcat(buf, "/", sizeof(buf)) >= sizeof(buf) ||
usr.sbin/lpr/lpr/lpr.c
464
strlcat(buf, file, sizeof(buf)) >= sizeof(buf))
usr.sbin/map-mbone/mapper.c
180
strlcat(fmt, "warning - ", sizeof(fmt));
usr.sbin/npppctl/npppctl.c
449
strlcat(buf, ":", lbuf);
usr.sbin/npppctl/npppctl.c
450
strlcat(buf, servstr, lbuf);
usr.sbin/npppctl/npppctl.c
470
strlcat(buf, "(", lbuf);
usr.sbin/npppctl/npppctl.c
474
strlcat(buf, fbuf, lbuf);
usr.sbin/npppctl/npppctl.c
477
strlcat(buf, " and ", lbuf);
usr.sbin/npppctl/npppctl.c
481
strlcat(buf, fbuf, lbuf);
usr.sbin/npppctl/npppctl.c
483
strlcat(buf, ")", lbuf);
usr.sbin/npppd/common/debugutil.c
184
strlcat(fmt, strerror(errno), sizeof(fmt) - 1);
usr.sbin/npppd/common/net_utils.c
154
strlcat(buf, hbuf, lbuf);
usr.sbin/npppd/common/net_utils.c
155
strlcat(buf, "]:", lbuf);
usr.sbin/npppd/common/net_utils.c
156
strlcat(buf, sbuf, lbuf);
usr.sbin/npppd/common/net_utils.c
160
strlcat(buf, ":", lbuf);
usr.sbin/npppd/common/net_utils.c
161
strlcat(buf, sbuf, lbuf);
usr.sbin/npppd/npppd/npppd_pool.c
160
strlcat(buf0, "dyn_pool=[", sizeof(buf0));
usr.sbin/npppd/npppd/npppd_pool.c
162
strlcat(buf0, ",", sizeof(buf0));
usr.sbin/npppd/npppd/npppd_pool.c
165
strlcat(buf0, buf1, sizeof(buf0));
usr.sbin/npppd/npppd/npppd_pool.c
169
strlcat(buf0, "] ", sizeof(buf0));
usr.sbin/npppd/npppd/npppd_pool.c
176
strlcat(buf0, "pool=[", sizeof(buf0));
usr.sbin/npppd/npppd/npppd_pool.c
178
strlcat(buf0, ",", sizeof(buf0));
usr.sbin/npppd/npppd/npppd_pool.c
181
strlcat(buf0, buf1, sizeof(buf0));
usr.sbin/npppd/npppd/npppd_pool.c
185
strlcat(buf0, "]", sizeof(buf0));
usr.sbin/npppd/npppd/ppp.c
665
strlcat(ipstr, inet_ntoa(_this->ppp_framed_ip_address),
usr.sbin/npppd/npppd/ppp.c
668
strlcat(ipstr, ":", sizeof(ipstr));
usr.sbin/npppd/npppd/ppp.c
669
strlcat(ipstr, inet_ntoa(_this->ppp_framed_ip_netmask),
usr.sbin/npppd/pppoe/pppoed.c
1088
strlcat(_tlv_string_value, buf,
usr.sbin/nsd/rrl.c
189
strlcat(buf, &prefix[0], sizeof(buf));
usr.sbin/nsd/rrl.c
203
strlcat(buf, &prefix[0], sizeof(buf));
usr.sbin/nsd/util.c
1060
strlcat(dirname_slash, "/", l+2);
usr.sbin/ospf6d/rde_spf.c
183
strlcat(hops, log_in6addr(&vn->nexthop), sizeof(hops));
usr.sbin/ospf6d/rde_spf.c
184
strlcat(hops, "%", sizeof(hops));
usr.sbin/ospf6d/rde_spf.c
187
strlcat(hops, iface->name, sizeof(hops));
usr.sbin/ospf6d/rde_spf.c
189
strlcat(hops, ", ", sizeof(hops));
usr.sbin/pppd/chat/chat.c
1323
strlcat (report_buffer, report_string[n], sizeof(report_buffer));
usr.sbin/pppd/options.c
1040
strlcat(fname, arg, l);
usr.sbin/pppd/options.c
1438
strlcat(hostname, ".", MAXNAMELEN);
usr.sbin/pppd/options.c
1439
strlcat(hostname, *argv, MAXNAMELEN);
usr.sbin/pppd/options.c
1524
strlcat(dev, cp, sizeof dev);
usr.sbin/procmap/procmap.c
799
strlcat(prot, "/read", sizeof(prot));
usr.sbin/procmap/procmap.c
801
strlcat(prot, "/write", sizeof(prot));
usr.sbin/procmap/procmap.c
803
strlcat(prot, "/exec", sizeof(prot));
usr.sbin/rad/parse.y
470
if ((len = strlcat(ra_dnssl_conf->search, ".",
usr.sbin/radiusctl/radiusctl.c
1054
strlcat(buf, " (", bufsiz);
usr.sbin/radiusctl/radiusctl.c
1058
strlcat(buf, fbuf, bufsiz);
usr.sbin/radiusctl/radiusctl.c
1061
strlcat(buf, " and ", bufsiz);
usr.sbin/radiusctl/radiusctl.c
1065
strlcat(buf, fbuf, bufsiz);
usr.sbin/radiusctl/radiusctl.c
1067
strlcat(buf, ")", bufsiz);
usr.sbin/radiusd/log.c
105
strlcat(fmtbuf, strerror(saved_errno),
usr.sbin/radiusd/log.c
93
strlcat(fmtbuf, syslog_prionames[i].l + 4,
usr.sbin/radiusd/log.c
95
strlcat(fmtbuf, ": ", sizeof(fmtbuf));
usr.sbin/radiusd/radiusd_file.c
148
strlcat(pathdb, ".db", sizeof(pathdb));
usr.sbin/relayd/pfe_filter.c
121
if (strlcat(io.pfrio_table.pfrt_anchor, rdr->conf.name,
usr.sbin/relayd/pfe_filter.c
167
if (strlcat(io.pfrio_table.pfrt_anchor, rdr->conf.name,
usr.sbin/relayd/pfe_filter.c
281
if (strlcat(io.pfrio_table.pfrt_anchor, rdr->conf.name,
usr.sbin/relayd/pfe_filter.c
350
if (strlcat(anchor, rdr->conf.name, sizeof(anchor)) >=
usr.sbin/relayd/pfe_filter.c
518
if (strlcat(anchor, rdr->conf.name, sizeof(anchor)) >=
usr.sbin/relayd/pfe_filter.c
632
if (strlcat(io.pfrio_table.pfrt_anchor, rdr->conf.name,
usr.sbin/relayd/pfe_filter.c
67
if (strlcat(tables[i].pfrt_anchor, rdr->conf.name,
usr.sbin/relayd/relayd.c
1484
if ((strlcat(tmp, p, len) >= len) ||
usr.sbin/relayd/relayd.c
1485
(strlcat(tmp, repl, len) >= len)) {
usr.sbin/relayd/relayd.c
1493
if (strlcat(tmp, p, len) >= len) {
usr.sbin/route6d/log.c
79
(void)strlcat(logqueue, tmpbuf, LOGQUEUE_SIZE);
usr.sbin/route6d/log.c
96
(void)strlcat(logbuf, tmpbuf, sizeof(logbuf));
usr.sbin/route6d/route6d.c
2291
strlcat(buf, (s), sizeof(buf)); \
usr.sbin/route6d/route6d.c
2324
strlcat(buf, ",", sizeof(buf)); \
usr.sbin/route6d/route6d.c
2325
strlcat(buf, (s), sizeof(buf)); \
usr.sbin/sasyncd/log.c
78
strlcat(logbuf, ": ", sizeof logbuf);
usr.sbin/sasyncd/log.c
79
strlcat(logbuf, strerror(errno), sizeof logbuf);
usr.sbin/smtpd/envelope.c
552
cpylen = strlcat(buf, "authenticated", len);
usr.sbin/smtpd/envelope.c
555
(void)strlcat(buf, " ", len);
usr.sbin/smtpd/envelope.c
556
cpylen = strlcat(buf, "bounce", len);
usr.sbin/smtpd/envelope.c
560
(void)strlcat(buf, " ", len);
usr.sbin/smtpd/envelope.c
561
cpylen = strlcat(buf, "internal", len);
usr.sbin/smtpd/envelope.c
597
cpylen = strlcat(dest, "FULL", len);
usr.sbin/smtpd/envelope.c
599
cpylen = strlcat(dest, "HDRS", len);
usr.sbin/smtpd/expand.c
289
(void)strlcat(buffer, ":", sizeof buffer);
usr.sbin/smtpd/expand.c
290
if (strlcat(buffer, value, sizeof buffer) >= sizeof buffer)
usr.sbin/smtpd/expand.c
294
if (strlcat(buffer, tmp, sizeof buffer) >= sizeof buffer)
usr.sbin/smtpd/expand.c
298
if (strlcat(buffer, tmp, sizeof buffer) >= sizeof buffer)
usr.sbin/smtpd/expand.c
303
if (strlcat(buffer, tmp, sizeof buffer) >= sizeof buffer)
usr.sbin/smtpd/expand.c
307
if (strlcat(buffer, "]", sizeof buffer) >= sizeof buffer)
usr.sbin/smtpd/expand.c
42
(void)strlcat(buf, ", ", sz);
usr.sbin/smtpd/expand.c
43
if (strlcat(buf, expandnode_to_text(xn), sz) >= sz)
usr.sbin/smtpd/ioev.c
597
(void)strlcat(buf, "rw", sizeof buf);
usr.sbin/smtpd/ioev.c
600
(void)strlcat(buf, "R", sizeof buf);
usr.sbin/smtpd/ioev.c
603
(void)strlcat(buf, "W", sizeof buf);
usr.sbin/smtpd/ioev.c
606
(void)strlcat(buf, "RW", sizeof buf);
usr.sbin/smtpd/ioev.c
611
(void)strlcat(buf, ",F_PI", sizeof buf);
usr.sbin/smtpd/ioev.c
613
(void)strlcat(buf, ",F_PO", sizeof buf);
usr.sbin/smtpd/ioev.c
629
(void)strlcat(buf, "<NONE>", sizeof(buf));
usr.sbin/smtpd/ioev.c
634
(void)strlcat(buf, "EV_TIMEOUT", sizeof(buf));
usr.sbin/smtpd/ioev.c
641
(void)strlcat(buf, "|", sizeof(buf));
usr.sbin/smtpd/ioev.c
642
(void)strlcat(buf, "EV_READ", sizeof(buf));
usr.sbin/smtpd/ioev.c
649
(void)strlcat(buf, "|", sizeof(buf));
usr.sbin/smtpd/ioev.c
650
(void)strlcat(buf, "EV_WRITE", sizeof(buf));
usr.sbin/smtpd/ioev.c
657
(void)strlcat(buf, "|", sizeof(buf));
usr.sbin/smtpd/ioev.c
658
(void)strlcat(buf, "EV_SIGNAL", sizeof(buf));
usr.sbin/smtpd/ioev.c
665
(void)strlcat(buf, "|", sizeof(buf));
usr.sbin/smtpd/ioev.c
666
(void)strlcat(buf, "EV_?=0x", sizeof(buf));
usr.sbin/smtpd/ioev.c
668
(void)strlcat(buf, buf2, sizeof(buf));
usr.sbin/smtpd/lka_filter.c
409
(void)strlcat(buffer, ", ", sizeof buffer);
usr.sbin/smtpd/lka_filter.c
410
(void)strlcat(buffer, filter->chain[i]->name, sizeof buffer);
usr.sbin/smtpd/mda.c
536
(void)strlcat(dst, "\"", dstsz);
usr.sbin/smtpd/mta.c
1497
(void)strlcat(buf, " MX", sizeof buf);
usr.sbin/smtpd/mta.c
1499
(void)strlcat(buf, " preference", sizeof buf);
usr.sbin/smtpd/mta.c
1501
(void)strlcat(buf, " secret", sizeof buf);
usr.sbin/smtpd/mta.c
1503
(void)strlcat(buf, " source", sizeof buf);
usr.sbin/smtpd/mta.c
1505
(void)strlcat(buf, " connector", sizeof buf);
usr.sbin/smtpd/mta.c
1924
(void)strlcat(buf, sep, sizeof buf);
usr.sbin/smtpd/mta.c
1926
(void)strlcat(buf, tmp, sizeof buf);
usr.sbin/smtpd/mta.c
1929
(void)strlcat(buf, sep, sizeof buf);
usr.sbin/smtpd/mta.c
1932
(void)strlcat(buf, "smtp", sizeof buf);
usr.sbin/smtpd/mta.c
1935
(void)strlcat(buf, "smtp+tls", sizeof buf);
usr.sbin/smtpd/mta.c
1938
(void)strlcat(buf, "smtps", sizeof buf);
usr.sbin/smtpd/mta.c
1942
(void)strlcat(buf, "lmtp", sizeof buf);
usr.sbin/smtpd/mta.c
1944
(void)strlcat(buf, "smtp+notls", sizeof buf);
usr.sbin/smtpd/mta.c
1947
(void)strlcat(buf, "???", sizeof buf);
usr.sbin/smtpd/mta.c
1951
(void)strlcat(buf, sep, sizeof buf);
usr.sbin/smtpd/mta.c
1952
(void)strlcat(buf, "auth=", sizeof buf);
usr.sbin/smtpd/mta.c
1953
(void)strlcat(buf, relay->authtable, sizeof buf);
usr.sbin/smtpd/mta.c
1954
(void)strlcat(buf, ":", sizeof buf);
usr.sbin/smtpd/mta.c
1955
(void)strlcat(buf, relay->authlabel, sizeof buf);
usr.sbin/smtpd/mta.c
1959
(void)strlcat(buf, sep, sizeof buf);
usr.sbin/smtpd/mta.c
1960
(void)strlcat(buf, "pki_name=", sizeof buf);
usr.sbin/smtpd/mta.c
1961
(void)strlcat(buf, relay->pki_name, sizeof buf);
usr.sbin/smtpd/mta.c
1965
(void)strlcat(buf, sep, sizeof buf);
usr.sbin/smtpd/mta.c
1966
(void)strlcat(buf, "mx", sizeof buf);
usr.sbin/smtpd/mta.c
1970
(void)strlcat(buf, sep, sizeof buf);
usr.sbin/smtpd/mta.c
1971
(void)strlcat(buf, "backup=", sizeof buf);
usr.sbin/smtpd/mta.c
1972
(void)strlcat(buf, relay->backupname, sizeof buf);
usr.sbin/smtpd/mta.c
1976
(void)strlcat(buf, sep, sizeof buf);
usr.sbin/smtpd/mta.c
1977
(void)strlcat(buf, "sourcetable=", sizeof buf);
usr.sbin/smtpd/mta.c
1978
(void)strlcat(buf, relay->sourcetable, sizeof buf);
usr.sbin/smtpd/mta.c
1982
(void)strlcat(buf, sep, sizeof buf);
usr.sbin/smtpd/mta.c
1983
(void)strlcat(buf, "helotable=", sizeof buf);
usr.sbin/smtpd/mta.c
1984
(void)strlcat(buf, relay->helotable, sizeof buf);
usr.sbin/smtpd/mta.c
1988
(void)strlcat(buf, sep, sizeof buf);
usr.sbin/smtpd/mta.c
1989
(void)strlcat(buf, "heloname=", sizeof buf);
usr.sbin/smtpd/mta.c
1990
(void)strlcat(buf, relay->heloname, sizeof buf);
usr.sbin/smtpd/mta.c
1993
(void)strlcat(buf, "]", sizeof buf);
usr.sbin/smtpd/mta.c
2011
(void)strlcat(flags, ",", sizeof(flags)); \
usr.sbin/smtpd/mta.c
2012
(void)strlcat(flags, (n), sizeof(flags)); \
usr.sbin/smtpd/mta.c
2053
(void)strlcat(flags, ",", sizeof(flags)); \
usr.sbin/smtpd/mta.c
2054
(void)strlcat(flags, (n), sizeof(flags)); \
usr.sbin/smtpd/mta_session.c
1289
(void)strlcat(s->replybuf, line, sizeof s->replybuf);
usr.sbin/smtpd/mta_session.c
1296
(void)strlcat(s->replybuf, p, sizeof s->replybuf);
usr.sbin/smtpd/mta_session.c
1305
(void)strlcat(s->replybuf, line, sizeof s->replybuf);
usr.sbin/smtpd/mta_session.c
1312
if (strlcat(s->replybuf, p, sizeof s->replybuf) >= sizeof s->replybuf)
usr.sbin/smtpd/mta_session.c
1645
(void)strlcat(buf, "SUCCESS,", sizeof(buf));
usr.sbin/smtpd/mta_session.c
1648
(void)strlcat(buf, "FAILURE,", sizeof(buf));
usr.sbin/smtpd/mta_session.c
1651
(void)strlcat(buf, "DELAY,", sizeof(buf));
usr.sbin/smtpd/mta_session.c
1654
(void)strlcat(buf, "NEVER,", sizeof(buf));
usr.sbin/smtpd/queue_fs.c
117
if (strlcat(msgpath, PATH_MESSAGE, sizeof(msgpath))
usr.sbin/smtpd/queue_fs.c
168
if (strlcat(path, PATH_MESSAGE, sizeof(path))
usr.sbin/smtpd/queue_fs.c
645
if (strlcat(path, paths[n], sizeof(path)) >= sizeof(path))
usr.sbin/smtpd/scheduler_ramqueue.c
1101
(void)strlcat(buf, "bounce", sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1103
(void)strlcat(buf, "mda", sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1105
(void)strlcat(buf, "mta", sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1109
(void)strlcat(buf, t, sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1116
(void)strlcat(buf, t, sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1122
(void)strlcat(buf, t, sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1128
(void)strlcat(buf, t, sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1134
(void)strlcat(buf, t, sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1141
(void)strlcat(buf, ",removed", sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1143
(void)strlcat(buf, ",expired", sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1145
(void)strlcat(buf, ",suspended", sizeof buf);
usr.sbin/smtpd/scheduler_ramqueue.c
1147
(void)strlcat(buf, "]", sizeof buf);
usr.sbin/smtpd/smtp_client.c
325
(void)strlcat(ibuf, proto->params.auth_user, sizeof(ibuf));
usr.sbin/smtpd/smtp_client.c
326
if (strlcat(ibuf, ":", sizeof(ibuf)) >= sizeof(ibuf)) {
usr.sbin/smtpd/smtp_client.c
332
n = strlcat(ibuf, proto->params.auth_pass, sizeof(ibuf));
usr.sbin/smtpd/smtp_client.c
796
len = strlcat(proto->reply, line, proto->replysz);
usr.sbin/smtpd/smtp_client.c
819
(void)strlcat(proto->reply, line, proto->replysz);
usr.sbin/smtpd/smtp_session.c
453
(void)strlcat(copy, buffer+insert_end, sizeof (copy));
usr.sbin/smtpd/smtp_session.c
744
(void)strlcat(tmp, "@", sizeof tmp);
usr.sbin/smtpd/smtp_session.c
745
(void)strlcat(tmp, s->tx->evp.rcpt.domain,
usr.sbin/smtpd/smtpctl.c
1230
(void)strlcat(buf, bitstr, len);
usr.sbin/smtpd/smtpctl.c
1231
(void)strlcat(buf, ",", len);
usr.sbin/smtpd/table.c
238
(void)strlcat(path, ":", sizeof(path));
usr.sbin/smtpd/table.c
239
if (strlcat(path, config, sizeof(path))
usr.sbin/smtpd/to.c
200
(void)strlcat(dst, buf, sizeof dst);
usr.sbin/smtpd/to.c
204
(void)strlcat(dst, buf, sizeof dst);
usr.sbin/smtpd/to.c
208
(void)strlcat(dst, buf, sizeof dst);
usr.sbin/smtpd/to.c
212
(void)strlcat(dst, buf, sizeof dst);
usr.sbin/smtpd/to.c
420
(void)strlcat(buf, " !", sizeof buf);
usr.sbin/smtpd/to.c
421
(void)strlcat(buf, " tag ", sizeof buf);
usr.sbin/smtpd/to.c
422
(void)strlcat(buf, r->table_tag, sizeof buf);
usr.sbin/smtpd/to.c
427
(void)strlcat(buf, " !", sizeof buf);
usr.sbin/smtpd/to.c
429
(void)strlcat(buf, " from socket", sizeof buf);
usr.sbin/smtpd/to.c
431
(void)strlcat(buf, " from rdns", sizeof buf);
usr.sbin/smtpd/to.c
433
(void)strlcat(buf, " ", sizeof buf);
usr.sbin/smtpd/to.c
434
(void)strlcat(buf, r->table_from, sizeof buf);
usr.sbin/smtpd/to.c
438
(void)strlcat(buf, " from any", sizeof buf);
usr.sbin/smtpd/to.c
440
(void)strlcat(buf, " from local", sizeof buf);
usr.sbin/smtpd/to.c
442
(void)strlcat(buf, " from src ", sizeof buf);
usr.sbin/smtpd/to.c
443
(void)strlcat(buf, r->table_from, sizeof buf);
usr.sbin/smtpd/to.c
449
(void)strlcat(buf, " !", sizeof buf);
usr.sbin/smtpd/to.c
451
(void)strlcat(buf, " for any", sizeof buf);
usr.sbin/smtpd/to.c
453
(void)strlcat(buf, " for local", sizeof buf);
usr.sbin/smtpd/to.c
455
(void)strlcat(buf, " for domain ", sizeof buf);
usr.sbin/smtpd/to.c
456
(void)strlcat(buf, r->table_for, sizeof buf);
usr.sbin/smtpd/to.c
462
(void)strlcat(buf, " !", sizeof buf);
usr.sbin/smtpd/to.c
463
(void)strlcat(buf, " helo ", sizeof buf);
usr.sbin/smtpd/to.c
464
(void)strlcat(buf, r->table_smtp_helo, sizeof buf);
usr.sbin/smtpd/to.c
469
(void)strlcat(buf, " !", sizeof buf);
usr.sbin/smtpd/to.c
470
(void)strlcat(buf, " auth", sizeof buf);
usr.sbin/smtpd/to.c
472
(void)strlcat(buf, " ", sizeof buf);
usr.sbin/smtpd/to.c
473
(void)strlcat(buf, r->table_smtp_auth, sizeof buf);
usr.sbin/smtpd/to.c
479
(void)strlcat(buf, " !", sizeof buf);
usr.sbin/smtpd/to.c
480
(void)strlcat(buf, " tls", sizeof buf);
usr.sbin/smtpd/to.c
485
(void)strlcat(buf, " !", sizeof buf);
usr.sbin/smtpd/to.c
486
(void)strlcat(buf, " mail-from ", sizeof buf);
usr.sbin/smtpd/to.c
487
(void)strlcat(buf, r->table_smtp_mail_from, sizeof buf);
usr.sbin/smtpd/to.c
492
(void)strlcat(buf, " !", sizeof buf);
usr.sbin/smtpd/to.c
493
(void)strlcat(buf, " rcpt-to ", sizeof buf);
usr.sbin/smtpd/to.c
494
(void)strlcat(buf, r->table_smtp_rcpt_to, sizeof buf);
usr.sbin/smtpd/to.c
496
(void)strlcat(buf, " action ", sizeof buf);
usr.sbin/smtpd/to.c
498
(void)strlcat(buf, "reject", sizeof buf);
usr.sbin/smtpd/to.c
500
(void)strlcat(buf, r->dispatcher, sizeof buf);
usr.sbin/smtpd/to.c
98
(void)strlcat(buffer, "@", sizeof buffer);
usr.sbin/smtpd/to.c
99
if (strlcat(buffer, maddr->domain, sizeof buffer) >= sizeof buffer)
usr.sbin/snmpd/application.c
1877
strlcat(buf, "{", sizeof(buf));
usr.sbin/snmpd/application.c
1878
strlcat(buf, mib_oid2string(&(vb->av_oid), oidbuf,
usr.sbin/snmpd/application.c
1882
strlcat(buf, "(incl)", sizeof(buf));
usr.sbin/snmpd/application.c
1884
strlcat(buf, "-", sizeof(buf));
usr.sbin/snmpd/application.c
1885
strlcat(buf, mib_oid2string(&(vb->av_oid_end),
usr.sbin/snmpd/application.c
1890
strlcat(buf, ":", sizeof(buf));
usr.sbin/snmpd/application.c
1893
strlcat(buf, str == NULL ? "???" : str, sizeof(buf));
usr.sbin/snmpd/application.c
1896
strlcat(buf, "null", sizeof(buf));
usr.sbin/snmpd/application.c
1897
strlcat(buf, "}", sizeof(buf));
usr.sbin/snmpd/application.c
497
strlcat(oidbuf, ".", sizeof(oidbuf));
usr.sbin/snmpd/application.c
500
strlcat(oidbuf, subidbuf, sizeof(oidbuf));
usr.sbin/snmpd/application.c
556
strlcat(regionbuf, ".", sizeof(regionbuf));
usr.sbin/snmpd/application.c
559
strlcat(regionbuf, subidbuf, sizeof(regionbuf));
usr.sbin/snmpd/application.c
589
strlcat(oidbuf, ".", sizeof(oidbuf));
usr.sbin/snmpd/application.c
592
strlcat(oidbuf, "[", sizeof(oidbuf));
usr.sbin/snmpd/application.c
593
strlcat(oidbuf, subidbuf, sizeof(oidbuf));
usr.sbin/snmpd/application.c
594
strlcat(oidbuf, "-", sizeof(oidbuf));
usr.sbin/snmpd/application.c
597
strlcat(oidbuf, subidbuf, sizeof(oidbuf));
usr.sbin/snmpd/application.c
598
strlcat(oidbuf, "]", sizeof(oidbuf));
usr.sbin/snmpd/application.c
600
strlcat(oidbuf, subidbuf, sizeof(oidbuf));
usr.sbin/snmpd/application.c
692
strlcat(oidbuf, ".", sizeof(oidbuf));
usr.sbin/snmpd/application.c
694
strlcat(oidbuf, "[", sizeof(oidbuf));
usr.sbin/snmpd/application.c
695
strlcat(oidbuf, subidbuf, sizeof(oidbuf));
usr.sbin/snmpd/application.c
696
strlcat(oidbuf, "-", sizeof(oidbuf));
usr.sbin/snmpd/application.c
699
strlcat(oidbuf, subidbuf, sizeof(oidbuf));
usr.sbin/snmpd/application.c
700
strlcat(oidbuf, "]", sizeof(oidbuf));
usr.sbin/snmpd/application.c
702
strlcat(oidbuf, subidbuf, sizeof(oidbuf));
usr.sbin/snmpd/mib.y
1776
strlcat(buf, ".", buflen);
usr.sbin/snmpd/mib.y
1778
strlcat(buf, digit, buflen);
usr.sbin/snmpd/smi.c
88
strlcat(buf, str, len);
usr.sbin/snmpd/smi.c
90
strlcat(buf, ".", len);
usr.sbin/syslogd/syslogd.c
3413
strlcat(reply_text, f->f_un.f_mb.f_mname,
usr.sbin/syslogd/syslogd.c
3416
strlcat(reply_text, "*", MAX_MEMBUF);
usr.sbin/syslogd/syslogd.c
3419
strlcat(reply_text, " ", MAX_MEMBUF);
usr.sbin/syslogd/syslogd.c
3422
strlcat(reply_text, "\n", MAX_MEMBUF);
usr.sbin/syslogd/syslogd.c
3495
strlcat(reply_text, "<ENOBUFS>\n", MAX_MEMBUF);
usr.sbin/tcpdump/pfctl_osfp.c
1002
strlcat(buf, "*", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1004
strlcat(buf, "S", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1006
strlcat(buf, "T", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1009
strlcat(buf, "%", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1011
strlcat(buf, tmp, sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1013
strlcat(buf, ":", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1016
strlcat(buf, tmp, sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1017
strlcat(buf, ":", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1020
strlcat(buf, "1", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1022
strlcat(buf, "0", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1023
strlcat(buf, ":", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1026
strlcat(buf, "*", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1029
strlcat(buf, "%", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1031
strlcat(buf, tmp, sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1033
strlcat(buf, ":", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1036
strlcat(buf, ".", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1042
strlcat(buf, "N", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1045
strlcat(buf, "S", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1048
strlcat(buf, "T", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1050
strlcat(buf, "0", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1053
strlcat(buf, "M", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1055
strlcat(buf, "*", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1058
strlcat(buf, "%", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1060
strlcat(buf, tmp, sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1064
strlcat(buf, "W", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1066
strlcat(buf, "*", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1069
strlcat(buf, "%", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1071
strlcat(buf, tmp, sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1077
strlcat(buf, ",", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1079
strlcat(buf, ":", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1081
strlcat(buf, fp->fp_os.fp_class_nm, sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1082
strlcat(buf, ":", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1083
strlcat(buf, fp->fp_os.fp_version_nm, sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1084
strlcat(buf, ":", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1085
strlcat(buf, fp->fp_os.fp_subtype_nm, sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1086
strlcat(buf, ":", sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
1090
strlcat(buf, tmp, sizeof(buf));
usr.sbin/tcpdump/pfctl_osfp.c
502
strlcat(buf, " ", len);
usr.sbin/tcpdump/pfctl_osfp.c
503
strlcat(buf, version_name, len);
usr.sbin/tcpdump/pfctl_osfp.c
506
strlcat(buf, " ", len);
usr.sbin/tcpdump/pfctl_osfp.c
509
strlcat(buf, ".", len);
usr.sbin/tcpdump/pfctl_osfp.c
511
strlcat(buf, " ", len);
usr.sbin/tcpdump/pfctl_osfp.c
512
strlcat(buf, subtype_name, len);
usr.sbin/tcpdump/print-icmp.c
292
(void)strlcat(buf, " lifetime ", sizeof(buf));
usr.sbin/tcpdump/print-icmp.c
303
strlcat(buf, buf2, sizeof(buf));
usr.sbin/tcpdump/print-icmp.c
307
strlcat(buf, buf2, sizeof(buf));
usr.sbin/tcpdump/print-icmp.c
312
strlcat(buf, buf2, sizeof(buf));
usr.sbin/tcpdump/print-icmp.c
321
strlcat(buf, buf2, sizeof(buf));
usr.sbin/tcpdump/print-ike.c
170
strlcat(cookie_jar, "->", sizeof(cookie_jar));
usr.sbin/tcpdump/tcpdump.c
598
strlcat(ln, buf, sizeof ln);
usr.sbin/tcpdump/tcpdump.c
605
strlcat(ln, buf, sizeof ln);
usr.sbin/tcpdump/tcpdump.c
608
strlcat(ln, " ", sizeof ln);
usr.sbin/tcpdump/tcpdump.c
614
strlcat(ln, buf, sizeof ln);
usr.sbin/tcpdump/util.c
253
strlcat(buf, " ", len);
usr.sbin/tcpdump/util.c
254
strlcat(buf, argv[n], len);
usr.sbin/unbound/util/config_file.c
2614
(void)strlcat(buf, "/", len);
usr.sbin/unbound/util/config_file.c
2619
(void)strlcat(buf, cfg->directory+strlen(cfg->chrootdir),
usr.sbin/unbound/util/config_file.c
2621
else (void)strlcat(buf, cfg->directory, len);
usr.sbin/unbound/util/config_file.c
2626
(void)strlcat(buf, "/", len);
usr.sbin/unbound/util/config_file.c
2627
(void)strlcat(buf, fname, len);
usr.sbin/unwindctl/unwindctl.c
308
strlcat(fwd_line, " ", sizeof(fwd_line));
usr.sbin/unwindctl/unwindctl.c
309
line_len = strlcat(fwd_line, cfi->ip, sizeof(fwd_line));
usr.sbin/user/user.c
1559
strlcat(shell_tmp, acctlock_str, sizeof(shell_len));
usr.sbin/user/user.c
1573
strlcat(pw_tmp, pwp->pw_passwd, sizeof(pw_len));
usr.sbin/user/user.c
231
strlcat(buf, " ", sizeof(buf));
usr.sbin/user/user.c
232
strlcat(buf, argv[argc], sizeof(buf));
usr.sbin/user/user.c
2335
cc = strlcat(buf, *cpp, sizeof(buf)) + 1;
usr.sbin/user/user.c
2344
cc = strlcat(buf, "\n", sizeof(buf));
usr.sbin/user/user.c
659
strlcat(buf, ",", sizeof(buf));
usr.sbin/user/user.c
660
cc = strlcat(buf, user, sizeof(buf)) + 1;
usr.sbin/vmctl/vmctl.c
736
(void)strlcat(user, group, sizeof(user));
usr.sbin/ypldap/ldapclient.c
430
if (strlcat(ir->ir_line, idm->idm_attrs[i],
usr.sbin/ypldap/ldapclient.c
450
if (strlcat(ir->ir_line,
usr.sbin/ypldap/ldapclient.c
455
if (strlcat(ir->ir_line, ",",
usr.sbin/ypldap/ldapclient.c
466
if (strlcat(ir->ir_line, ldap_attrs->str[0].ostr_val,
usr.sbin/ypldap/ldapclient.c
484
if (strlcat(ir->ir_line, ":",
usr.sbin/ypserv/ypserv/ypserv_db.c
390
len = strlcat(val, tmpbuf, sizeof(val));
usr.sbin/ypserv/ypserv/ypserv_db.c
428
strlcat(val, " ", sizeof(val));
usr.sbin/ypserv/ypserv/ypserv_db.c
429
len = strlcat(val, ptr, sizeof(val));
usr.sbin/zic/zic.c
1797
strlcat(result, "/", size);
usr.sbin/zic/zic.c
1922
strlcat(result, ",", size);
usr.sbin/zic/zic.c
1930
strlcat(result, ",", size);
usr.sbin/zic/zic.c
371
strlcat(str, tail, len);