Searched refs:strlcpy (Results 401 - 425 of 1186) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/usr.sbin/trim/
H A Dtrim.c144 strlcpy(arg.name, "GEOM::candelete", sizeof(arg.name));
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c140 strlcpy(homedir, pw->pw_dir, sizeof(homedir));
290 strlcpy(line, p, sizeof(line));
/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h301 strlcpy(st, strsignal(WSTOPSIG(status)), sizeof(st));
302 strlcpy(ex, strsignal(expected), sizeof(ex));
/freebsd-12-stable/contrib/ntp/util/
H A Dtg.c269 strlcpy(device, DEVICE, sizeof(device));
275 strlcpy(device, optarg, sizeof(device));
/freebsd-12-stable/contrib/tcpdump/
H A DMakefile.in350 missing/strlcpy.c \
394 strlcpy.o: $(srcdir)/missing/strlcpy.c
395 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/strlcpy.c
/freebsd-12-stable/contrib/unbound/util/
H A Dnet_help.c216 (void)strlcpy(dest, "(inet_ntop error)", sizeof(dest));
237 (void)strlcpy(buf, str, sizeof(buf));
267 (void)strlcpy(buf, ip, sizeof(buf));
304 strlcpy(buf, str, sizeof(buf));
443 (void)strlcpy(buf, str, sizeof(buf));
460 (void)strlcpy(buf, str, sizeof(buf));
566 (void)strlcpy(dest, "(inet_ntop error)", sizeof(dest));
588 (void)strlcpy(dest, "(inet_ntop error)", sizeof(dest));
/freebsd-12-stable/contrib/blacklist/port/
H A Dsockaddr_snprintf.c206 (void)strlcpy(addr = abuf, sun->sun_path, sizeof(abuf));
221 (void)strlcpy(addr = abuf, link_ntoa(sdl), sizeof(abuf));
/freebsd-12-stable/lib/libc/net/
H A Dgethostbyht.c152 strlcpy(bp, cp, ep - bp);
167 strlcpy(bp, cp, ep - bp);
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_iface.c332 strlcpy(iif->ifname, name, sizeof(iif->ifname));
480 strlcpy(i->ifname, iif->ifname, sizeof(i->ifname));
/freebsd-12-stable/sys/vm/
H A Dmemguard.c89 strlcpy(desc, vm_memguard_desc, sizeof(desc));
97 strlcpy(vm_memguard_desc, desc, sizeof(vm_memguard_desc));
/freebsd-12-stable/lib/libnetgraph/
H A Dmsg.c212 strlcpy(sg->sg_data, path, NG_PATHSIZ);
280 strlcpy(path, sg->sg_data, NG_PATHSIZ);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A DMakefile.in52 strlcpy.o \
/freebsd-12-stable/usr.bin/mail/
H A Dutil.c242 strlcpy(dest, src, dsize);
545 strlcpy(cp2, cp, sizeof(namebuf) - (cp2 - namebuf) - 1);
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.c127 strlcpy(jspec->fmtoutput, buildstr, strsize);
158 strlcpy(jspec->fmtoutput, buildstr, strsize);
/freebsd-12-stable/usr.sbin/makefs/
H A Dmakefs.c401 strlcpy((void *)options[i].value, val, (size_t)
411 strlcpy(buf, val, len);
/freebsd-12-stable/usr.sbin/timed/timedc/
H A Dcmds.c301 (void)strlcpy(msg.tsp_name, myname, sizeof(msg.tsp_name));
404 (void)strlcpy(msg.tsp_name, myname, sizeof(msg.tsp_name));
/freebsd-12-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c648 strlcpy(hbuf, "?", sizeof(hbuf));
903 strlcpy(hbuf, "(invalid)", sizeof(hbuf));
1290 strlcpy(hbuf, "invalid", sizeof(hbuf));
1303 strlcpy(hbuf, "invalid", sizeof(hbuf));
1425 strlcpy(sbuf, "invalid", sizeof(sbuf));
1504 strlcpy(hbuf, "invalid", sizeof(hbuf));
1543 (void) strlcpy(domain, cp + 1, sizeof(domain));
1562 strlcpy(line, "invalid", sizeof(line));
/freebsd-12-stable/usr.sbin/watch/
H A Dwatch.c250 strlcpy(dev_name, buf, sizeof(dev_name));
343 strlcpy(dev_name, *av, sizeof(dev_name));
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c58 #include <compat/strlcpy.h>
318 (void)strlcpy(mdstr, "SHA256=", sizeof(mdstr));
954 PJDLOG_VERIFY(strlcpy(addr, "tls://N/A", size) < size);
959 PJDLOG_VERIFY(strlcpy(addr, tlsctx->tls_laddr, size) < size);
987 PJDLOG_VERIFY(strlcpy(addr, "tls://N/A", size) < size);
992 PJDLOG_VERIFY(strlcpy(addr, tlsctx->tls_raddr, size) < size);
/freebsd-12-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c357 strlcpy(ts, ++p, sizeof(ts));
658 strlcpy(dirent->dirname, cur_dir, MAXNAMLEN);
724 if (strlcpy(evn_map.en_name, evp->ae_name,
858 strlcpy(toname, fromname, ptr - fromname + 1);
1124 strlcpy(newname, recoveredname, sizeof(newname));
1282 strlcpy(newname, oldname, sizeof(newname));
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dtrap.c427 strlcpy(pdu->community, com, sizeof(pdu->community));
444 strlcpy(pdu->community, com, sizeof(pdu->community));
499 strlcpy(pdu->user.sec_name, target->secname,
682 strlcpy(addrs->name, aname, sizeof(addrs->name));
783 strlcpy(param->name, pname, sizeof(param->name));
848 strlcpy(notify->name, nname, sizeof(notify->name));
/freebsd-12-stable/tests/sys/kern/
H A Dunix_seqpacket_test.c90 strlcpy(sun.sun_path, path, sizeof(sun.sun_path));
449 strlcpy(sun.sun_path, path, sizeof(sun.sun_path));
470 strlcpy(sun.sun_path, path, sizeof(sun.sun_path));
493 strlcpy(sun.sun_path, path, sizeof(sun.sun_path));
774 strlcpy(sun.sun_path, path, sizeof(sun.sun_path));
815 strlcpy(sun.sun_path, path, sizeof(sun.sun_path));
/freebsd-12-stable/sbin/hastd/
H A Dhastd.c579 strlcpy(cfg->hc_controladdr, newcfg->hc_controladdr,
590 (void)strlcpy(cfg->hc_pidfile, newcfg->hc_pidfile,
681 strlcpy(cres->hr_remoteaddr, nres->hr_remoteaddr,
683 strlcpy(cres->hr_sourceaddr, nres->hr_sourceaddr,
689 strlcpy(cres->hr_exec, nres->hr_exec,
1248 if (strlcpy(cfg->hc_pidfile, pidfile,
/freebsd-12-stable/contrib/mandoc/
H A Dmdoc_html.c845 (void)strlcpy(cattr, "Bl-bullet", sizeof(cattr));
850 (void)strlcpy(cattr, "Bl-dash", sizeof(cattr));
854 (void)strlcpy(cattr, "Bl-item", sizeof(cattr));
858 (void)strlcpy(cattr, "Bl-enum", sizeof(cattr));
862 (void)strlcpy(cattr, "Bl-diag", sizeof(cattr));
866 (void)strlcpy(cattr, "Bl-hang", sizeof(cattr));
870 (void)strlcpy(cattr, "Bl-inset", sizeof(cattr));
874 (void)strlcpy(cattr, "Bl-ohang", sizeof(cattr));
884 (void)strlcpy(cattr, "Bl-column", sizeof(cattr));
980 (void)strlcpy(bu
[all...]
/freebsd-12-stable/usr.sbin/pw/
H A Dpw_user.c455 strlcpy(paths, path, sizeof(paths));
508 pwlen = strlcpy(buf, cryptpw, sizeof(buf));
539 strlcpy(pwbuf, user, sizeof(pwbuf));
568 strlcpy(uname, p, sizeof(uname));
570 strlcpy(office, p, sizeof(office));
572 strlcpy(wphone, p, sizeof(wphone));
574 strlcpy(hphone, p, sizeof(hphone));
959 strlcpy(home, pwd->pw_dir, sizeof(home));
962 strlcpy(grname, gr->gr_name, LOGNAMESIZE);
999 strlcpy(grou
[all...]

Completed in 420 milliseconds

<<11121314151617181920>>