Searched refs:strlcpy (Results 376 - 400 of 1186) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/lib/libprocstat/
H A Dcommon_kvm.c87 strlcpy(buf, si.si_name, SPECNAMELEN + 1);
/freebsd-12-stable/lib/libufs/
H A Dtype.c145 strlcpy(dev, sfs.f_mntfromname, sizeof(dev));
/freebsd-12-stable/lib/libutil/
H A Dlogin_times.c75 strlcpy(buf, str, sizeof buf);
/freebsd-12-stable/sys/arm/arm/
H A Dmachdep_intr.c194 strlcpy(ii->ii_name, name, INTR_IPI_NAMELEN);
/freebsd-12-stable/crypto/openssh/
H A Dauth-rhosts.c113 strlcpy(userbuf, server_user, sizeof(userbuf));
H A Dentropy.c106 strlcpy(addr_un->sun_path, socket_path,
H A Dsshpty.c79 strlcpy(namebuf, name, namebuflen); /* possible truncation */
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c261 strlcpy(result, "0B", FMT_SCALED_STRSIZE);
H A Dopenbsd-compat.h100 size_t strlcpy(char *dst, const char *src, size_t siz);
/freebsd-12-stable/sbin/ifconfig/
H A Dcarp.c147 strlcpy(carpr.carpr_key, carpr_key, CARP_KEY_LEN);
H A Difvlan.c154 strlcpy(params.vlr_parent, val, sizeof(params.vlr_parent));
/freebsd-12-stable/usr.bin/apply/
H A Dapply.c143 strlcpy(cmd, argv[0], cmdsize);
/freebsd-12-stable/usr.bin/banner/
H A Dbanner.c1067 strlcpy(message, *argv, j);
/freebsd-12-stable/usr.bin/enigma/
H A Denigma.c50 strlcpy(salt, pw, sizeof(salt));
/freebsd-12-stable/usr.bin/fstat/
H A Dfstat.c336 strlcpy(buffer, "-", buflen);
338 strlcpy(buffer, sun->sun_path, buflen);
362 strlcpy(buffer, "-", buflen);
366 strlcpy(buffer, "", buflen);
/freebsd-12-stable/usr.bin/m4/
H A Deval.c780 strlcpy(lquote, argv[2], sizeof(lquote));
782 strlcpy(rquote, argv[3], sizeof(rquote));
802 strlcpy(scommt, argv[2], sizeof(scommt));
806 strlcpy(ecommt, argv[3], sizeof(ecommt));
/freebsd-12-stable/usr.bin/mail/
H A Dcmd3.c60 if (strlcpy(cmd, str, sizeof(cmd)) >= sizeof(cmd))
113 if (strlcpy(cp2, lastbang, sizeof(bangbuf) - (cp2 - bangbuf))
137 if (strlcpy(str, bangbuf, strsize) >= strsize)
139 if (strlcpy(lastbang, bangbuf, sizeof(lastbang)) >= sizeof(lastbang))
/freebsd-12-stable/usr.bin/netstat/
H A Dinet6.c625 strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
1086 strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
1330 strlcpy(domain, cp + 1, sizeof(domain));
1347 strlcpy(line, hbuf, sizeof(line));
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c214 strlcpy(entry->name, kp->ki_comm, pname_len);
243 strlcpy((char*)entry->path, *argv, path_len);
266 strlcpy(entry->parameters, param, pname_len);
299 strlcpy((char *)entry->name, kfs->name, name_len);
/freebsd-12-stable/usr.sbin/config/
H A Dmain.c154 strlcpy(destdir, optarg, sizeof(destdir));
166 strlcpy(srcdir, optarg, sizeof(srcdir));
209 strlcpy(destdir, CDIR, sizeof(destdir));
294 strlcpy(srcdir, pwd, MAXPATHLEN);
/freebsd-12-stable/usr.sbin/pw/
H A Dpsdate.c233 strlcpy(tmp, str, sizeof(tmp));
/freebsd-12-stable/usr.sbin/pwm/
H A Dpwm.c60 strlcpy(device_name, name, sizeof(device_name));
/freebsd-12-stable/usr.sbin/rtadvd/
H A Dif.c367 strlcpy(ifi->ifi_ifname, ifname, sizeof(ifi->ifi_ifname));
396 strlcpy(nd.ifname, ifi->ifi_ifname,
528 strlcpy(ifi->ifi_ifname, ifname, IFNAMSIZ);
543 strlcpy(ifr.ifr_name, ifi->ifi_ifname,
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dmaster.c170 (void)strlcpy(newdate, ctime(&tsp_time_sec),
189 (void)strlcpy(newdate, ctime(&tsp_time_sec),
357 (void)strlcpy(olddate, date(), sizeof(olddate));
630 (void)strlcpy(ret->name, name, sizeof(ret->name));
H A Dslave.c259 (void)strlcpy(olddate, date(), sizeof(olddate));
261 (void)strlcpy(newdate, ctime(&tsp_time_sec),
348 (void)strlcpy(newdate, ctime(&tsp_time_sec),
357 (void)strlcpy(newdate, ctime(&tsp_time_sec),

Completed in 151 milliseconds

<<11121314151617181920>>