Searched refs:strlcpy (Results 126 - 150 of 1186) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/openpam/lib/libpam/
H A Dpam_start.c80 strlcpy(hostname, "localhost", sizeof hostname);
/freebsd-12-stable/contrib/tcp_wrappers/
H A Dtcpd.c66 strlcpy(path, argv[0], sizeof(path));
/freebsd-12-stable/contrib/libpcap/
H A Dportability.h68 #define pcap_strlcpy strlcpy
/freebsd-12-stable/contrib/blacklist/port/
H A Dport.h31 size_t strlcpy(char *, const char *, size_t);
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Daname_to_localname.c87 strlcpy (lname, res, lnsize);
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dtest-readenv.c52 strlcpy(tmpl, "env.XXXXXX", l);
/freebsd-12-stable/lib/libc/iconv/
H A Dcitrus_iconv.c299 strlcpy(realsrc, _lookup_alias(path, src, buf, (size_t)PATH_MAX,
301 strlcpy(realdst, _lookup_alias(path, dst, buf, (size_t)PATH_MAX,
304 strlcpy(realsrc, src, (size_t)PATH_MAX);
305 strlcpy(realdst, dst, (size_t)PATH_MAX);
/freebsd-12-stable/lib/libc/net/
H A Dif_nametoindex.c76 strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
/freebsd-12-stable/lib/libc/string/
H A Dstrxfrm.c102 strlcpy(dest, src, len);
/freebsd-12-stable/sys/geom/label/
H A Dg_label_ext2fs.c91 strlcpy(label, s_volume_name, size);
H A Dg_label_flashmap.c68 strlcpy(label, gfp->labels[pp->index], size);
H A Dg_label_iso9660.c70 strlcpy(label, volume, MIN(size, VOLUME_LEN));
/freebsd-12-stable/lib/libifconfig/
H A Dlibifconfig_inet6.c84 strlcpy(ifr6.ifr_name, name, sizeof(ifr6.ifr_name));
/freebsd-12-stable/lib/libnetgraph/
H A Dsock.c101 strlcpy(sg->sg_data, name, NG_NODESIZ);
112 strlcpy(namebuf, name, sizeof(namebuf));
235 strlcpy(hook, from->sg_data, NG_HOOKSIZ);
281 strlcpy(sg->sg_data, hook, NG_HOOKSIZ);
/freebsd-12-stable/lib/libutil/
H A Dpidfile.c122 if (strlcpy(path, pathp, sizeof(path)) >= sizeof(path)) {
127 dirlen = strlcpy(pfh->pf_dir, dirname(path),
129 (void)strlcpy(path, pathp, sizeof(path));
130 filenamelen = strlcpy(pfh->pf_filename, basename(path),
/freebsd-12-stable/lib/libutil/tests/
H A Dtrimdomain-nodomain_test.c53 if (strlcpy(name, TESTFQDN, namelen) > namelen) {
H A Dtrimdomain_test.c53 if (strlcpy(name, TESTFQDN, namelen) > namelen) {
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c72 strlcpy(cyg_privsep_user, "sshd", sizeof(cyg_privsep_user));
/freebsd-12-stable/crypto/openssh/regress/unittests/utf8/
H A Dtests.c43 (void)strlcpy(buf, utf8 ? "utf8_" : "c_", sizeof(buf));
/freebsd-12-stable/crypto/openssh/
H A Dxmalloc.c100 strlcpy(cp, str, len);
/freebsd-12-stable/sbin/ifconfig/
H A Difipsec.c75 strlcpy(ifr.ifr_name, name, sizeof(ifr.ifr_name));
/freebsd-12-stable/usr.bin/ctags/
H A Dfortran.c128 (void)strlcpy(tok, lbp, sizeof(tok)); /* possible trunc */
H A Dlisp.c102 (void)strlcpy(tok, lbp, sizeof(tok)); /* possible trunc */
/freebsd-12-stable/usr.bin/diff/
H A Ddiffdir.c58 dirlen1 = strlcpy(path1, *p1 ? p1 : ".", sizeof(path1));
68 dirlen2 = strlcpy(path2, *p2 ? p2 : ".", sizeof(path2));
176 strlcpy(path1 + plen1, dp->d_name, PATH_MAX - plen1);
186 strlcpy(path2 + plen2, dp->d_name, PATH_MAX - plen2);
/freebsd-12-stable/usr.sbin/fstyp/
H A Dzfs.c69 strlcpy(label, zpool_name, labelsize);

Completed in 118 milliseconds

1234567891011>>