Searched refs:strlcpy (Results 601 - 625 of 1186) sorted by relevance

<<21222324252627282930>>

/freebsd-12-stable/stand/libsa/
H A Dbootp.c397 strlcpy(rootpath, val, sizeof(rootpath));
402 strlcpy(hostname, val, sizeof(hostname));
/freebsd-12-stable/usr.bin/getent/
H A Dgetent.c277 strlcpy(buf, "# unknown", sizeof(buf));
338 strlcpy(buf, "# unknown", sizeof(buf));
/freebsd-12-stable/usr.sbin/bhyve/
H A Dacpi.c780 strlcpy(bf->f_name, basl_stemplate, MAXPATHLEN);
783 strlcpy(bf->f_name, basl_template, MAXPATHLEN);
H A Dnet_backends.c412 strlcpy(req->nr_name, ifname, sizeof(req->nr_name));
480 strlcpy(priv->ifname, devname, sizeof(priv->ifname));
/freebsd-12-stable/usr.sbin/iscsid/
H A Discsid.c328 strlcpy(idh.idh_target_alias, conn->conn_target_alias,
359 strlcpy(idf.idf_reason, reason, sizeof(idf.idf_reason));
H A Dlogin.c172 strlcpy(ism.ism_conf.isc_target_addr, target_address,
340 strlcpy(conn->conn_target_alias, value,
/freebsd-12-stable/usr.sbin/kbdmap/
H A Dkbdmap.c597 strlcpy(dialect, lang, sizeof(dialect));
605 strlcpy(lang_abk, lang, sizeof(lang_abk));
/freebsd-12-stable/usr.sbin/usbconfig/
H A Dusbconfig.c186 strlcpy(q.quirkname, str, sizeof(q.quirkname));
209 strlcpy(q.quirkname, str, sizeof(q.quirkname));
/freebsd-12-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_puffs.c318 strlcpy(args->pta_dev, image, sizeof(args->pta_dev));
/freebsd-12-stable/contrib/ntp/libntp/
H A Dmsyslog.c124 strlcpy(buf, pstatic, bufsiz);
H A Dntp_rfc2553.c451 strlcpy(host, hp->h_name, hostlen);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_hpgps.c337 strlcpy(prompt, pp->a_lastcode, sizeof(prompt));
/freebsd-12-stable/contrib/ntp/ntpdate/
H A Dntpdate.c1361 strlcpy(service, "ntp", sizeof(service));
1375 strlcpy(service, "123", sizeof(service));
1704 strlcpy(service, "ntp", sizeof(service));
1716 strlcpy(service, "123", sizeof(service));
/freebsd-12-stable/contrib/openbsm/bin/auditd/
H A Dauditd.c64 #include <compat/strlcpy.h>
/freebsd-12-stable/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c412 len = strlcpy(filename, *path, sizeof filename);
/freebsd-12-stable/contrib/tnftp/
H A Dtnftp.h424 size_t strlcpy(char *, const char *, size_t);
/freebsd-12-stable/contrib/libedit/
H A Dfilecomplete.c89 (void)strlcpy(temp, txt + 1, len - 1);
356 (void)strlcpy(dirname, text, len + 1);
510 (void)strlcpy(retstr, match_list[1], max_equal + 1);
/freebsd-12-stable/bin/cp/
H A Dcp.c190 if (strlcpy(to.p_path, target, sizeof(to.p_path)) >= sizeof(to.p_path))
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c364 strlcpy(path, name, sizeof(path));
444 (void) strlcpy(path, arg, sizeof (path));
453 strlcpy(path, arg, sizeof (path));
1220 (void) strlcpy(buf, path, sizeof (buf));
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_fru.c121 (void) strlcpy(hdl->libzfs_chassis_id, devpath,
/freebsd-12-stable/crypto/heimdal/kcm/
H A Devents.c69 strlcpy(buf, "never", 64);
/freebsd-12-stable/crypto/heimdal/lib/kafs/
H A Dafssys.c103 strlcpy(path, p, sizeof(path));
H A Dcommon.c154 strlcpy(dbserver,
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dkeytab_keyfile.c190 strlcpy (name, d->filename, name_sz);
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_vale.c374 strlcpy(hdr->nr_name, vpna->up.name,
1280 strlcpy(na->name, hdr->nr_name, sizeof(na->name));
1364 strlcpy(na->name, name, sizeof(na->name));
1405 strlcpy(na->name, nr_name, sizeof(na->name));

Completed in 310 milliseconds

<<21222324252627282930>>