Home
last modified time | relevance | path

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

12345678910

/trueos/sbin/pfctl/
HDpfctl_osfp.c518 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 …]
/trueos/contrib/amd/amd/
HDget_args.c93 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()
107 strlcat(vers, tmpbuf, len); in get_version_string()
110 strlcat(vers, tmpbuf, len); in get_version_string()
112 strlcat(vers, "Map support for: ", len); in get_version_string()
114 strlcat(vers, tmpbuf, len); in get_version_string()
115 strlcat(vers, ".\nAMFS: ", len); in get_version_string()
[all …]
/trueos/lib/libc/gen/
HDfmtmsg.c100 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()
/trueos/sys/ddb/
HDdb_ps.c175 strlcat(state, "W", sizeof(state)); in db_ps()
177 strlcat(state, "X", sizeof(state)); in db_ps()
179 strlcat(state, "E", sizeof(state)); in db_ps()
181 strlcat(state, "V", sizeof(state)); in db_ps()
183 strlcat(state, "L", sizeof(state)); in db_ps()
185 strlcat(state, "s", sizeof(state)); in db_ps()
188 strlcat(state, "+", sizeof(state)); in db_ps()
190 strlcat(state, "J", sizeof(state)); in db_ps()
242 strlcat(state, "L", sizeof(state)); in dumpthread()
245 strlcat(state, "S", sizeof(state)); in dumpthread()
[all …]
/trueos/tools/test/ptrace/
HDscescx.c54 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 …]
/trueos/usr.sbin/lpr/common_source/
HDmatchjobs.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()
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 …]
/trueos/crypto/heimdal/kadmin/
HDget.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()
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 …]
/trueos/usr.sbin/pkg_install/add/
HDmain.c233 if (strlcat(temppackageroot, *argv, sizeof(temppackageroot)) in main()
241 if (strlcat(remotepkg, getenv("PACKAGESUFFIX"), in main()
245 if (strlcat(remotepkg, ".tbz", in main()
337 if (strlcat(sitepath, "ftp://ftp.freebsd.org", sizeof(sitepath)) in getpackagesite()
342 if (strlcat(sitepath, "/pub/FreeBSD/ports/", sizeof(sitepath)) in getpackagesite()
349 if (strlcat(sitepath, arch, sizeof(sitepath)) >= sizeof(sitepath)) in getpackagesite()
355 if (strlcat(sitepath, releases[i].directory, sizeof(sitepath)) in getpackagesite()
362 if (strlcat(sitepath, "/Latest/", sizeof(sitepath)) >= sizeof(sitepath)) in getpackagesite()
/trueos/crypto/openssh/
HDmd5crypt.c145 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()
HDprogressmeter.c185 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()
/trueos/crypto/heimdal/lib/roken/
HDgetarg.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()
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 …]
/trueos/sys/netpfil/pf/
HDpf_ruleset.c241 strlcat(anchor->path, "/", sizeof(anchor->path)); in pf_find_or_create_ruleset()
243 strlcat(anchor->path, anchor->name, sizeof(anchor->path)); in pf_find_or_create_ruleset()
346 strlcat(path, "/", MAXPATHLEN); in pf_anchor_setup()
347 strlcat(path, name, MAXPATHLEN); in pf_anchor_setup()
373 strlcat(pr->anchor_call, r->anchor->path, in pf_anchor_copyout()
390 strlcat(pr->anchor_call, "../", in pf_anchor_copyout()
400 strlcat(pr->anchor_call, r->anchor->path + (a[0] ? in pf_anchor_copyout()
405 strlcat(pr->anchor_call, pr->anchor_call[0] ? "/*" : "*", in pf_anchor_copyout()
/trueos/sys/crypto/via/
HDpadlock.c96 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()
/trueos/sys/cddl/dev/dtrace/x86/
HDdis_tables.c68 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 …]
/trueos/cddl/compat/opensolaris/misc/
HDfsshare.c139 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()
/trueos/contrib/openpam/lib/libpam/
HDopenpam_strlcat.h37 #undef strlcat
38 #define strlcat(arg, ...) openpam_strlcat(arg, __VA_ARGS__) macro
/trueos/sys/dev/acpi_support/
HDacpi_hp.c933 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 …]
/trueos/gnu/usr.bin/gdb/kgdb/
HDkthr.c242 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()
/trueos/usr.sbin/nfsdumpstate/
HDnfsdumpstate.c272 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()
/trueos/contrib/netbsd-tests/lib/libc/sys/
HDt_chroot.c64 (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()
/trueos/contrib/netbsd-tests/
HDh_macros.h65 strlcat(buf, ": ", sizeof(buf)); in atf_tc_fail_errno()
66 strlcat(buf, strerror(sverrno), sizeof(buf)); in atf_tc_fail_errno()
/trueos/lib/libelf/
HDelf_errmsg.c78 strlcat(LIBELF_PRIVATE(msg), ": ", sizeof(LIBELF_PRIVATE(msg))); in elf_errmsg()
79 strlcat(LIBELF_PRIVATE(msg), strerror(oserr), in elf_errmsg()
/trueos/sys/cddl/dev/dtrace/
HDdtrace_sysctl.c62 (void) strlcat(p_name, " ", len); in sysctl_dtrace_providers()
64 (void) strlcat(p_name, prov->dtpv_name, len); in sysctl_dtrace_providers()
/trueos/usr.sbin/pkg_install/lib/
HDpkgwrap.c81 strlcat(buffer, "/", sizeof(buffer)); in main()
82 strlcat(buffer, cp, sizeof(buffer)); in main()
/trueos/usr.sbin/pkg_install/updating/
HDmain.c147 n = strlcat(tmp_file + n, pkgdbdir->d_name, in main()
156 (void)strlcat(tmp_file + n, "/", in main()
158 (void)strlcat(tmp_file + n, CONTENTS_FNAME, in main()

12345678910