Searched refs:strlcpy (Results 551 - 575 of 1186) sorted by relevance

<<21222324252627282930>>

/freebsd-12-stable/usr.sbin/ofwdump/
H A Dofwdump.c202 strlcpy(printbuf, &visbuf[i],
/freebsd-12-stable/usr.sbin/pkg/
H A Ddns_utils.c197 strlcpy(res[n]->host, host, MAXHOSTNAMELEN);
/freebsd-12-stable/usr.sbin/rtadvd/
H A Dadvcap.c199 strlcpy(tcname, p + 3, sizeof tcname);
/freebsd-12-stable/usr.sbin/wpa/ndis_events/
H A Dndis_events.c189 strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
/freebsd-12-stable/tools/tools/crypto/
H A Dcryptokeytest.c49 strlcpy(find.name, devname, sizeof(find.name));
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c70 strlcpy(saveline, line, sizeof(saveline));
1589 strlcpy (hbuf,
1996 strlcpy(m1save, m1, sizeof(m1save));
2075 strlcpy(line, "open ", sizeof(line));
2117 strlcpy (_hostname, hostp, sizeof(_hostname));
2186 strlcpy (_hostname, a->ai_canonname, sizeof(_hostname));
2191 strlcpy (addrstr, "unknown address", sizeof(addrstr));
H A Dutilities.c86 strlcpy(NetTraceFile, file, sizeof(NetTraceFile));
92 strlcpy(NetTraceFile, "(standard output)", sizeof(NetTraceFile));
/freebsd-12-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c1069 strlcpy(snmp_client.read_community, readcomm,
1072 strlcpy(snmp_client.write_community, writecomm,
1156 strlcpy(pdu->community, snmp_client.write_community,
1159 strlcpy(pdu->community, snmp_client.read_community,
1193 strlcpy(pdu->context_name, snmp_client.cname,
1756 strlcpy(cname, snmp_client.user.sec_name, sizeof(cname));
1787 strlcpy(snmp_client.user.sec_name, cname,
/freebsd-12-stable/crypto/openssh/
H A Dsftp.c1046 strlcpy(s_icapacity, "ERR", sizeof(s_icapacity));
1053 strlcpy(s_dcapacity, "ERR", sizeof(s_dcapacity));
1068 strlcpy(s_used, "error", sizeof(s_used));
1069 strlcpy(s_avail, "error", sizeof(s_avail));
1070 strlcpy(s_root, "error", sizeof(s_root));
1071 strlcpy(s_total, "error", sizeof(s_total));
2231 if (strlcpy(cmd, line, sizeof(cmd)) >= sizeof(cmd)) {
H A Dssh-keygen.c295 strlcpy(identity_file, buf, sizeof(identity_file));
1262 if (strlcpy(identity_file, cp, sizeof(identity_file)) >=
1278 if (strlcpy(tmp, identity_file, sizeof(tmp)) >= sizeof(tmp) ||
1280 strlcpy(old, identity_file, sizeof(old)) >= sizeof(old) ||
1514 strlcpy(new_comment, identity_comment, sizeof(new_comment));
2132 strlcpy(tmp, cp, tlen + 1);
2544 if (strlcpy(identity_file, optarg,
2640 if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2668 if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2889 strlcpy(commen
[all...]
/freebsd-12-stable/sbin/ipfw/
H A Ddummynet.c810 strlcpy(if_name, arg, namelen);
940 strlcpy(profile_name, arg, sizeof(profile_name));
1011 strlcpy(p->name, profile_name, sizeof(p->name));
1574 strlcpy(aqm_extra->name, av[-1],
1587 strlcpy(sch_extra->name, av[-1],
1657 strlcpy(sch->name, av[0], sizeof(sch->name));
1664 strlcpy(sch_extra->name, av[0],
/freebsd-12-stable/contrib/file/src/
H A DMakefile.in175 $(DEPDIR)/strlcpy.Plo $(DEPDIR)/vasprintf.Plo \
236 strcasestr.c strlcat.c strlcpy.c vasprintf.c
523 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcpy.Plo@am__quote@ # am--include-marker
750 -rm -f $(DEPDIR)/strlcpy.Plo
830 -rm -f $(DEPDIR)/strlcpy.Plo
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dmain.c1538 strlcpy(config_file, optarg, sizeof(config_file));
1581 strlcpy(engine_file, optarg, sizeof(engine_file));
1600 strlcpy(pid_file, optarg, sizeof(pid_file));
2381 strlcpy(m->section, section, sizeof(m->section));
2559 strlcpy(objres->descr, descr, sizeof(objres->descr));
2680 strlcpy(uuser->suser.sec_name, uname, SNMP_ADM_STR32_SIZ);
2790 strlcpy(user->secname, uname, sizeof(user->secname));
2955 strlcpy(acl->ctx_prefix, cprefix, sizeof(acl->ctx_prefix));
3034 strlcpy(view->viewname, vname, sizeof(view->viewname));
3102 strlcpy(ct
[all...]
/freebsd-12-stable/sys/dev/iscsi/
H A Discsi.c423 strlcpy(is->is_reason, "Waiting for iscsid(8)", sizeof(is->is_reason));
1424 strlcpy(is->is_target_alias, handoff->idh_target_alias,
1547 strlcpy(is->is_reason, fail->idf_reason, sizeof(is->is_reason));
1876 strlcpy(is->is_reason, "Waiting for iscsid(8)", sizeof(is->is_reason));
1944 strlcpy(iss.iss_target_alias, is->is_target_alias, sizeof(iss.iss_target_alias));
1945 strlcpy(iss.iss_reason, is->is_reason, sizeof(iss.iss_reason));
1946 strlcpy(iss.iss_offload, is->is_conn->ic_offload, sizeof(iss.iss_offload));
2393 strlcpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
2394 strlcpy(cpi->hba_vid, "iSCSI", HBA_IDLEN);
2395 strlcpy(cp
[all...]
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc.c437 strlcpy(service, "ntp", sizeof(service));
478 strlcpy(temphost, stoa(&addr), sizeof(temphost));
480 strlcpy(temphost, ai->ai_canonname, sizeof(temphost));
491 strlcpy(currenthost, temphost, sizeof(currenthost));
1470 strlcpy(fullhost, ai->ai_canonname,
/freebsd-12-stable/lib/geom/eli/
H A Dgeom_eli.c518 strlcpy(passbuf, cached_passphrase, sizeof(passbuf));
531 strlcpy(cached_passphrase, passbuf, sizeof(cached_passphrase));
717 strlcpy(md.md_magic, G_ELI_MAGIC, sizeof(md.md_magic));
942 strlcpy(backfile, str, sizeof(backfile));
958 strlcpy(suffix, &backfile[j+4],
/freebsd-12-stable/sys/dev/sound/pcm/
H A Dmixer.c514 ncopied = strlcpy(loc, snd_mixernames[i], nleft) + 1;
515 /* strlcpy retval doesn't include terminator */
857 strlcpy(devname, snd_mixernames[m->hwvol_mixer], sizeof(devname));
1239 strlcpy(mi->id, m->name, sizeof(mi->id));
1240 strlcpy(mi->name, device_get_desc(m->dev), sizeof(mi->name));
1447 strlcpy(mi->name, m->name, sizeof(mi->name));
1504 strlcpy(mi->devnode, devtoname(d->mixer_dev),
/freebsd-12-stable/lib/libjail/
H A Djail.c163 strlcpy(jail_errmsg, "no jail specified", JAIL_ERRMSGLEN);
410 strlcpy(tvalue, avalue, fw + 1);
604 strlcpy(jail_errmsg, "no jail specified", JAIL_ERRMSGLEN);
766 strlcpy(valbuf, bool_values[ival],
773 strlcpy(valbuf, jailsys_values[ival],
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c175 strlcpy(ireq.i_name, wif_name, IFNAMSIZ);
201 strlcpy(ifmr.ifm_name, ifname, sizeof(ifmr.ifm_name));
218 strlcpy(ifmr.ifm_name, wif->wname, sizeof(ifmr.ifm_name));
736 strlcpy(wcp.icp_parent, wif->pname, IFNAMSIZ);
779 strlcpy(ifr.ifr_name, wif->wname, IFNAMSIZ);
2235 strlcpy(ifr.ifr_name, wif->wname, IFNAMSIZ);
2377 strlcpy(ireq.i_name, wif->wname, IFNAMSIZ);
2504 strlcpy(ireq.i_name, wif->wname, IFNAMSIZ);
2821 strlcpy(mib_name, wlan_sysctl_name, sizeof(mib_name));
/freebsd-12-stable/contrib/mandoc/
H A Dmandocdb.c680 if (strlcpy(mlink->file, path,
848 if (strlcpy(buf, file, sizeof(buf)) >= sizeof(buf)) {
859 if (strlcpy(mlink->file, start, sizeof(mlink->file)) >=
1028 (void)strlcpy(buf, mlink->file, sizeof(buf));
2183 (void)strlcpy(tfn, "/tmp/mandocdb.XXXXXXXX", sizeof(tfn));
2265 (void)strlcpy(startdir, strerror(errno),
/freebsd-12-stable/contrib/unbound/sldns/
H A Dstr2wire.c890 strlcpy((char*)rr, line, *len);
901 strlcpy((char*)rr, line, *len);
908 strlcpy((char*)rr, line, *len);
913 strlcpy((char*)rr, line, *len);
1161 (void)strlcpy(my_ip_str, my_str, sizeof(my_ip_str));
1726 (void)strlcpy(proto_str, token, sizeof(proto_str));
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c466 strlcpy(str, pfs.ifname, sizeof str);
1383 strlcpy(io.pfrio_table.pfrt_name, pt->pfrt_name,
1523 strlcpy(pr.anchor, path, sizeof(pr.anchor));
1545 strlcpy(e->name, path, sizeof(e->name));
1578 strlcpy(prs.path, path, sizeof(prs.path));
1596 strlcpy(newpath, path, sizeof(newpath));
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l182 if (strlcpy(inc_file, include_path, sizeof(inc_file))
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_acts.c384 strlcpy(tbuf, msg, sizeof(tbuf));
901 strlcpy(pp->a_lastcode, str, sizeof(pp->a_lastcode));
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c70 #include <compat/strlcpy.h>
718 if (strlcpy(adcfg->adc_pidfile, pidfile,

Completed in 425 milliseconds

<<21222324252627282930>>