Searched refs:strlcpy (Results 726 - 750 of 1186) sorted by relevance

<<21222324252627282930>>

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_scanner.c641 strlcpy(ret, str, octets);
H A Dntpsim.c192 strlcpy(loopback_interface->name, "IPv4loop",
/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Dnbns_rq.c77 strlcpy(nn.nn_name, name, sizeof(nn.nn_name));
/freebsd-12-stable/contrib/libedit/
H A Dreadline.c610 (void)strlcpy(pat, cmd + begin, len + 1);
704 (void)strlcpy(aptr, command, offs + 1);
961 (void)strlcpy(&result[idx], what, len + 1); \
1150 (void)strlcpy(temp, &str[start], len + 1);
/freebsd-12-stable/contrib/file/src/
H A Dfile.h599 size_t strlcpy(char *, const char *, size_t);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c486 (void) strlcpy(dmp->dm_name, name, sizeof (dmp->dm_name));
1166 (void) strlcpy(name, k_stat->name, sizeof(name));
1167 (void) strlcpy(fname, k_stat->pathname, sizeof(fname));
1259 (void) strlcpy(dmp->dm_file,
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_iter.c70 (void) strlcpy(zc->zc_name, zhp->zfs_name, sizeof (zc->zc_name));
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Dutil.c604 strlcpy(buf, def, len);
/freebsd-12-stable/crypto/heimdal/lib/hdb/
H A Dhdb.c299 strlcpy(prefix, filename, len + 1);
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dkeyset.c130 strlcpy(type, name, residue - name + 1);
/freebsd-12-stable/crypto/heimdal/lib/ipc/
H A Dclient.c328 strlcpy(addr.sun_path, s->path, sizeof(addr.sun_path));
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dtransited.c195 strlcpy(tmp, prev_realm, len);
/freebsd-12-stable/lib/libc/net/
H A Dgetnetbydns.c246 strlcpy(bp, ans, ep - bp);
H A Dhesiod.c165 if (strlcpy(bindname, name, sizeof(bindname)) >= sizeof(bindname)) {
/freebsd-12-stable/lib/libc/nls/
H A Dmsgcat.c241 if (strlcpy(pathP, tmpptr, spcleft) >=
/freebsd-12-stable/lib/libc/rpc/
H A Drpc_soc.c495 if (strlcpy(sun.sun_path, path, sizeof(sun.sun_path)) >=
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_tracer.c185 strlcpy(ifp->if_xname, name, sizeof(ifp->if_xname));
/freebsd-12-stable/sys/compat/linux/
H A Dlinux.c283 strlcpy(bsdname, ifp->if_xname, IFNAMSIZ);
/freebsd-12-stable/sys/dev/nvd/
H A Dnvd.c479 strlcpy(disk->d_descr, descr, sizeof(descr));
/freebsd-12-stable/sys/fs/pseudofs/
H A Dpseudofs.c86 strlcpy(pn->pn_name, name, sizeof pn->pn_name);
/freebsd-12-stable/sys/geom/label/
H A Dg_label.c192 strlcpy(label, sbuf_data(sb), size);
/freebsd-12-stable/sys/dev/uart/
H A Duart_tty.c94 strlcpy(cp->cn_name, uart_driver_name, sizeof(cp->cn_name));
/freebsd-12-stable/sys/dev/usb/
H A Dusb_pf.c199 strlcpy(ifp->if_xname, name, sizeof(ifp->if_xname));
/freebsd-12-stable/sys/netgraph/
H A Dng_bpf.c297 strlcpy(hip->prog->thisHook, name, sizeof(hip->prog->thisHook));
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dmachdep.c425 strlcpy(kernelname, env, sizeof(kernelname));

Completed in 290 milliseconds

<<21222324252627282930>>