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

123456789

/freebsd-10.2-release/sys/dev/gpio/
H A Dgpiobus.c105 strlcat(buf, ",", buflen);
113 strlcat(buf, tmp, buflen);
123 strlcat(buf, ",", buflen);
131 strlcat(buf, tmp, buflen);
/freebsd-10.2-release/sys/i386/ibcs2/
H A Dibcs2_socksys.c190 if (strlcat(hname, ".", sizeof(hname)) >= sizeof(hname))
/freebsd-10.2-release/sys/ofed/include/linux/
H A Dsysfs.h115 len = strlcat(buf, "\n", PAGE_SIZE);
/freebsd-10.2-release/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c162 strlcat(skim_entryname, ")", sizeof(skim_entryname));
/freebsd-10.2-release/usr.sbin/pkg_install/add/
H A Dperform.c308 strlcat(subpkg, "/All/", sizeof subpkg);
309 strlcat(subpkg, p->name, sizeof subpkg);
316 strlcat(subpkg, ext, sizeof subpkg);
346 strlcat(prefixArg, Prefix, sizeof(prefixArg));
/freebsd-10.2-release/contrib/tcpdump/
H A DMakefile.in242 missing/strlcat.c \
305 strlcat.o: $(srcdir)/missing/strlcat.c
306 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/strlcat.c
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
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-10.2-release/contrib/tnftp/src/
H A Dcomplete.c232 (void)strlcat(path, "/", sizeof(path));
233 (void)strlcat(path, words->sl_str[0], sizeof(path));
H A Dfetch.c215 (void)strlcat(clear, ":", clen);
216 (void)strlcat(clear, upass, clen);
224 len = strlcat(*response, " ", rlen);
1643 (void)strlcat(rempath, "/", sizeof(rempath));
1644 (void)strlcat(rempath, file, sizeof(rempath));
1857 (void)strlcat(path, "/", len);
H A Dutil.c437 (void)strlcat(nuser, "@", len);
438 (void)strlcat(nuser, host, len);
577 (void)strlcat(temp, "/", sizeof(temp));
578 (void)strlcat(temp, TMPFILE, sizeof(temp));
/freebsd-10.2-release/lib/libc/gen/
H A Dsem_new.c157 if (strlcat(path, name, sizeof(path)) >= sizeof(path)) {
305 if (strlcat(path, name, sizeof(path)) >= sizeof(path)) {
/freebsd-10.2-release/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c662 strlcat(config_buf, p, len);
663 strlcat(config_buf, ";", len);
794 strlcat(buffer, tmp, length);
796 strlcat(buffer, ";", length);
918 strlcat(sn_str, cidr_mask, sn_str_length);
920 strlcat((char *)ip_buffer->sub_net, ";", sn_str_length);
/freebsd-10.2-release/lib/libutil/tests/
H A Dhumanize_number_test.c461 strlcat(result, separator,
463 strlcat(result, flags[i].name, MAX_STR_FLAGS_RESULT);
468 strlcat(result, noFlags, MAX_STR_FLAGS_RESULT);
/freebsd-10.2-release/crypto/heimdal/lib/hdb/
H A Dhdb.c415 strlcat(buf, ", ", len);
416 strlcat(buf, h->prefix, len);
/freebsd-10.2-release/contrib/unbound/smallapp/
H A Dunbound-checkconf.c353 (void)strlcat(buf, "/", sizeof(buf));
355 (void)strlcat(buf, fname, sizeof(buf));
/freebsd-10.2-release/libexec/rtld-elf/
H A Dlibmap.c196 if (strlcat(conffile, "/", MAXPATHLEN) >= MAXPATHLEN)
198 if (strlcat(conffile, dp->d_name, MAXPATHLEN) >= MAXPATHLEN)
/freebsd-10.2-release/sys/fs/fuse/
H A Dfuse_vfsops.c345 strlcat(mp->mnt_stat.f_fstypename, ".", MFSNAMELEN);
346 strlcat(mp->mnt_stat.f_fstypename, subtype, MFSNAMELEN);
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_stdlib.h252 extern size_t strlcat(char *dst, const char *src, size_t siz);
/freebsd-10.2-release/sbin/ifconfig/
H A Difconfig.c129 strlcat(options, p->opt_usage, sizeof(options));
130 strlcat(options, " ", sizeof(options));
163 strlcat(options, p->opt, sizeof(options));
1125 strlcat(ifkind, ifname, sizeof(ifkind));
/freebsd-10.2-release/contrib/file/src/
H A Dfsmagic.c336 (void)strlcat(buf2, buf, sizeof buf2);
/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_if.c385 strlcat(tblname, ":network", sizeof(tblname));
387 strlcat(tblname, ":broadcast", sizeof(tblname));
389 strlcat(tblname, ":peer", sizeof(tblname));
391 strlcat(tblname, ":0", sizeof(tblname));
/freebsd-10.2-release/sys/powerpc/ofw/
H A Dofw_pcibus.c277 strlcat(buf, " ", buflen); /* Separate info */
/freebsd-10.2-release/sys/sparc64/pci/
H A Dofw_pcibus.c337 strlcat(buf, " ", buflen); /* Separate info. */
/freebsd-10.2-release/sys/sys/
H A Dlibkern.h126 size_t strlcat(char *, const char *, size_t);
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dport-linux.c212 strlcat(newctx, cx, newlen);

Completed in 179 milliseconds

123456789