| /NextBSD/sbin/pfctl/ |
| HD | pfctl_osfp.c | 518 strlcat(buf, " ", len); in pfctl_lookup_fingerprint() 519 strlcat(buf, version_name, 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() 528 strlcat(buf, subtype_name, len); in pfctl_lookup_fingerprint() 1017 strlcat(buf, "*", sizeof(buf)); in print_ioctl() 1019 strlcat(buf, "S", sizeof(buf)); in print_ioctl() 1021 strlcat(buf, "T", sizeof(buf)); in print_ioctl() 1024 strlcat(buf, "%", sizeof(buf)); in print_ioctl() [all …]
|
| /NextBSD/contrib/amd/amd/ |
| HD | get_args.c | 93 strlcat(vers, tmpbuf, len); in get_version_string() 95 strlcat(vers, tmpbuf, len); in get_version_string() 98 strlcat(vers, tmpbuf, len); in get_version_string() 101 strlcat(vers, tmpbuf, len); in get_version_string() 104 strlcat(vers, tmpbuf, len); in get_version_string() 106 strlcat(vers, "Map support for: ", len); in get_version_string() 108 strlcat(vers, tmpbuf, len); in get_version_string() 109 strlcat(vers, ".\nAMFS: ", len); in get_version_string() 111 strlcat(vers, tmpbuf, len); in get_version_string() 112 strlcat(vers, ", inherit.\nFS: ", len); /* hack: "show" that we support type:=inherit */ in get_version_string() [all …]
|
| /NextBSD/lib/libc/gen/ |
| HD | fmtmsg.c | 100 strlcat(output, ": ", size) 103 strlcat(output, "\n", size) 106 strlcat(output, " ", size) 138 strlcat(output, label, size); in printfmt() 141 strlcat(output, sevinfo(sev), size); in printfmt() 144 strlcat(output, text, size); in printfmt() 147 strlcat(output, "TO FIX: ", size); in printfmt() 148 strlcat(output, act, size); in printfmt() 151 strlcat(output, tag, size); in printfmt()
|
| /NextBSD/sys/ddb/ |
| HD | db_ps.c | 177 strlcat(state, "W", sizeof(state)); in db_ps() 179 strlcat(state, "X", sizeof(state)); in db_ps() 181 strlcat(state, "E", sizeof(state)); in db_ps() 183 strlcat(state, "V", sizeof(state)); in db_ps() 185 strlcat(state, "L", sizeof(state)); in db_ps() 187 strlcat(state, "s", sizeof(state)); in db_ps() 190 strlcat(state, "+", sizeof(state)); in db_ps() 192 strlcat(state, "J", sizeof(state)); in db_ps() 244 strlcat(state, "L", sizeof(state)); in dumpthread() 247 strlcat(state, "S", sizeof(state)); in dumpthread() [all …]
|
| /NextBSD/tools/test/ptrace/ |
| HD | scescx.c | 54 strlcat(c, "CONT", sizeof(c)); in decode_wait_status() 60 strlcat(c, ",", sizeof(c)); in decode_wait_status() 62 strlcat(c, b, sizeof(c)); in decode_wait_status() 68 strlcat(c, ",", sizeof(c)); in decode_wait_status() 70 strlcat(c, b, sizeof(c)); in decode_wait_status() 72 strlcat(c, ",CORE", sizeof(c)); in decode_wait_status() 78 strlcat(c, ",", sizeof(c)); in decode_wait_status() 80 strlcat(c, b, sizeof(c)); in decode_wait_status() 112 strlcat(c, ",", sizeof(c)); in decode_pl_flags() 113 strlcat(c, decode[i].desc, sizeof(c)); in decode_pl_flags() [all …]
|
| /NextBSD/usr.sbin/lpr/common_source/ |
| HD | 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 …]
|
| /NextBSD/crypto/heimdal/kadmin/ |
| HD | 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 …]
|
| /NextBSD/crypto/openssh/ |
| HD | md5crypt.c | 145 strlcat(passwd, to64(l, 4), sizeof(passwd)); in md5_crypt() 147 strlcat(passwd, to64(l, 4), sizeof(passwd)); in md5_crypt() 149 strlcat(passwd, to64(l, 4), sizeof(passwd)); in md5_crypt() 151 strlcat(passwd, to64(l, 4), sizeof(passwd)); in md5_crypt() 153 strlcat(passwd, to64(l, 4), sizeof(passwd)); in md5_crypt() 155 strlcat(passwd, to64(l, 2), sizeof(passwd)); in md5_crypt()
|
| HD | progressmeter.c | 185 strlcat(buf, " ", win_size); in refresh_progress_meter() 190 strlcat(buf, "/s ", win_size); in refresh_progress_meter() 199 strlcat(buf, "- stalled -", win_size); in refresh_progress_meter() 201 strlcat(buf, " --:-- ETA", win_size); in refresh_progress_meter() 221 strlcat(buf, " ETA", win_size); in refresh_progress_meter() 223 strlcat(buf, " ", win_size); in refresh_progress_meter()
|
| /NextBSD/crypto/heimdal/lib/roken/ |
| HD | 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 …]
|
| /NextBSD/contrib/mdocml/ |
| HD | manpath.c | 51 strlcat(cmd, " -C ", sizeof(cmd)); in manpath_parse() 52 strlcat(cmd, file, sizeof(cmd)); in manpath_parse() 55 strlcat(cmd, " -m ", sizeof(cmd)); in manpath_parse() 56 strlcat(cmd, auxp, sizeof(cmd)); in manpath_parse() 59 strlcat(cmd, " -M ", sizeof(cmd)); in manpath_parse() 60 strlcat(cmd, defp, sizeof(cmd)); in manpath_parse()
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | refclock_arbiter.c | 306 strlcat(up->latlon, " ", sizeof(up->latlon)); in arb_receive() 307 strlcat(up->latlon, tbuf + 2, sizeof(up->latlon)); in arb_receive() 312 strlcat(up->latlon, " ", sizeof(up->latlon)); in arb_receive() 313 strlcat(up->latlon, tbuf + 2, sizeof(up->latlon)); in arb_receive() 318 strlcat(up->latlon, " ", sizeof(up->latlon)); in arb_receive() 319 strlcat(up->latlon, tbuf + 2, sizeof(up->latlon)); in arb_receive() 347 strlcat(pp->a_lastcode, up->status, sizeof(pp->a_lastcode)); in arb_receive()
|
| /NextBSD/sys/netpfil/pf/ |
| HD | pf_ruleset.c | 242 strlcat(anchor->path, "/", sizeof(anchor->path)); in pf_find_or_create_ruleset() 244 strlcat(anchor->path, anchor->name, sizeof(anchor->path)); in pf_find_or_create_ruleset() 347 strlcat(path, "/", MAXPATHLEN); in pf_anchor_setup() 348 strlcat(path, name, MAXPATHLEN); in pf_anchor_setup() 374 strlcat(pr->anchor_call, r->anchor->path, in pf_anchor_copyout() 391 strlcat(pr->anchor_call, "../", in pf_anchor_copyout() 401 strlcat(pr->anchor_call, r->anchor->path + (a[0] ? in pf_anchor_copyout() 406 strlcat(pr->anchor_call, pr->anchor_call[0] ? "/*" : "*", in pf_anchor_copyout()
|
| /NextBSD/sys/cddl/dev/dtrace/x86/ |
| HD | dis_tables.c | 68 extern size_t strlcat(char *, const char *, size_t); 2231 (void) strlcat(x->d86_opnd[opindex].d86_prefix, in dtrace_check_override() 2275 (void) strlcat(opnd, dis_MMREG[r_m], OPLEN); in dtrace_get_operand() 2278 (void) strlcat(opnd, dis_XMMREG[r_m], OPLEN); in dtrace_get_operand() 2281 (void) strlcat(opnd, dis_YMMREG[r_m], OPLEN); in dtrace_get_operand() 2284 (void) strlcat(opnd, dis_SEGREG[r_m], OPLEN); in dtrace_get_operand() 2287 (void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN); in dtrace_get_operand() 2290 (void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN); in dtrace_get_operand() 2293 (void) strlcat(opnd, dis_TESTREG[r_m], OPLEN); in dtrace_get_operand() 2297 (void) strlcat(opnd, dis_REG8[r_m], OPLEN); in dtrace_get_operand() [all …]
|
| /NextBSD/sys/crypto/via/ |
| HD | padlock.c | 96 strlcat(capp, ",AES-EBC", sizeof(capp)); in padlock_probe() 97 strlcat(capp, ",AES-CFB", sizeof(capp)); in padlock_probe() 98 strlcat(capp, ",AES-OFB", sizeof(capp)); in padlock_probe() 101 strlcat(capp, ",SHA1", sizeof(capp)); in padlock_probe() 102 strlcat(capp, ",SHA256", sizeof(capp)); in padlock_probe() 106 strlcat(capp, ",AES-CTR", sizeof(capp)); in padlock_probe() 108 strlcat(capp, ",RSA", sizeof(capp)); in padlock_probe()
|
| /NextBSD/cddl/compat/opensolaris/misc/ |
| HD | fsshare.c | 139 strlcat(newopts, "-", sizeof(newopts)); in translate_opts() 143 strlcat(newopts, o, sizeof(newopts)); in translate_opts() 144 strlcat(newopts, " ", sizeof(newopts)); in translate_opts() 167 if (strlcat(tmpfile, ".XXXXXXXX", sizeof(tmpfile)) >= sizeof(tmpfile)) in fsshare_main()
|
| /NextBSD/contrib/openpam/lib/libpam/ |
| HD | openpam_strlcat.h | 37 #undef strlcat 38 #define strlcat(arg, ...) openpam_strlcat(arg, __VA_ARGS__) macro
|
| /NextBSD/sys/dev/acpi_support/ |
| HD | acpi_hp.c | 933 strlcat(outbuf, acpi_hp_get_string_from_object( in acpi_hp_get_cmi_block() 938 strlcat(outbuf, " ", outsize); in acpi_hp_get_cmi_block() 940 strlcat(outbuf, acpi_hp_get_string_from_object( in acpi_hp_get_cmi_block() 945 strlcat(outbuf, " ", outsize); in acpi_hp_get_cmi_block() 946 strlcat(outbuf, acpi_hp_get_string_from_object( in acpi_hp_get_cmi_block() 952 strlcat(outbuf, " ", outsize); in acpi_hp_get_cmi_block() 967 strlcat(outbuf, "/", outsize); in acpi_hp_get_cmi_block() 969 strlcat(outbuf, " (", outsize); in acpi_hp_get_cmi_block() 970 strlcat(outbuf, string_buffer, outsize); in acpi_hp_get_cmi_block() 976 strlcat(outbuf, ")", outsize); in acpi_hp_get_cmi_block() [all …]
|
| /NextBSD/gnu/usr.bin/gdb/kgdb/ |
| HD | kthr.c | 242 strlcat(buf, ": ", sizeof(buf)); in kgdb_thr_extra_thread_info() 243 strlcat(buf, comm, sizeof(buf)); in kgdb_thr_extra_thread_info() 248 strlcat(buf, "/", sizeof(buf)); in kgdb_thr_extra_thread_info() 249 strlcat(buf, td_name, sizeof(buf)); in kgdb_thr_extra_thread_info()
|
| /NextBSD/usr.sbin/nfsdumpstate/ |
| HD | nfsdumpstate.c | 272 strlcat(flag_string, "NC ", sizeof (flag_string)); in client_flags() 274 strlcat(flag_string, "CB ", sizeof (flag_string)); in client_flags() 276 strlcat(flag_string, "GSS ", sizeof (flag_string)); in client_flags() 278 strlcat(flag_string, "REV", sizeof (flag_string)); in client_flags()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_chroot.c | 64 (void)strlcat(buf, "/dir", sizeof(buf)); in ATF_TC_BODY() 102 (void)strlcat(buf, "/file", sizeof(buf)); in ATF_TC_BODY() 190 (void)strlcat(buf, "/dir", sizeof(buf)); in ATF_TC_BODY() 226 (void)strlcat(buf, "/file", sizeof(buf)); in ATF_TC_BODY()
|
| /NextBSD/lib/libedit/ |
| HD | sys.h | 82 #define strlcat libedit_strlcat macro 83 size_t strlcat(char *dst, const char *src, size_t size);
|
| /NextBSD/contrib/netbsd-tests/ |
| HD | h_macros.h | 65 strlcat(buf, ": ", sizeof(buf)); in atf_tc_fail_errno() 66 strlcat(buf, strerror(sverrno), sizeof(buf)); in atf_tc_fail_errno()
|
| /NextBSD/sys/cddl/dev/dtrace/ |
| HD | dtrace_sysctl.c | 61 (void) strlcat(p_name, " ", len); in sysctl_dtrace_providers() 63 (void) strlcat(p_name, prov->dtpv_name, len); in sysctl_dtrace_providers()
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | transited.c | 183 strlcat(r->realm, prev_realm, len); in expand_realms() 196 strlcat(tmp, r->realm, len); in expand_realms() 391 strlcat(s, ",", len + 1); in krb5_domain_x500_encode() 393 strlcat(s, " ", len + 1); in krb5_domain_x500_encode() 394 strlcat(s, realms[i], len + 1); in krb5_domain_x500_encode()
|