/freebsd/sbin/pfctl/ |
H A D | pfctl_osfp.c | 508 strlcat(buf, " ", len); in pfctl_lookup_fingerprint() 509 strlcat(buf, version_name, len); in pfctl_lookup_fingerprint() 512 strlcat(buf, " ", len); in pfctl_lookup_fingerprint() 515 strlcat(buf, ".", len); in pfctl_lookup_fingerprint() 517 strlcat(buf, " ", len); in pfctl_lookup_fingerprint() 518 strlcat(buf, subtype_name, len); in pfctl_lookup_fingerprint() 1007 strlcat(buf, "*", sizeof(buf)); in print_ioctl() 1009 strlcat(buf, "S", sizeof(buf)); in print_ioctl() 1011 strlcat(buf, "T", sizeof(buf)); in print_ioctl() 1014 strlcat(buf, "%", sizeof(buf)); in print_ioctl() [all …]
|
H A D | pf_ruleset.c | 226 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 D | fmtmsg.c | 99 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 D | matchjobs.c | 109 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() 127 strlcat(jspec->fmtoutput, jspec->wantedhost, 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() [all …]
|
/freebsd/sys/ddb/ |
H A D | db_ps.c | 219 strlcat(state, "X", sizeof(state)); in db_ps_proc() 221 strlcat(state, "E", sizeof(state)); in db_ps_proc() 223 strlcat(state, "V", sizeof(state)); in db_ps_proc() 225 strlcat(state, "L", sizeof(state)); in db_ps_proc() 228 strlcat(state, "s", sizeof(state)); in db_ps_proc() 231 strlcat(state, "+", sizeof(state)); in db_ps_proc() 233 strlcat(state, "J", sizeof(state)); in db_ps_proc() 284 strlcat(state, "L", sizeof(state)); in dumpthread() 287 strlcat(state, "S", sizeof(state)); in dumpthread() 289 strlcat(stat in dumpthread() [all...] |
/freebsd/tools/test/ptrace/ |
H A D | scescx.c | 52 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() 116 strlcat(c, decode[i].desc, sizeof(c)); in decode_pl_flags() [all …]
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | rename_dir.c | 68 (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/crypto/heimdal/kadmin/ |
H A D | get.c | 135 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() 279 strlcat(buf, acl.val[i].subject, buf_len); in format_field() 281 strlcat(buf, " issuer:", buf_len); in format_field() 282 strlcat(buf, *acl.val[i].issuer, buf_len); in format_field() [all …]
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getarg.c | 61 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() 267 strlcat(buf, "[--", sizeof(buf)); in arg_printusage_i18n() 270 strlcat(buf, "no-", sizeof(buf)); in arg_printusage_i18n() 273 strlcat(buf, args[i].long_name, sizeof(buf)); in arg_printusage_i18n() [all …]
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ruleset.c | 253 strlcat(anchor->path, "/", sizeof(anchor->path)); in pf_create_kanchor() 255 strlcat(anchor->path, anchor->name, sizeof(anchor->path)); in pf_create_kanchor() 399 strlcat(path, "/", MAXPATHLEN); in pf_kanchor_setup() 400 strlcat(path, name, MAXPATHLEN); in pf_kanchor_setup() 427 strlcat(anchor_call, r->anchor->path, in pf_kanchor_copyout() 441 strlcat(anchor_call, "../", in pf_kanchor_copyout() 450 strlcat(anchor_call, r->anchor->path + (a[0] ? in pf_kanchor_copyout() 455 strlcat(anchor_call, anchor_call[0] ? "/*" : "*", in pf_kanchor_copyout() 488 strlcat(anchor_call, r->anchor->path, in pf_keth_anchor_nvcopyout() 502 strlcat(anchor_call, "../", in pf_keth_anchor_nvcopyout() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_arbiter.c | 301 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 D | info.c | 26 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/usr.bin/calendar/ |
H A D | parsedata.c | 828 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() 836 strlcat(s, "modifierindex ", SLEN); in showflags() 838 strlcat(s, "modifieroffset ", SLEN); in showflags() 840 strlcat(s, "specialday ", SLEN); in showflags() 842 strlcat(s, "allmonth ", SLEN); in showflags() 844 strlcat(s, "allday ", SLEN); in showflags() 846 strlcat(s, "variable ", SLEN); in showflags() [all …]
|
/freebsd/lib/libc/tests/gen/ |
H A D | realpath2_test.c | 74 (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.sbin/prometheus_sysctl_exporter/ |
H A D | prometheus_sysctl_exporter.c | 389 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 D | strfmon_test.c | 58 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/openzfs/module/zfs/ |
H A D | zcp.c | 1279 VERIFY3U(len, >, strlcat(errmsg, ": ", len)); in zcp_args_error() 1280 VERIFY3U(len, >, strlcat(errmsg, fname, len)); in zcp_args_error() 1281 VERIFY3U(len, >, strlcat(errmsg, "{", len)); in zcp_args_error() 1283 VERIFY3U(len, >, strlcat(errmsg, "<", len)); in zcp_args_error() 1284 VERIFY3U(len, >, strlcat(errmsg, pargs[i].za_name, len)); in zcp_args_error() 1285 VERIFY3U(len, >, strlcat(errmsg, "(", len)); in zcp_args_error() 1286 VERIFY3U(len, >, strlcat(errmsg, in zcp_args_error() 1288 VERIFY3U(len, >, strlcat(errmsg, ")>", len)); in zcp_args_error() 1290 VERIFY3U(len, >, strlcat(errmsg, ", ", len)); in zcp_args_error() 1294 VERIFY3U(len, >, strlcat(errmsg, kwargs[i].za_name, len)); in zcp_args_error() [all …]
|
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 68 extern size_t strlcat(char *, const char *, size_t); 3090 (void) strlcat(x->d86_mnem, vex_W != 0 ? "64" : "32", in dtrace_evex_mnem_adjust() 3100 (void) strlcat(x->d86_mnem, "32", OPLEN); in dtrace_evex_mnem_adjust() 3103 (void) strlcat(x->d86_mnem, "8", OPLEN); in dtrace_evex_mnem_adjust() 3106 (void) strlcat(x->d86_mnem, "64", OPLEN); in dtrace_evex_mnem_adjust() 3109 (void) strlcat(x->d86_mnem, "16", OPLEN); in dtrace_evex_mnem_adjust() 3115 (void) strlcat(x->d86_mnem, vex_W != 0 ? "q" : "d", in dtrace_evex_mnem_adjust() 3219 (void) strlcat(opnd, "{", OPLEN); in dtrace_evex_adjust_z_opmask() 3220 (void) strlcat(opnd, dis_KOPMASKREG[opmask_reg], OPLEN); in dtrace_evex_adjust_z_opmask() 3221 (void) strlcat(opnd, "}", OPLEN); in dtrace_evex_adjust_z_opmask() [all …]
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_strlcat.h | 35 #undef strlcat 36 #define strlcat(arg, ...) openpam_strlcat(arg, __VA_ARGS__) macro
|
/freebsd/crypto/krb5/src/kdc/ |
H A D | kdc_transit.c | 372 if (strlcat(trans, ",", bufsize) >= bufsize) { in add_to_transited() 377 if (strlcat(trans, current, bufsize) >= bufsize) { in add_to_transited() 391 if (strlcat(trans, ",", bufsize) >= bufsize) { in add_to_transited() 397 if (strlcat(trans, " ", bufsize) >= bufsize) { in add_to_transited() 402 if (strlcat(trans, realm, bufsize) >= bufsize) { in add_to_transited()
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | debug_ext.h | 68 strlcat(dumpSubStr, p_DumpToken, DUMP_MAX_STR); \ 71 strlcat(dumpSubStr, dumpIdxStr[dumpTmpLevel], DUMP_MAX_STR); \ 76 strlcat(dumpSubStr, ".", DUMP_MAX_STR); \
|
/freebsd/lib/libc/amd64/string/ |
H A D | strlcat.c | 11 #undef strlcat /* FORTIFY_SOURCE */ 17 strlcat(char *restrict dst, const char *restrict src, size_t dstsize) in strlcat() function
|
/freebsd/lib/libc/aarch64/string/ |
H A D | strlcat.c | 11 #undef strlcat /* _FORTIFY_SOURCE */ 17 strlcat(char *restrict dst, const char *restrict src, size_t dstsize) in strlcat() function
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_chroot.c | 61 (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/sys/contrib/openzfs/lib/libzfs/os/linux/ |
H A D | libzfs_mount_os.c | 237 strlcat(mtabopt, ",", MNT_LINE_MAX); in zfs_parse_mount_options() 239 strlcat(mtabopt, opt, MNT_LINE_MAX); in zfs_parse_mount_options() 261 strlcat(mntopts, tmp, MNT_LINE_MAX); in append_mntopt() 264 strlcat(mtabopt, tmp, MNT_LINE_MAX); in append_mntopt() 345 strlcat(myopts, opts, MNT_LINE_MAX); in do_mount()
|