Searched refs:strlcat (Results 201 - 225 of 271) sorted by relevance

1234567891011

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dmixer.c630 strlcat(m->name, ":", sizeof(m->name));
631 strlcat(m->name, desc, sizeof(m->name));
/freebsd-12-stable/sys/dev/asmc/
H A Dasmc.c1004 strlcat(buf, buf2, sizeof(buf));
1006 strlcat(buf, " \n", sizeof(buf));
/freebsd-12-stable/crypto/openssh/
H A Dmisc.c1018 i = strlcat(buf, keys[j].repl, sizeof(buf));
1146 strlcat(r, b, hl);
H A Dsftp-client.c1915 strlcat(ret, "/", len);
1916 strlcat(ret, p2, len);
H A Dsftp-server.c249 strlcat(ret, ",", sizeof(ret)); \
250 strlcat(ret, str, sizeof(ret)); \
H A Dauth-pam.c831 strlcat(**prompts + plen, "\n", len - plen);
H A Dloginrec.c571 strlcat(dst, src, dstsize);
/freebsd-12-stable/sbin/geom/core/
H A Dgeom.c321 strlcat(opts, "v", sizeof(opts));
333 strlcat(opts, ":", sizeof(opts));
/freebsd-12-stable/sbin/init/
H A Dinit.c1461 strlcat(term, sp->se_type, sizeof(term));
1525 strlcat(term, sp->se_type, sizeof(term));
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c1452 strlcat(Msg, Msg2, sizeof(Msg));
1459 strlcat(Msg, Msg2, sizeof(Msg));
1561 strlcat(Msg, Msg2, sizeof(Msg));
1944 strlcat(Msg, Msg2, sizeof(Msg));
1962 strlcat(Msg, Msg2, sizeof(Msg));
3660 strlcat(Msg, Msg2, sizeof(Msg));
H A Drefclock_wwv.c2648 strlcat(tc, cptr, tcsiz);
2658 strlcat(tc, cptr, tcsiz);
/freebsd-12-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c193 strlcat(buf, ", ", len);
194 strlcat(buf, ossnames[i], len);
1628 strlcat(w->name, ": ", sizeof(w->name));
1629 strlcat(w->name, devstr, sizeof(w->name));
1630 strlcat(w->name, " (", sizeof(w->name));
1632 strlcat(w->name, HDA_COLORS[color], sizeof(w->name));
1633 strlcat(w->name, " ", sizeof(w->name));
1635 strlcat(w->name, HDA_CONNS[conn], sizeof(w->name));
1636 strlcat(w->name, ")", sizeof(w->name));
6879 strlcat(bu
[all...]
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl.c2160 strlcat(sub, pr.path, sizeof(sub));
2161 strlcat(sub, "/", sizeof(sub));
2163 strlcat(sub, pr.name, sizeof(sub));
/freebsd-12-stable/sbin/ping6/
H A Dping6.c1499 if (strlcat((char *)buf, ".", bufsiz) >= bufsiz)
1515 if (strlcat(buf, cresult, bufsiz) >= bufsiz)
1526 if (strlcat(buf, cresult, bufsiz) >= bufsiz)
/freebsd-12-stable/contrib/mandoc/
H A Dmandocdb.c1034 (void)strlcat(buf, mlink->dsec, sizeof(buf));
2191 (void)strlcat(tfn, "/" MANDOC_DB, sizeof(tfn));
H A DMakefile48 test-strlcat.c \
/freebsd-12-stable/sys/geom/
H A Dgeom_subr.c1339 strlcat(str, ",", size); \
1340 strlcat(str, (sflag), size); \
H A Dgeom_disk.c843 if (strlcat(newid, tmp, sizeof(newid)) >= sizeof(newid))
/freebsd-12-stable/usr.bin/rpcinfo/
H A Drpcinfo.c859 strlcat(buf, nl->netid, sizeof(buf));
861 strlcat(buf, ",", sizeof(buf));
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1411 strlcat (buf,
/freebsd-12-stable/contrib/tcpdump/
H A Dnetdissect.h95 extern size_t strlcat (char *, const char *, size_t);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c491 (void) strlcat(fullpath, ZDIFF_SHARESDIR, MAXPATHLEN);
/freebsd-12-stable/libexec/tftpd/tests/
H A Dfunctional.c414 pathlen = strlcat(&command[2], "/abspath.txt", sizeof(command) - 2);
/freebsd-12-stable/stand/common/
H A Dmodule.c1175 strlcat(key, "=", sizeof(key));
1221 strlcat(key, "=", sizeof(key));
/freebsd-12-stable/usr.bin/patch/
H A Dpatch.c459 if (strlcat(rejname, REJEXT,

Completed in 386 milliseconds

1234567891011