Searched refs:strlcpy (Results 276 - 300 of 1186) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/tools/regression/netinet6/inet6_rth/
H A Dtest_subr.c49 strlcpy(g_funcname, bufp,
/freebsd-12-stable/lib/libifconfig/
H A Dlibifconfig_bridge.c57 strlcpy(ifd.ifd_name, name, sizeof(ifd.ifd_name));
/freebsd-12-stable/lib/libnetbsd/
H A Defun.c65 if ((rv = strlcpy(dst, src, len)) >= len) {
/freebsd-12-stable/lib/libproc/
H A Dproc_rtld.c108 (void)strlcpy(map->pr_mapname, rdl->rdl_path,
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_info.c114 strlcpy(buf, thread->name, len);
/freebsd-12-stable/libexec/getty/
H A Dsubr.c76 strlcpy(path_gettytab, _PATH_GETTYTAB, sizeof(path_gettytab));
93 strlcpy(p, sp->value, l);
497 strlcpy(editedhost, HN + match[subex].rm_so, totalsize >
509 strlcpy(editedhost, HN, sizeof(editedhost));
/freebsd-12-stable/libexec/tftpd/
H A Dtftp-io.c200 strlcpy(bp, filename, sizeof(buf) - size);
206 strlcpy(bp, mode, sizeof(buf) - size);
248 strlcpy(bp, filename, sizeof(buf) - size);
254 strlcpy(bp, mode, sizeof(buf) - size);
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_stat.c142 strlcpy(buf, vst->desc, bufsize);
/freebsd-12-stable/sys/arm/arm/
H A Dplatform.c158 strlcpy(plat_name, plat_def_impl->name, sizeof(plat_name));
/freebsd-12-stable/include/
H A Dstring.h95 size_t strlcpy(char * __restrict, const char * __restrict, size_t);
/freebsd-12-stable/stand/uboot/common/
H A Dmain.c343 strlcpy(slice, "<none>", sizeof(slice));
345 strlcpy(slice, "<auto>", sizeof(slice));
350 strlcpy(partition, "<none>", sizeof(partition));
352 strlcpy(partition, "<auto>", sizeof(partition));
/freebsd-12-stable/crypto/heimdal/lib/wind/
H A Dtest-normalize.c152 strlcpy(filename, argv[1], sizeof(filename));
/freebsd-12-stable/crypto/openssh/
H A Dsshlogin.c81 strlcpy(buf, li.hostname, bufsize);
/freebsd-12-stable/sbin/devd/tests/
H A Dclient_test.c78 strlcpy(devd_addr.sun_path, sockpath, sizeof(devd_addr.sun_path));
/freebsd-12-stable/sbin/kldload/
H A Dkldload.c88 strlcpy(kldpath, element, MAXPATHLEN);
/freebsd-12-stable/usr.sbin/ac/
H A Dac.c118 strlcpy(tp->line, line, sizeof(tp->line));
201 strlcpy(up->user, user, sizeof(up->user));
380 strlcpy(up->ut_line, Console, sizeof(up->ut_line));
396 strlcpy(lp->user, up->ut_user, sizeof(lp->user));
/freebsd-12-stable/usr.sbin/gstat/
H A Dgstat.c144 strlcpy(f_s, optarg, sizeof(f_s));
248 strlcpy(pf_s, f_s, sizeof(pf_s));
553 strlcpy(tmp_f_s, line, sizeof(f_s));
573 strlcpy(f_s, tmp_f_s, sizeof(f_s));
/freebsd-12-stable/usr.sbin/rtsold/
H A Dcap_llflags.c92 if (strlcpy(ifr6.ifr_name, ifname, sizeof(ifr6.ifr_name)) >=
/freebsd-12-stable/sbin/pfctl/
H A Dparse.y869 if (strlcpy(r.tagname, $9.tag,
876 if (strlcpy(r.match_tagname, $9.match_tag,
919 if (strlcpy(r.match_tagname, $9.match_tag,
1068 strlcpy(loadanchor->anchorname, $3, MAXPATHLEN);
1131 if (strlcpy(r.match_tagname, $8.match_tag,
1272 if (strlcpy(j->ifname, i->ifname,
1285 if (strlcpy(h->addr.v.ifname, i->ifname,
1542 if (strlcpy(a.qname, $2, sizeof(a.qname)) >=
2009 if (strlcpy($$->queue, $1, sizeof($$->queue)) >=
2077 if (strlcpy(
[all...]
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c80 strlcpy (hostname_str, "", sz);
96 strlcpy (hostname_str, ai->ai_canonname, sz);
/freebsd-12-stable/contrib/mandoc/
H A Dtag.c92 (void)strlcpy(tag_files.ofn, "/tmp/man.XXXXXXXXXX",
94 (void)strlcpy(tag_files.tfn, "/tmp/man.XXXXXXXXXX",
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mprotect.c336 ATF_REQUIRE(strlcpy(map, "XXX", 3) == 3);
344 ATF_REQUIRE(strlcpy(map, "XXX", 3) == 0);
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dstring.c102 if (strlcpy(target, source, size) >= size) {
116 strlcpy(target, source, size);
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A DMakefile.nmake34 strlcpy.obj signal.obj bufferevent_filter.obj evthread.obj \
/freebsd-12-stable/contrib/libevent/
H A DMakefile.nmake34 strlcpy.obj signal.obj bufferevent_filter.obj evthread.obj \

Completed in 212 milliseconds

<<11121314151617181920>>