Home
last modified time | relevance | path

Searched refs:strlcat (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c518 strlcat(buf, " ", len); in pfctl_lookup_fingerprint()
522 strlcat(buf, " ", len); in pfctl_lookup_fingerprint()
525 strlcat(buf, ".", len); in pfctl_lookup_fingerprint()
527 strlcat(buf, " ", len); in pfctl_lookup_fingerprint()
1028 strlcat(buf, ":", sizeof(buf)); in print_ioctl()
1031 strlcat(buf, tmp, sizeof(buf)); in print_ioctl()
1032 strlcat(buf, ":", sizeof(buf)); in print_ioctl()
1038 strlcat(buf, ":", sizeof(buf)); in print_ioctl()
1048 strlcat(buf, ":", sizeof(buf)); in print_ioctl()
1094 strlcat(buf, ":", sizeof(buf)); in print_ioctl()
[all …]
H A Dpf_ruleset.c226 strlcat(anchor->path, "/", sizeof(anchor->path)); in pf_find_or_create_ruleset()
228 strlcat(anchor->path, anchor->name, sizeof(anchor->path)); in pf_find_or_create_ruleset()
417 strlcat(anchor->path, "/", sizeof(anchor->path)); in pf_find_or_create_eth_ruleset()
419 strlcat(anchor->path, anchor->name, sizeof(anchor->path)); in pf_find_or_create_eth_ruleset()
472 strlcat(path, "/", MAXPATHLEN); in pfctl_anchor_setup()
473 strlcat(path, name, MAXPATHLEN); in pfctl_anchor_setup()
524 strlcat(path, "/", MAXPATHLEN); in pfctl_eth_anchor_setup()
525 strlcat(path, name, MAXPATHLEN); in pfctl_eth_anchor_setup()
/freebsd/lib/libc/gen/
H A Dfmtmsg.c99 strlcat(output, ": ", size)
102 strlcat(output, "\n", size)
105 strlcat(output, " ", size)
137 strlcat(output, label, size); in printfmt()
140 strlcat(output, sevinfo(sev), size); in printfmt()
143 strlcat(output, text, size); in printfmt()
146 strlcat(output, "TO FIX: ", size); in printfmt()
147 strlcat(output, act, size); in printfmt()
150 strlcat(output, tag, size); in printfmt()
/freebsd/usr.sbin/lpr/common_source/
H A Dmatchjobs.c109 strlcat(buildstr, jspec->wanteduser, strsize); in format_jobspec()
112 strlcat(buildstr, ":", strsize); in format_jobspec()
113 strlcat(buildstr, rangestr, strsize); in format_jobspec()
116 strlcat(buildstr, "@", strsize); in format_jobspec()
133 strlcat(buildstr, rangestr, strsize); in format_jobspec()
136 strlcat(buildstr, " ", strsize); in format_jobspec()
137 strlcat(buildstr, fromuser, strsize); in format_jobspec()
138 strlcat(buildstr, jspec->wanteduser, strsize); in format_jobspec()
143 strlcat(buildstr, " ", strsize); in format_jobspec()
144 strlcat(buildstr, fromhost, strsize); in format_jobspec()
[all …]
/freebsd/tests/sys/cddl/zfs/bin/
H A Drename_dir.c68 (void) strlcat(buf, "c_count: %d,", 256); in main()
69 (void) strlcat(buf, msg, 256); in main()
82 (void) strlcat(buf, "p_count: %d,", 256); in main()
83 (void) strlcat(buf, msg, 256); in main()
/freebsd/sys/ddb/
H A Ddb_ps.c219 strlcat(state, "W", sizeof(state)); in db_ps_proc()
221 strlcat(state, "X", sizeof(state)); in db_ps_proc()
223 strlcat(state, "E", sizeof(state)); in db_ps_proc()
225 strlcat(state, "V", sizeof(state)); in db_ps_proc()
227 strlcat(state, "L", sizeof(state)); in db_ps_proc()
230 strlcat(state, "s", sizeof(state)); in db_ps_proc()
233 strlcat(state, "+", sizeof(state)); in db_ps_proc()
235 strlcat(state, "J", sizeof(state)); in db_ps_proc()
286 strlcat(state, "L", sizeof(state)); in dumpthread()
294 strlcat(state, "W", sizeof(state)); in dumpthread()
[all …]
/freebsd/tools/test/ptrace/
H A Dscescx.c52 strlcat(c, "CONT", sizeof(c)); in decode_wait_status()
58 strlcat(c, ",", sizeof(c)); in decode_wait_status()
60 strlcat(c, b, sizeof(c)); in decode_wait_status()
66 strlcat(c, ",", sizeof(c)); in decode_wait_status()
68 strlcat(c, b, sizeof(c)); in decode_wait_status()
70 strlcat(c, ",CORE", sizeof(c)); in decode_wait_status()
76 strlcat(c, ",", sizeof(c)); in decode_wait_status()
78 strlcat(c, b, sizeof(c)); in decode_wait_status()
115 strlcat(c, ",", sizeof(c)); in decode_pl_flags()
125 strlcat(c, ",", sizeof(c)); in decode_pl_flags()
[all …]
/freebsd/crypto/heimdal/kadmin/
H A Dget.c135 strlcat(buf, "(", buf_len); in format_keytype()
143 strlcat(buf, s, buf_len); in format_keytype()
153 strlcat(buf, s, buf_len); in format_keytype()
156 strlcat(buf, ")", buf_len); in format_keytype()
238 strlcat(buf, ", ", buf_len); in format_field()
239 strlcat(buf, buf2, buf_len); in format_field()
278 strlcat(buf, "subject: ", buf_len); in format_field()
281 strlcat(buf, " issuer:", buf_len); in format_field()
289 strlcat(buf, ", ", buf_len); in format_field()
315 strlcat(buf, " ", buf_len); in format_field()
[all …]
/freebsd/sys/crypto/via/
H A Dpadlock.c92 strlcat(capp, ",AES-EBC", sizeof(capp)); in padlock_probe()
93 strlcat(capp, ",AES-CFB", sizeof(capp)); in padlock_probe()
94 strlcat(capp, ",AES-OFB", sizeof(capp)); in padlock_probe()
97 strlcat(capp, ",SHA1", sizeof(capp)); in padlock_probe()
98 strlcat(capp, ",SHA256", sizeof(capp)); in padlock_probe()
102 strlcat(capp, ",AES-CTR", sizeof(capp)); in padlock_probe()
104 strlcat(capp, ",RSA", sizeof(capp)); in padlock_probe()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetarg.c61 strlcat(string, "= Ns", len); in print_arg()
62 strlcat(string, " Ar ", len); in print_arg()
65 strlcat (string, "=", len); in print_arg()
67 strlcat (string, " ", len); in print_arg()
83 strlcat(string, s, len); in print_arg()
253 strlcat(buf, s, sizeof(buf)); in arg_printusage_i18n()
257 strlcat(buf, "]", sizeof(buf)); in arg_printusage_i18n()
270 strlcat(buf, "no-", sizeof(buf)); in arg_printusage_i18n()
277 strlcat(buf, "]", sizeof(buf)); in arg_printusage_i18n()
279 strlcat(buf, "...", sizeof(buf)); in arg_printusage_i18n()
[all …]
/freebsd/sys/netpfil/pf/
H A Dpf_ruleset.c351 strlcat(path, "/", MAXPATHLEN); in pf_kanchor_setup()
352 strlcat(path, name, MAXPATHLEN); in pf_kanchor_setup()
379 strlcat(anchor_call, r->anchor->path, in pf_kanchor_copyout()
393 strlcat(anchor_call, "../", in pf_kanchor_copyout()
402 strlcat(anchor_call, r->anchor->path + (a[0] ? in pf_kanchor_copyout()
407 strlcat(anchor_call, anchor_call[0] ? "/*" : "*", in pf_kanchor_copyout()
440 strlcat(anchor_call, r->anchor->path, in pf_keth_anchor_nvcopyout()
454 strlcat(anchor_call, "../", in pf_keth_anchor_nvcopyout()
463 strlcat(anchor_call, r->anchor->path + (a[0] ? in pf_keth_anchor_nvcopyout()
658 strlcat(path, "/", MAXPATHLEN); in pf_keth_anchor_setup()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_arbiter.c301 strlcat(up->latlon, " ", sizeof(up->latlon)); in arb_receive()
302 strlcat(up->latlon, tbuf + 2, sizeof(up->latlon)); in arb_receive()
307 strlcat(up->latlon, " ", sizeof(up->latlon)); in arb_receive()
308 strlcat(up->latlon, tbuf + 2, sizeof(up->latlon)); in arb_receive()
313 strlcat(up->latlon, " ", sizeof(up->latlon)); in arb_receive()
314 strlcat(up->latlon, tbuf + 2, sizeof(up->latlon)); in arb_receive()
343 strlcat(pp->a_lastcode, up->status, sizeof(pp->a_lastcode)); in arb_receive()
/freebsd/contrib/libfido2/examples/
H A Dinfo.c26 if (strlcat(ret, "wink,", retlen) >= retlen) in format_flags()
29 if (strlcat(ret, "nowink,", retlen) >= retlen) in format_flags()
34 if (strlcat(ret, " cbor,", retlen) >= retlen) in format_flags()
37 if (strlcat(ret, " nocbor,", retlen) >= retlen) in format_flags()
42 if (strlcat(ret, " nomsg", retlen) >= retlen) in format_flags()
45 if (strlcat(ret, " msg", retlen) >= retlen) in format_flags()
/freebsd/lib/libc/tests/gen/
H A Drealpath2_test.c74 (void)strlcat(slnk, "empty_symlink", sizeof(slnk)); in ATF_TC_BODY()
83 (void)strlcat(path, "empty_symlink", sizeof(path)); in ATF_TC_BODY()
84 (void)strlcat(path, "/aaa", sizeof(path)); in ATF_TC_BODY()
/freebsd/usr.bin/calendar/
H A Dparsedata.c828 strlcat(s, "year ", SLEN); in showflags()
830 strlcat(s, "month ", SLEN); in showflags()
832 strlcat(s, "dayofweek ", SLEN); in showflags()
834 strlcat(s, "dayofmonth ", SLEN); in showflags()
842 strlcat(s, "allmonth ", SLEN); in showflags()
844 strlcat(s, "allday ", SLEN); in showflags()
846 strlcat(s, "variable ", SLEN); in showflags()
850 strlcat(s, "paskha ", SLEN); in showflags()
852 strlcat(s, "easter ", SLEN); in showflags()
854 strlcat(s, "fullmoon ", SLEN); in showflags()
[all …]
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_strlcat.h35 #undef strlcat
36 #define strlcat(arg, ...) openpam_strlcat(arg, __VA_ARGS__) macro
/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c389 strlcat(metric, "_", mlen); in oid_get_metric()
394 strlcat(metric, buf, mlen); in oid_get_metric()
402 strlcat(metric, "_celsius", mlen); in oid_get_metric()
404 strlcat(metric, "_seconds", mlen); in oid_get_metric()
417 strlcat(metric, buf, mlen); in oid_get_metric()
421 strlcat(metric, "\\", mlen); in oid_get_metric()
423 strlcat(metric, buf, mlen); in oid_get_metric()
425 strlcat(metric, "\"", mlen); in oid_get_metric()
432 strlcat(metric, "}", mlen); in oid_get_metric()
/freebsd/lib/libc/tests/stdlib/
H A Dstrfmon_test.c58 strlcat(expected, ts, sizeof(expected)); in ATF_TC_BODY()
59 strlcat(expected, "234", sizeof(expected)); in ATF_TC_BODY()
136 strlcat(actual, buf, sizeof(actual)); in ATF_TC_BODY()
179 strlcat(actual, buf, sizeof(actual)); in ATF_TC_BODY()
/freebsd/sys/contrib/ncsw/inc/
H A Ddebug_ext.h68 strlcat(dumpSubStr, p_DumpToken, DUMP_MAX_STR); \
71 strlcat(dumpSubStr, dumpIdxStr[dumpTmpLevel], DUMP_MAX_STR); \
76 strlcat(dumpSubStr, ".", DUMP_MAX_STR); \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1274 VERIFY3U(len, >, strlcat(errmsg, ": ", len)); in zcp_args_error()
1275 VERIFY3U(len, >, strlcat(errmsg, fname, len)); in zcp_args_error()
1276 VERIFY3U(len, >, strlcat(errmsg, "{", len)); in zcp_args_error()
1278 VERIFY3U(len, >, strlcat(errmsg, "<", len)); in zcp_args_error()
1280 VERIFY3U(len, >, strlcat(errmsg, "(", len)); in zcp_args_error()
1281 VERIFY3U(len, >, strlcat(errmsg, in zcp_args_error()
1283 VERIFY3U(len, >, strlcat(errmsg, ")>", len)); in zcp_args_error()
1290 VERIFY3U(len, >, strlcat(errmsg, "=(", len)); in zcp_args_error()
1291 VERIFY3U(len, >, strlcat(errmsg, in zcp_args_error()
1293 VERIFY3U(len, >, strlcat(errmsg, ")", len)); in zcp_args_error()
[all …]
/freebsd/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c92 strlcat(newopts, "-", sizeof (newopts)); in translate_opts()
96 strlcat(newopts, o, sizeof (newopts)); in translate_opts()
97 strlcat(newopts, " ", sizeof (newopts)); in translate_opts()
/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c3219 (void) strlcat(opnd, "{", OPLEN); in dtrace_evex_adjust_z_opmask()
3221 (void) strlcat(opnd, "}", OPLEN); in dtrace_evex_adjust_z_opmask()
3539 (void) strlcat(opnd, "(", OPLEN); in dtrace_get_operand()
4570 (void) strlcat(x->d86_mnem, in dtrace_disx86()
4574 (void) strlcat(x->d86_mnem, in dtrace_disx86()
4580 (void) strlcat(x->d86_mnem, in dtrace_disx86()
4586 (void) strlcat(x->d86_mnem, in dtrace_disx86()
4594 (void) strlcat(x->d86_mnem, in dtrace_disx86()
4600 (void) strlcat(x->d86_mnem, in dtrace_disx86()
5401 (void) strlcat(x->d86_mnem, in dtrace_disx86()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_chroot.c61 (void)strlcat(buf, "/dir", sizeof(buf)); in ATF_TC_BODY()
99 (void)strlcat(buf, "/file", sizeof(buf)); in ATF_TC_BODY()
187 (void)strlcat(buf, "/dir", sizeof(buf)); in ATF_TC_BODY()
223 (void)strlcat(buf, "/file", sizeof(buf)); in ATF_TC_BODY()
/freebsd/contrib/blocklist/port/
H A Dstrlcat.c39 __weak_alias(strlcat, _strlcat) in __weak_alias() argument
56 strlcat(char *dst, const char *src, size_t siz) in __weak_alias()
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c236 strlcat(mtabopt, ",", MNT_LINE_MAX); in zfs_parse_mount_options()
238 strlcat(mtabopt, opt, MNT_LINE_MAX); in zfs_parse_mount_options()
260 strlcat(mntopts, tmp, MNT_LINE_MAX); in append_mntopt()
263 strlcat(mtabopt, tmp, MNT_LINE_MAX); in append_mntopt()
344 strlcat(myopts, opts, MNT_LINE_MAX); in do_mount()

12345678910>>...14