Searched refs:strlcat (Results 126 - 150 of 271) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/pf/pflogd/
H A Dpflogd.c144 strlcat(buf, " ", len);
145 strlcat(buf, argv[n], len);
/freebsd-12-stable/contrib/tnftp/src/
H A Dmain.c472 strlcat(netrc, "/.netrc", sizeof(netrc)) >= sizeof(netrc)) {
491 (void)strlcat(anonpass, "@", len);
/freebsd-12-stable/contrib/libpcap/
H A DMakefile.in284 missing/strlcat.c \
504 strlcat.o: $(srcdir)/missing/strlcat.c
505 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/strlcat.c
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y768 strlcat(cname, ".c", sizeof(cname));
769 strlcat(hname, ".h", sizeof(hname));
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_vfsops.c437 strlcat(mp->mnt_stat.f_fstypename, ".", MFSNAMELEN);
438 strlcat(mp->mnt_stat.f_fstypename, subtype, MFSNAMELEN);
/freebsd-12-stable/crypto/openssh/
H A Dssh_api.c513 strlcat(replace, ",", maxlen);
514 strlcat(replace, alg, maxlen);
/freebsd-12-stable/sbin/restore/
H A Ddirs.c244 (void) strlcat(locname, "/", sizeof(locname));
268 (void)strlcat(locname, dp->d_name, sizeof(locname));
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c255 strlcat((char *)param, " ", sizeof(param));
257 strlcat((char *)param, *argv, sizeof(param));
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c724 strlcat(cfname2, "._T", sizeof(cfname2));
727 strlcat(cfname2, "._T", sizeof(cfname2));
/freebsd-12-stable/contrib/ntp/libparse/
H A Dieee754io.c117 strlcat(buf, hex, LIB_BUFLENGTH);
/freebsd-12-stable/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c418 len = strlcat(filename, service, sizeof filename);
/freebsd-12-stable/contrib/tnftp/
H A Dtnftp.h420 size_t strlcat(char *, const char *, size_t);
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c1006 strlcat(buf, "classid=", buflen);
1008 strlcat(buf, guidbuf, buflen);
1010 strlcat(buf, " deviceid=", buflen);
1012 strlcat(buf, guidbuf, buflen);
/freebsd-12-stable/sys/powerpc/ofw/
H A Dofw_pcibus.c305 strlcat(buf, " ", buflen); /* Separate info */
/freebsd-12-stable/sys/kern/
H A Dkern_conf.c1552 strlcat(buf, ", ", sizeof(buf)); \
1553 strlcat(buf, (#flag) + 3, sizeof(buf)); \
1570 strlcat(buf, ", ", sizeof(buf)); \
1571 strlcat(buf, (#flag) + 4, sizeof(buf)); \
/freebsd-12-stable/gnu/usr.bin/gdb/kgdb/
H A Dkld.c95 if (strlcat(path, *suffix, path_size) < path_size) {
/freebsd-12-stable/stand/libsa/
H A DMakefile32 strcspn.c strlcat.c strlcpy.c strlen.c strncat.c strncmp.c strncpy.c \
/freebsd-12-stable/stand/userboot/test/
H A Dtest.c119 strlcat(path, filename, PATH_MAX);
/freebsd-12-stable/sbin/ifconfig/
H A Difconfig.c186 strlcat(options, p->opt_usage, sizeof(options));
187 strlcat(options, " ", sizeof(options));
443 strlcat(options, p->opt, sizeof(options));
1585 strlcat(ifkind, ifname, sizeof(ifkind));
/freebsd-12-stable/usr.bin/jot/
H A Djot.c511 if (strlcat(format, "%", sizeof(format)) >=
/freebsd-12-stable/usr.bin/localedef/
H A Dwide.c157 (void) strlcat(buf, scr, sizeof (buf));
/freebsd-12-stable/usr.bin/sed/
H A Dmain.c416 len = strlcat(oldfname, inplace,
/freebsd-12-stable/usr.bin/xinstall/
H A Dxinstall.c702 if (strlcat(dst, "/", sizeof(dst)) > sizeof(dst))
707 if (strlcat(dst, cp, sizeof(dst)) > sizeof(dst))
731 (void)strlcat(lnk, "../", sizeof(lnk));
733 (void)strlcat(lnk, ++s, sizeof(lnk));
/freebsd-12-stable/crypto/heimdal/appl/rsh/
H A Drsh.c600 strlcat (tmp, argv[i], len);
601 strlcat (tmp, " ", len);
604 strlcat (tmp, argv[argc-1], len);
/freebsd-12-stable/contrib/blacklist/bin/
H A Dconf.c751 strlcat(b, buf, l);
767 strlcat(b, "/=", l);
788 strlcat(b, buf, l);

Completed in 167 milliseconds

1234567891011