Home
last modified time | relevance | path

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

12345678910>>...15

/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_osfp.c519 strlcat(buf, " ", len); in pfctl_lookup_fingerprint()
520 strlcat(buf, version_name, len); in pfctl_lookup_fingerprint()
523 strlcat(buf, " ", len); in pfctl_lookup_fingerprint()
526 strlcat(buf, ".", len); in pfctl_lookup_fingerprint()
528 strlcat(buf, " ", len); in pfctl_lookup_fingerprint()
529 strlcat(buf, subtype_name, len); in pfctl_lookup_fingerprint()
1018 strlcat(buf, "*", sizeof(buf)); in print_ioctl()
1020 strlcat(buf, "S", sizeof(buf)); in print_ioctl()
1022 strlcat(buf, "T", sizeof(buf)); in print_ioctl()
1025 strlcat(buf, "%", sizeof(buf)); in print_ioctl()
[all …]
/netbsd-src/games/hack/
H A Dhack.objnam.c142 strlcat(buf, " gem", sizeof(buf)); in typename()
236 strlcat(buf, un, bufmax); in xname()
239 strlcat(buf, an, bufmax); in xname()
243 strlcat(buf, " potion", bufmax); in xname()
256 strlcat(buf, an, bufmax); in xname()
259 strlcat(buf, un, bufmax); in xname()
262 strlcat(buf, dn, bufmax); in xname()
296 strlcat(buf, " stone", bufmax); in xname()
322 strlcat(buf, "es", bufmax); in xname()
326 strlcat(buf, "ies", bufmax); in xname()
[all …]
H A Dhack.options.c251 (void) strlcat(buf, "standout,", sizeof(buf)); in doset()
253 (void) strlcat(buf, "nonull,", sizeof(buf)); in doset()
255 (void) strlcat(buf, "nonews,", sizeof(buf)); in doset()
257 (void) strlcat(buf, "time,", sizeof(buf)); in doset()
259 (void) strlcat(buf, "notombstone,", sizeof(buf)); in doset()
261 (void) strlcat(buf, "!rest_on_space,", sizeof(buf)); in doset()
268 (void) strlcat(buf, "/own scores", sizeof(buf)); in doset()
/netbsd-src/sbin/ttyflags/
H A Dttyflags.c177 (void)strlcat(strflags, "local", sizeof(strflags)); in change_ttyflags()
183 (void)strlcat(strflags, "|", sizeof(strflags)); in change_ttyflags()
184 (void)strlcat(strflags, "rtscts", sizeof(strflags)); in change_ttyflags()
189 (void)strlcat(strflags, "|", sizeof(strflags)); in change_ttyflags()
190 (void)strlcat(strflags, "dtrcts", sizeof(strflags)); in change_ttyflags()
195 (void)strlcat(strflags, "|", sizeof(strflags)); in change_ttyflags()
196 (void)strlcat(strflags, "softcar", sizeof(strflags)); in change_ttyflags()
201 (void)strlcat(strflags, "|", sizeof(strflags)); in change_ttyflags()
202 (void)strlcat(strflags, "mdmbuf", sizeof(strflags)); in change_ttyflags()
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dht_test.c53 * Note: snprintf() is followed with strlcat() in test_ht_full()
58 strlcat((char *)key, " key of a raw hashtable!!", sizeof(key)); in test_ht_full()
67 strlcat((char *)key, " key of a raw hashtable!!", sizeof(key)); in test_ht_full()
76 strlcat((char *)key, " key of a raw hashtable!!", sizeof(key)); in test_ht_full()
88 strlcat((char *)key, " key of a raw hashtable!!", sizeof(key)); in test_ht_full()
101 strlcat((char *)key, " KEY of a raw hashtable!!", sizeof(key)); in test_ht_full()
111 strlcat((char *)key, " key of a raw hashtable!!", sizeof(key)); in test_ht_full()
122 strlcat((char *)key, " key of a raw hashtable!!", sizeof(key)); in test_ht_full()
136 strlcat((char *)key, " KEY of a raw hashtable!!", sizeof(key)); in test_ht_full()
145 strlcat((cha in test_ht_full()
[all...]
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dget.c144 strlcat(buf, "(", buf_len); in format_keytype()
155 strlcat(buf, s, buf_len); in format_keytype()
168 strlcat(buf, s, buf_len); in format_keytype()
173 strlcat(buf, ")", buf_len); in format_keytype()
175 strlcat(buf, s, buf_len); in format_keytype()
258 strlcat(buf, ", ", buf_len); in format_field()
259 strlcat(buf, buf2, buf_len); in format_field()
298 strlcat(buf, "subject: ", buf_len); in format_field()
299 strlcat(buf, acl.val[i].subject, buf_len); in format_field()
301 strlcat(buf, " issuer:", buf_len); in format_field()
[all …]
/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_misc.c215 (void) strlcat(fontname, "-Roman", sizeof(fontname)); in mapfont()
218 (void) strlcat(fontname, "-", sizeof(fontname)); in mapfont()
220 (void) strlcat(fontname, "Bold", sizeof(fontname)); in mapfont()
222 (void) strlcat(fontname, f == 't' ? "Italic" : "Oblique", in mapfont()
243 (void) strlcat(temp_file, "X", sizeof(temp_file)); /* intermediate file name */ in run_ps630()
248 (void) strlcat(commbuf, mapfont(opts[4], opts[5], opts[6]), in run_ps630()
250 (void) strlcat(commbuf, " -F ", sizeof(commbuf)); in run_ps630()
251 (void) strlcat(commbuf, mapfont(opts[7], opts[8], opts[9]), in run_ps630()
253 (void) strlcat(commbuf, " ", sizeof(commbuf)); in run_ps630()
254 (void) strlcat(commbuf, f, sizeof(commbuf)); in run_ps630()
/netbsd-src/external/bsd/cron/dist/
H A Dcron.c297 strlcat(result, tmp, sizeof(result)); in bitprint()
308 strlcat(result, ",min", sizeof(result)); in flagsprint()
310 strlcat(result, ",hr", sizeof(result)); in flagsprint()
312 strlcat(result, ",dom", sizeof(result)); in flagsprint()
314 strlcat(result, ",dow", sizeof(result)); in flagsprint()
316 strlcat(result, ",reboot", sizeof(result)); in flagsprint()
318 strlcat(result, ",nolog", sizeof(result)); in flagsprint()
328 strlcat(res, "[", len); in printone()
329 strlcat(res, b, len); in printone()
330 strlcat(res, "]," + (comma ? 0 : 1), len); in printone()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetarg.c63 strlcat(string, "= Ns", len); in print_arg()
64 strlcat(string, " Ar ", len); in print_arg()
67 strlcat (string, "=", len); in print_arg()
69 strlcat (string, " ", len); in print_arg()
85 strlcat(string, s, len); in print_arg()
255 strlcat(buf, s, sizeof(buf)); in arg_printusage_i18n()
259 strlcat(buf, "]", sizeof(buf)); in arg_printusage_i18n()
269 strlcat(buf, "[--", sizeof(buf)); in arg_printusage_i18n()
272 strlcat(buf, "no-", sizeof(buf)); in arg_printusage_i18n()
275 strlcat(buf, args[i].long_name, sizeof(buf)); in arg_printusage_i18n()
[all …]
/netbsd-src/sys/arch/x86/x86/
H A Dspectre.c89 strlcat(name, "[GCC retpoline]", sizeof(name)); in v2_set_name()
95 strlcat(name, "(none)", sizeof(name)); in v2_set_name()
98 strlcat(name, " + ", sizeof(name)); in v2_set_name()
101 strlcat(name, "[AMD DIS_IND]", sizeof(name)); in v2_set_name()
104 strlcat(name, "[Intel IBRS]", sizeof(name)); in v2_set_name()
107 strlcat(name, "[Intel Enhanced IBRS]", sizeof(name)); in v2_set_name()
378 strlcat(name, "(none)", sizeof(name)); in v4_set_name()
384 strlcat(name, "[Intel SSBD]", sizeof(name)); in v4_set_name()
387 strlcat(name, "[Intel SSB_NO]", sizeof(name)); in v4_set_name()
390 strlcat(name, "[AMD SSB_NO]", sizeof(name)); in v4_set_name()
[all …]
/netbsd-src/external/bsd/libfido2/dist/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()
/netbsd-src/lib/libc/locale/
H A Dgeneric_lc_all.c105 strlcat(&locale->query[0], "/", in _generic_LC_ALL_setlocale()
107 strlcat(&locale->query[0], s, in _generic_LC_ALL_setlocale()
111 strlcat(&locale->query[0], "/", sizeof(locale->query)); in _generic_LC_ALL_setlocale()
112 strlcat(&locale->query[0], t, sizeof(locale->query)); in _generic_LC_ALL_setlocale()
/netbsd-src/lib/libc/gen/
H A Dxsyslog.c241 strlcat(fmt_cat, msgid, FMT_LEN); in _vxsyslogp_r()
242 strlcat(fmt_cat, " ", FMT_LEN); in _vxsyslogp_r()
244 strlcat(fmt_cat, "- ", FMT_LEN); in _vxsyslogp_r()
247 strlcat(fmt_cat, sdfmt, FMT_LEN); in _vxsyslogp_r()
249 strlcat(fmt_cat, "-", FMT_LEN); in _vxsyslogp_r()
257 strlcat(fmt_cat, " ", FMT_LEN); in _vxsyslogp_r()
258 strlcat(fmt_cat, msgfmt, FMT_LEN); in _vxsyslogp_r()
/netbsd-src/sys/dist/pf/net/
H A Dpf_ruleset.c240 strlcat(anchor->path, "/", sizeof(anchor->path)); in pf_find_or_create_ruleset()
242 strlcat(anchor->path, anchor->name, sizeof(anchor->path)); in pf_find_or_create_ruleset()
344 strlcat(path, "/", MAXPATHLEN); in pf_anchor_setup()
345 strlcat(path, name, MAXPATHLEN); in pf_anchor_setup()
371 strlcat(pr->anchor_call, r->anchor->path, in pf_anchor_copyout()
387 strlcat(pr->anchor_call, "../", in pf_anchor_copyout()
397 strlcat(pr->anchor_call, r->anchor->path + (a[0] ? in pf_anchor_copyout()
402 strlcat(pr->anchor_call, pr->anchor_call[0] ? "/*" : "*", in pf_anchor_copyout()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A DMakefile.am52 ROKEN_SRCS = snprintf.c strcasecmp.c strncasecmp.c strlwr.c strlcpy.c strlcat.c
77 strlcat.c:
78 $(LN_S) $(srcdir)/../roken/strlcat.c .
85 strlcat.c \
/netbsd-src/usr.sbin/sysinst/
H A Dupgrade.c147 strlcat(newx, "/bin/X", sizeof(newx)); in save_X()
149 strlcat(oldx, ".old", sizeof(oldx)); in save_X()
183 strlcat(newx, "/bin/X", sizeof(newx)); in merge_X()
185 strlcat(oldx, ".old", sizeof(oldx)); in merge_X()
/netbsd-src/sbin/veriexecctl/
H A Dveriexecctl.c98 strlcat(buf, ", ", len); in flags2str()
101 strlcat(buf, "direct", len); in flags2str()
106 strlcat(buf, "indirect", len); in flags2str()
111 strlcat(buf, "file", len); in flags2str()
116 strlcat(buf, "untrusted", len); in flags2str()
/netbsd-src/games/atc/
H A Dmain.c252 (void)strlcat(games, GAMES, 256); in default_game()
266 (void)strlcat(file, line, 256); in default_game()
279 (void)strlcat(games, GAMES, 256); in okay_game()
289 (void)strlcat(file, line, 256); in okay_game()
313 (void)strlcat(games, GAMES, 256); in list_games()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dldapauth.c243 strlcat(buffer, FILTER_GROUP_PREFIX, buffer_size); in ldap_parse_groups()
244 strlcat(buffer, FILTER_OR_PREFIX, buffer_size); in ldap_parse_groups()
247 strlcat(buffer, FILTER_CN_PREFIX, buffer_size); in ldap_parse_groups()
248 strlcat(buffer, garray[i], buffer_size); in ldap_parse_groups()
249 strlcat(buffer, FILTER_CN_SUFFIX, buffer_size); in ldap_parse_groups()
252 strlcat(buffer, FILTER_OR_SUFFIX, buffer_size); in ldap_parse_groups()
253 strlcat(buffer, FILTER_UID_FORMAT, buffer_size); in ldap_parse_groups()
254 strlcat(buffer, FILTER_GROUP_SUFFIX, buffer_size); in ldap_parse_groups()
/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dfsshare.c137 strlcat(newopts, "-", sizeof(newopts)); in translate_opts()
141 strlcat(newopts, o, sizeof(newopts)); in translate_opts()
142 strlcat(newopts, " ", sizeof(newopts)); in translate_opts()
165 if (strlcat(tmpfile, ".XXXXXXXX", sizeof(tmpfile)) >= sizeof(tmpfile)) in fsshare_main()
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c68 extern size_t strlcat(char *, const char *, size_t);
2592 (void) strlcat(x->d86_opnd[opindex].d86_prefix, in dtrace_check_override()
2636 (void) strlcat(opnd, dis_MMREG[r_m], OPLEN); in dtrace_get_operand()
2639 (void) strlcat(opnd, dis_XMMREG[r_m], OPLEN); in dtrace_get_operand()
2642 (void) strlcat(opnd, dis_YMMREG[r_m], OPLEN); in dtrace_get_operand()
2645 (void) strlcat(opnd, dis_SEGREG[r_m], OPLEN); in dtrace_get_operand()
2648 (void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN); in dtrace_get_operand()
2651 (void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN); in dtrace_get_operand()
2654 (void) strlcat(opnd, dis_TESTREG[r_m], OPLEN); in dtrace_get_operand()
2658 (void) strlcat(opnd, dis_REG8[r_m], OPLEN); in dtrace_get_operand()
[all …]
/netbsd-src/lib/libintl/
H A Dgettext.c277 strlcat(result, tmp, sizeof(result)); in split_locale()
278 strlcat(result, ":", sizeof(result)); in split_locale()
281 strlcat(result, tmp, sizeof(result)); in split_locale()
282 strlcat(result, ":", sizeof(result)); in split_locale()
285 strlcat(result, tmp, sizeof(result)); in split_locale()
286 strlcat(result, ":", sizeof(result)); in split_locale()
291 strlcat(result, tmp, sizeof(result)); in split_locale()
292 strlcat(result, ":", sizeof(result)); in split_locale()
295 strlcat(result, tmp, sizeof(result)); in split_locale()
296 strlcat(resul in split_locale()
[all...]
/netbsd-src/tests/lib/libc/locale/
H A Dt_strfmon.c118 strlcat(expected, ts, sizeof(expected)); in ATF_TC_BODY()
119 strlcat(expected, "234", sizeof(expected)); in ATF_TC_BODY()
203 strlcat(actual, buf, sizeof(actual)); in ATF_TC_BODY()
248 strlcat(actual, buf, sizeof(actual)); in ATF_TC_BODY()
/netbsd-src/common/lib/libc/arch/arm/string/
H A Dstrlcat.S6 WEAK_ALIAS(strlcat, _strlcat)
7 #define strlcat _strlcat macro
/netbsd-src/sys/dev/mvme/
H A Dmvmebus.c800 strlcat(mstring, dsiz[ds & 0x7], sizeof(mstring)); in mvmebus_mod_string()
804 strlcat(mstring, "D", sizeof(mstring)); in mvmebus_mod_string()
806 strlcat(mstring, "P", sizeof(mstring)); in mvmebus_mod_string()
808 strlcat(mstring, "U", sizeof(mstring)); in mvmebus_mod_string()
810 strlcat(mstring, "S", sizeof(mstring)); in mvmebus_mod_string()
812 strlcat(mstring, "B", sizeof(mstring)); in mvmebus_mod_string()
814 strlcat(mstring, "6", sizeof(mstring)); in mvmebus_mod_string()
815 strlcat(mstring, ")", sizeof(mstring)); in mvmebus_mod_string()
817 strlcat(mstring, ((am & VME_AM_PRIVMASK) == VME_AM_USER) ? in mvmebus_mod_string()
819 strlcat(mstring, mode[am & VME_AM_MODEMASK], sizeof(mstring)); in mvmebus_mod_string()

12345678910>>...15