Searched refs:strlcpy (Results 251 - 275 of 1237) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/iscsi_initiator/
H A Disc_cam.c79 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
80 strlcpy(cpi->hba_vid, "iSCSI", HBA_IDLEN);
81 strlcpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN);
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_control.c54 #include <compat/strlcpy.h>
392 strlcpy(name, dir, len);
564 strlcpy(auditstr, str != NULL ? str : "", len);
/freebsd-13-stable/usr.sbin/binmiscctl/
H A Dbinmiscctl.c180 strlcpy(str, optarg, size);
292 strlcpy(&xbe->xbe_name[0], argv[0], IBE_NAME_MAX);
386 strlcpy(&xbe->xbe_name[0], argv[0], IBE_NAME_MAX);
/freebsd-13-stable/usr.sbin/config/
H A Dmkoptions.c300 (void)strlcpy(nbuf, "options.h", sizeof(nbuf));
304 strlcpy(nbuf, po->o_file, sizeof(nbuf));
309 (void)strlcpy(hbuf, path(nbuf), sizeof(hbuf));
/freebsd-13-stable/usr.sbin/ctld/
H A Dkernel.c683 strlcpy(req.backend, lun->l_backend, sizeof(req.backend));
788 strlcpy(req.backend, lun->l_backend, sizeof(req.backend));
868 strlcpy(req.backend, lun->l_backend, sizeof(req.backend));
903 strlcpy(req.data.handoff.initiator_name,
905 strlcpy(req.data.handoff.initiator_addr,
908 strlcpy(req.data.handoff.initiator_alias,
913 strlcpy(req.data.handoff.target_name,
916 strlcpy(req.data.handoff.offload,
967 strlcpy(cilp->offload, offload, sizeof(cilp->offload));
1026 strlcpy(re
[all...]
/freebsd-13-stable/usr.bin/jot/
H A Djot.c135 if (strlcpy(format, optarg, sizeof(format)) >=
317 (void)strlcpy(format,
434 if (strlcpy(p, "%c", sz) >= sz)
/freebsd-13-stable/usr.bin/netstat/
H A Dnhgrp.c295 strlcpy(iface_name, ifmap[nh->ifindex].ifname,
298 strlcpy(iface_name, "---", sizeof(iface_name));
304 strlcpy(gw_addr, cp, sizeof(gw_addr));
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dklist.c55 strlcpy(t2, ">>>Expired<<<", sizeof(t2));
/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dspx.c521 strlcpy(name, UserNameRequested, name_sz);
543 strlcpy((char *)buf, " REJECT ", buflen);
547 strlcpy((char *)buf, " ACCEPT ", buflen);
560 strlcpy((char *)buf, " AUTH", buflen);
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dcom_err.c58 strlcpy(msg, p, sizeof(msg));
H A Derror.c70 strlcpy(str, dgettext(domain, msg), len);
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Diprop-log.c185 strlcpy(t, "never", sizeof(t));
194 strlcpy(t, "never", sizeof(t));
210 strlcpy(t, "for ever", sizeof(t));
217 strlcpy(t, "for ever", sizeof(t));
/freebsd-13-stable/lib/geom/virstor/
H A Dgeom_virstor.c184 strlcpy(md.md_magic, G_VIRSTOR_MAGIC, sizeof(md.md_magic));
191 strlcpy(md.md_name, name, sizeof(md.md_name));
404 strlcpy(md.provider, name + sizeof(_PATH_DEV) - 1,
407 strlcpy(md.provider, name, sizeof(md.provider));
/freebsd-13-stable/lib/libbe/
H A Dbe.c102 strlcpy(lbh->rootfs, zfs_get_name(zfs), sizeof(lbh->rootfs));
139 strlcpy(lbh->root, lbh->rootfs, sizeof(lbh->root));
145 strlcpy(lbh->root, root, sizeof(lbh->root));
155 strlcpy(poolname, lbh->root, pnamelen + 1);
283 strlcpy((entry)->name, (src), sizeof((entry)->name))
613 if (result != NULL && strlcpy(result, strrchr(buf, '/') + 1,
932 strlcpy(result, name, BE_MAXPATHLEN);
1144 strlcpy(tmp, "tmp/be_snap.XXXXX", sizeof(tmp));
1193 strlcpy(active, be_active_path(lbh), BE_MAXPATHLEN);
/freebsd-13-stable/include/
H A Dstring.h95 size_t strlcpy(char * __restrict, const char * __restrict, size_t);
/freebsd-13-stable/sbin/kldload/
H A Dkldload.c88 strlcpy(kldpath, element, MAXPATHLEN);
/freebsd-13-stable/lib/libifconfig/
H A Dlibifconfig_bridge.c57 strlcpy(ifd.ifd_name, name, sizeof(ifd.ifd_name));
/freebsd-13-stable/lib/libnetbsd/
H A Defun.c65 if ((rv = strlcpy(dst, src, len)) >= len) {
/freebsd-13-stable/lib/libproc/
H A Dproc_rtld.c108 (void)strlcpy(map->pr_mapname, rdl->rdl_path,
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_info.c114 strlcpy(buf, thread->name, len);
/freebsd-13-stable/libexec/getty/
H A Dsubr.c76 strlcpy(path_gettytab, _PATH_GETTYTAB, sizeof(path_gettytab));
93 strlcpy(p, sp->value, l);
497 strlcpy(editedhost, HN + match[subex].rm_so, totalsize >
509 strlcpy(editedhost, HN, sizeof(editedhost));
/freebsd-13-stable/libexec/tftpd/
H A Dtftp-io.c200 strlcpy(bp, filename, sizeof(buf) - size);
206 strlcpy(bp, mode, sizeof(buf) - size);
248 strlcpy(bp, filename, sizeof(buf) - size);
254 strlcpy(bp, mode, sizeof(buf) - size);
/freebsd-13-stable/sbin/devd/tests/
H A Dclient_test.c78 strlcpy(devd_addr.sun_path, sockpath, sizeof(devd_addr.sun_path));
/freebsd-13-stable/contrib/blacklist/bin/
H A Dblacklistctl.c155 strlcpy(buf, "never", sizeof(buf));
H A Drun.c152 strlcpy(id, rv + off, len);

Completed in 231 milliseconds

<<11121314151617181920>>