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

<<11121314151617181920>>

/freebsd-12-stable/contrib/ntp/libntp/
H A Dsocktoa.c45 strlcpy(res, "(null)", LIB_BUFLENGTH);
H A Dssl_init.c121 strlcpy(upcased, text, LIB_BUFLENGTH);
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A DMakefile.am162 SYS_SRC += strlcpy.c
281 strlcpy-internal.h \
/freebsd-12-stable/contrib/opie/libopie/
H A Dreadrec.c145 strlcpy(principal, opie->opie_principal, sizeof(principal));
/freebsd-12-stable/contrib/pf/tftp-proxy/
H A Dfilter.c215 strlcpy(pfte[i].anchor, an, PF_ANCHOR_NAME_SIZE);
254 strlcpy(pfp.anchor, an, PF_ANCHOR_NAME_SIZE);
255 strlcpy(pfanchor, an, PF_ANCHOR_NAME_SIZE);
320 strlcpy(pfrule.qname, qname, sizeof pfrule.qname);
/freebsd-12-stable/contrib/libc-pwcache/
H A Dpwcache.c317 (void)strlcpy(ptr->name, pw->pw_name, UNMLEN);
386 (void)strlcpy(ptr->name, gr->gr_name, GNMLEN);
446 (void)strlcpy(ptr->name, name, UNMLEN);
511 (void)strlcpy(ptr->name, name, GNMLEN);
/freebsd-12-stable/contrib/com_err/
H A Dcom_err.c55 strlcpy(msg, p, sizeof(msg));
H A Derror.c67 strlcpy(str, dgettext(domain, msg), len);
/freebsd-12-stable/contrib/blacklist/bin/
H A Dblacklistctl.c155 strlcpy(buf, "never", sizeof(buf));
H A Drun.c152 strlcpy(id, rv + off, len);
H A Dsupport.c61 strlcpy(buf, fmt, r + 1);
/freebsd-12-stable/contrib/bmake/
H A Dnonints.h147 /* strlcpy.c */
148 size_t strlcpy(char *, const char *, size_t);
/freebsd-12-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-12-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-12-stable/crypto/heimdal/lib/krb5/
H A Dkeytab.c265 if (strlcpy (name, context->default_keytab, namesize) >= namesize) {
297 strlcpy(name, context->default_keytab + 4, namesize);
303 if (strlcpy (name, kt, namesize) >= namesize) {
392 strlcpy(prefix, keytab->prefix, prefixsize);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcallb.h134 strlcpy(curthread->td_name, (name), \
/freebsd-12-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-12-stable/lib/libbe/
H A Dbe.c98 strlcpy(lbh->rootfs, zfs_get_name(zfs), sizeof(lbh->rootfs));
135 strlcpy(lbh->root, lbh->rootfs, sizeof(lbh->root));
141 strlcpy(lbh->root, root, sizeof(lbh->root));
151 strlcpy(poolname, lbh->root, pnamelen + 1);
279 strlcpy((entry)->name, (src), sizeof((entry)->name))
609 if (result != NULL && strlcpy(result, strrchr(buf, '/') + 1,
928 strlcpy(result, name, BE_MAXPATHLEN);
1141 strlcpy(tmp, "tmp/be_snap.XXXXX", sizeof(tmp));
1190 strlcpy(active, be_active_path(lbh), BE_MAXPATHLEN);
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_mib.c367 strlcpy(lpr->pr_osrelease, osrelease,
371 strlcpy(lpr->pr_osname, osname, LINUX_MAX_UTSNAME);
492 strlcpy(lpr->pr_osname, osname, LINUX_MAX_UTSNAME);
533 strlcpy(lpr->pr_osrelease, osrelease, LINUX_MAX_UTSNAME);
/freebsd-12-stable/sys/dev/iicbus/
H A Dlm75.c499 strlcpy(buf, "interrupt", sizeof(buf));
502 strlcpy(buf, "comparator", sizeof(buf));
533 strlcpy(buf, "active-high", sizeof(buf));
536 strlcpy(buf, "active-low", sizeof(buf));
/freebsd-12-stable/sys/dev/pty/
H A Dpty.c72 strlcpy(name, devtoname(dev), sizeof(name));
/freebsd-12-stable/sys/geom/label/
H A Dg_label_ufs.c114 strlcpy(label, fs->fs_volname, size);
/freebsd-12-stable/sys/net/
H A Dif_mib.c101 strlcpy(ifmd.ifmd_name, ifp->if_xname, sizeof(ifmd.ifmd_name));
/freebsd-12-stable/tools/regression/netinet/udpzerobyte/
H A Dudpzerobyte.c138 strlcpy(sun.sun_path, "/tmp/udpzerosize-socket", sizeof(sun.sun_path));

Completed in 237 milliseconds

<<11121314151617181920>>