Searched refs:strlcat (Results 76 - 100 of 271) sorted by relevance

1234567891011

/freebsd-12-stable/bin/date/
H A Ddate.c262 strlcat(fmtbuf, it->format_string, sizeof(fmtbuf));
270 strlcat(buf, tzbuf, sizeof(buf));
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dkuserok.c271 strlcat(buf, KLOGIN, buflen);
282 strlcat(buf, ".d", buflen);
H A Dexpand_path.c116 if (strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0]))
258 strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0])) {
/freebsd-12-stable/lib/libifconfig/
H A Dlibifconfig_media.c385 strlcat(buf, ",", buflen);
387 len = strlcat(buf, desc->ifmt_string, buflen);
/freebsd-12-stable/libexec/tftpd/
H A Dtftp-utils.c248 strlcat(s, " ", space);
249 strlcat(s, debugs[i].name, space);
/freebsd-12-stable/crypto/openssh/
H A Dmatch.c324 strlcat(fix_prop, ",", len);
325 strlcat(fix_prop, cp, len);
/freebsd-12-stable/usr.bin/ctags/
H A Dctags.c180 (void)strlcat(lbuf, argv[step], LINE_MAX);
181 (void)strlcat(lbuf, "\t", LINE_MAX);
/freebsd-12-stable/usr.sbin/ypldap/
H A Dldapclient.c443 if (strlcat(ir->ir_line, idm->idm_attrs[i],
463 if (strlcat(ir->ir_line, ldap_attrs[k],
467 if (strlcat(ir->ir_line, ",",
478 if (strlcat(ir->ir_line, ldap_attrs[0],
494 if (strlcat(ir->ir_line, ":",
/freebsd-12-stable/contrib/ntp/util/
H A Dtg2.c221 #include "ntp_stdlib.h" /* for strlcat(), strlcpy() */
1630 strlcat(OutputDataString, "x", OUTPUT_DATA_STRING_LENGTH);
1648 strlcat(OutputDataString, "o", OUTPUT_DATA_STRING_LENGTH);
1671 strlcat(OutputDataString, "+", OUTPUT_DATA_STRING_LENGTH);
1689 strlcat(OutputDataString, "*", OUTPUT_DATA_STRING_LENGTH);
1707 strlcat(OutputDataString, "1", OUTPUT_DATA_STRING_LENGTH);
1721 strlcat(OutputDataString, "0", OUTPUT_DATA_STRING_LENGTH);
1740 strlcat(OutputDataString, "1", OUTPUT_DATA_STRING_LENGTH);
1754 strlcat(OutputDataString, "0", OUTPUT_DATA_STRING_LENGTH);
1771 strlcat(OutputDataStrin
[all...]
/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Dfile.c78 #include "ntp_stdlib.h" /* NTP change for strlcpy, strlcat */
190 strlcat(buf, templet, buflen);
447 strlcat(dirname, "/", length);
461 strlcat(path, filename, pathlen);
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_pci.c187 strlcat(buf, " handle=", buflen);
188 strlcat(buf, acpi_name(dinfo->ap_handle), buflen);
192 strlcat(buf, buf2, buflen);
/freebsd-12-stable/usr.sbin/unbound/
H A Dconfig.h158 /* Define to 1 if you have the declaration of `strlcat', and to 0 if you
561 /* Define to 1 if you have the `strlcat' function. */
1201 #define strlcat strlcat_unbound macro
1202 size_t strlcat(char *dst, const char *src, size_t siz);
1313 size_t strlcat(char *dst, const char *src, size_t siz);
/freebsd-12-stable/sys/kern/
H A Dvfs_subr.c3597 strlcat(buf, "|VV_ROOT", sizeof(buf));
3599 strlcat(buf, "|VV_ISTTY", sizeof(buf));
3601 strlcat(buf, "|VV_NOSYNC", sizeof(buf));
3603 strlcat(buf, "|VV_ETERNALDEV", sizeof(buf));
3605 strlcat(buf, "|VV_CACHEDLABEL", sizeof(buf));
3607 strlcat(buf, "|VV_COPYONWRITE", sizeof(buf));
3609 strlcat(buf, "|VV_SYSTEM", sizeof(buf));
3611 strlcat(buf, "|VV_PROCDEP", sizeof(buf));
3613 strlcat(buf, "|VV_NOKNOTE", sizeof(buf));
3615 strlcat(bu
[all...]
/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace.c154 (void)strlcat(buf, "/dir", sizeof(buf));
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l186 ((strlcat(inc_file, "/", sizeof(inc_file))
193 if (strlcat(inc_file, yytext, sizeof(inc_file))
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_socksys.c186 if (strlcat(hname, ".", sizeof(hname)) >= sizeof(hname))
/freebsd-12-stable/lib/libproc/
H A Dproc_sym.c220 if ((n = strlcat(path, "/", PATH_MAX)) >= PATH_MAX)
222 if (strlcat(path, debugfile, PATH_MAX) >= PATH_MAX)
336 if (strlcat(path, "/.debug", sizeof(path)) < sizeof(path) &&
341 if (strlcat(path, map->pr_mapname, sizeof(path)) < sizeof(path)) {
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h104 size_t strlcat(char *dst, const char *src, size_t siz);
H A DMakefile.in51 strlcat.o \
/freebsd-12-stable/usr.bin/apply/
H A Dapply.c151 strlcat(cmd, buf, cmdsize);
/freebsd-12-stable/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c166 strlcat(skim_entryname, ")", sizeof(skim_entryname));
/freebsd-12-stable/contrib/tcpdump/
H A DMakefile.in349 missing/strlcat.c \
392 strlcat.o: $(srcdir)/missing/strlcat.c
393 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/strlcat.c
/freebsd-12-stable/contrib/tnftp/src/
H A Dcomplete.c232 (void)strlcat(path, "/", sizeof(path));
233 (void)strlcat(path, words->sl_str[0], sizeof(path));
/freebsd-12-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c669 strlcat(config_buf, p, len);
670 strlcat(config_buf, ";", len);
799 strlcat(buffer, tmp, length);
801 strlcat(buffer, ";", length);
923 strlcat(sn_str, cidr_mask, sn_str_length);
925 strlcat((char *)ip_buffer->sub_net, ";", sn_str_length);
/freebsd-12-stable/sys/dev/iicbus/
H A Dacpi_iicbus.c725 ((buf[0] != '\0' && strlcat(buf, " ", buflen) >= buflen) ||
726 strlcat(buf, "handle=", buflen) >= buflen ||
727 strlcat(buf, acpi_name(devi->handle), buflen) >= buflen))

Completed in 350 milliseconds

1234567891011