Searched refs:strlcat (Results 226 - 250 of 271) sorted by relevance

1234567891011

/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_main.c1145 || strlcat(pathbuf, "/cpp",
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_da.c2514 strlcat(buf, ",", sizeof(buf));
2515 strlcat(buf, da_delete_method_names[i],
2518 strlcat(buf, "(*)", sizeof(buf));
2521 strlcat(buf, ">", sizeof(buf));
2855 strlcat(softc->disk->d_descr, " ", sizeof(softc->disk->d_descr));
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c349 strlcat(buffer, var, sizeof(buffer));
629 strlcat(buf, "/", sizeof(buf)) >= sizeof(buf) ||
630 strlcat(buf, kexecpath, sizeof(buf)) >= sizeof(buf))
5607 strlcat(binpath, "/", PATH_MAX) >= PATH_MAX)
5609 if (strlcat(binpath, argv0, PATH_MAX) >= PATH_MAX)
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dkrb5tgs.c691 strlcat(rs, ", ", l);
692 strlcat(rs, realms[i], l);
/freebsd-12-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c72 strlcat(_buffer, __func__, _buflen); \
73 strlcat(_buffer, ":" TOSTRING(__LINE__) \
/freebsd-12-stable/crypto/openssh/
H A Dservconf.c1780 strlcat(p, " ", len);
1781 strlcat(p, arg, len);
H A Dsession.c2560 strlcat(buf, ",", sizeof buf);
2561 strlcat(buf, cp, sizeof buf);
H A Dsshconnect2.c129 strlcat(to, ",", maxlen); \
130 strlcat(to, from, maxlen); \
H A Dsshconnect.c1233 strlcat(msg, "\nAre you sure you want "
H A Dsshkey.c946 strlcat(ret, ":", rlen);
968 strlcat(retval, ":", rlen);
972 strlcat(retval, hex, rlen);
/freebsd-12-stable/usr.sbin/moused/
H A Dmoused.c1399 strlcat(buf, ": ", sizeof(buf));
1400 strlcat(buf, strerror(errnum), sizeof(buf));
/freebsd-12-stable/usr.sbin/syslogd/
H A Dsyslogd.c3487 strlcat(name, ".", sizeof name);
3488 strlcat(name, LocalDomain, sizeof name);
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c3467 strlcat (buf,
H A Dftpd.c159 strlcat(path, "/", sizeof(path));
/freebsd-12-stable/sys/geom/eli/
H A Dg_eli.c220 strlcat(bp->bio_data, "/eli", bp->bio_length);
/freebsd-12-stable/sys/dev/usb/serial/
H A Dusb_serial.c488 strlcat(cp->cn_name, buf, sizeof(cp->cn_name));
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c1219 strlcat(buf, "\n", PAGE_SIZE);
/freebsd-12-stable/tests/sys/audit/
H A Dinter-process.c1459 strlcat(dirpath, path, sizeof(dirpath));
/freebsd-12-stable/sbin/pfctl/
H A Dparse.y4899 if ((strlcat(tmp, p, len) >= len) ||
4900 (strlcat(tmp, repl, len) >= len))
4905 if (strlcat(tmp, p, len) >= len)
5109 if (strlcat(qname, interface->ifname,
5111 errx(1, "expand_altq: strlcat");
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1300 (void) strlcat(fromds, sdd->prevsnap, sizeof (fromds));
2882 (void) strlcat(tofs, "/",
2892 (void) strlcat(tofs, &drrb->drr_toname[i],
/freebsd-12-stable/usr.sbin/route6d/
H A Droute6d.c2514 strlcat(buf, (s), sizeof(buf)); \
2572 strlcat(buf, ",", sizeof(buf)); \
2573 strlcat(buf, (s), sizeof(buf)); \
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2603 (void) strlcat(curpath, name, sizeof (curpath));
2635 (void) strlcat(curpath, "/", sizeof (curpath));
2711 (void) strlcat(path, "s0", sizeof (path));
/freebsd-12-stable/contrib/tnftp/src/
H A Dftp.c568 len = strlcat(msgbuf, " aborted. Waiting for remote to finish abort.\n",
/freebsd-12-stable/sbin/ipfw/
H A Ddummynet.c500 strlcat(red, " (ecn)", sizeof(red));
/freebsd-12-stable/usr.bin/diff/
H A Ddiffreg.c1461 strlcat(lastbuf, state,

Completed in 291 milliseconds

1234567891011