Searched refs:strlcpy (Results 176 - 200 of 1186) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c108 strlcpy(desc->dtargd_native, p, sizeof(desc->dtargd_native));
125 strlcpy(name, mtp->ks_shortdesc, sizeof(name));
/freebsd-12-stable/lib/geom/cache/
H A Dgeom_cache.c147 strlcpy(md.md_magic, G_CACHE_MAGIC, sizeof(md.md_magic));
150 strlcpy(md.md_name, name, sizeof(md.md_name));
/freebsd-12-stable/lib/libgeom/
H A Dgeom_util.c192 if (strlcpy(ident, lident, size) >= size) {
252 if (name != NULL && strlcpy(name, pp->lg_name,
/freebsd-12-stable/tools/regression/ethernet/ethermulti/
H A Dethermulti.c144 strlcpy(&ifr.ifr_name[0], ifname, IFNAMSIZ);
187 strlcpy(&ifr.ifr_name[0], ifname, IFNAMSIZ);
/freebsd-12-stable/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c69 strlcpy(unwind_list[unwind_len].u_path, path, PATH_MAX);
306 strlcpy(directory_path, "/tmp/unix_bind.XXXXXXX", PATH_MAX);
/freebsd-12-stable/lib/libproc/
H A Dproc_sym.c96 strlcpy(buf, dembuf, len);
102 strlcpy(buf, symbol, len);
330 (void)strlcpy(path, map->pr_mapname, sizeof(path));
388 strlcpy(objname, map->pr_mapname, objnamesz);
411 strlcpy(path, map->pr_mapname, sizeof(path));
423 strlcpy(last, path, sizeof(last));
555 (void)strlcpy(path, mapping->map.pr_mapname, sizeof(path));
563 strlcpy(path, mapping->map.pr_mapname, sizeof(path));
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dinet_ntop.c97 strlcpy(dst, tmp, size);
207 strlcpy(dst, tmp, size);
/freebsd-12-stable/crypto/openssh/regress/
H A Dcheck-perm.c52 strlcpy(component, path, sizeof(component));
127 strlcpy(buf, cp, sizeof(buf));
/freebsd-12-stable/sbin/veriexec/
H A Dmanifest_parser.y129 strlcpy(params->fp_type, $1, sizeof(params->fp_type));
139 strlcpy(lparams.label, $3, sizeof(lparams.label));
/freebsd-12-stable/usr.bin/netstat/
H A Droute.c291 strlcpy(ifmap[ifindex].ifname, ifa->ifa_name, IFNAMSIZ);
390 strlcpy(prettyname, ifmap[rtm->rtm_index].ifname,
393 strlcpy(prettyname, "---", sizeof(prettyname));
476 strlcpy(buf, ((struct sockaddr_ng *)sa)->sg_data,
648 strlcpy(line, "default", sizeof(line));
664 strlcpy(line, cp, sizeof(line));
667 strlcpy(line, nline, sizeof(line));
748 strlcpy(line, nline, sizeof(line));
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_sigs.c55 strlcpy(name, sys_signame[sig], sizeof(name));
74 strlcpy(name, sys_signame[sig], sizeof(name));
H A Dprocstat_files.c103 strlcpy(buffer, "-", buflen);
105 strlcpy(buffer, sun->sun_path, buflen);
121 strlcpy(buffer, "-", buflen);
125 strlcpy(buffer, "", buflen);
/freebsd-12-stable/contrib/ntp/libntp/
H A Daudio.c193 strlcpy(cf_i_dev, ab, sizeof(cf_i_dev));
197 strlcpy(cf_c_dev, ab, sizeof(cf_c_dev));
201 strlcpy(cf_agc, ab, sizeof(cf_agc));
205 strlcpy(cf_monitor, ab, sizeof(cf_monitor));
H A Ddecodenetnum.c97 if (strlcpy(buf, num, sizeof(buf)) >= sizeof(buf))
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Drandom_password.c70 strlcpy(pw, pass, len);
/freebsd-12-stable/sys/geom/label/
H A Dg_label_reiserfs.c110 strlcpy(label, fs->s_volume_name, size);
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_misc.c171 return strlcpy(dst, src, size);
/freebsd-12-stable/lib/libpam/modules/pam_opie/
H A Dpam_opie.c94 strlcpy(principal, user, sizeof(principal));
/freebsd-12-stable/gnu/usr.bin/gdb/kgdb/
H A Dkld.c378 strlcpy(new->so_original_name, path,
397 strlcpy(new->so_name, new->so_original_name,
400 strlcpy(new->so_name, path,
405 strlcpy(new->so_name, new->so_original_name,
/freebsd-12-stable/sbin/camcontrol/
H A Dutil.c135 strlcpy(p, (char *)arg, count + 1);
/freebsd-12-stable/sbin/mount/
H A Dmount_fs.c88 strlcpy(fstype, vfstype, sizeof(fstype));
/freebsd-12-stable/usr.bin/tip/libacu/
H A Dbiz22.c78 (void)strlcpy(cbuf, "\02.\r", sizeof cbuf);
/freebsd-12-stable/usr.bin/xargs/
H A Dstrnsubst.c59 strlcpy(s2, s1, maxsize);
/freebsd-12-stable/usr.sbin/rtsold/
H A Dif.c101 strlcpy(ifr.ifr_name, name, sizeof(ifr.ifr_name));
103 strlcpy(nd.ifname, name, sizeof(nd.ifname));
198 strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
214 strlcpy(ifmr.ifm_name, ifname, sizeof(ifmr.ifm_name));
/freebsd-12-stable/crypto/heimdal/appl/kf/
H A Dkfd.c258 strlcpy(krb5_tkfile,ccname,sizeof(krb5_tkfile));
264 strlcpy(ret_string, "no", sizeof(ret_string));
267 strlcpy(ret_string, "ok", sizeof(ret_string));

Completed in 509 milliseconds

1234567891011>>