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

<<11121314151617181920>>

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Diruserok.c112 strlcpy(hname, hp->h_name, sizeof(hname));
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-hexnan.c141 strlcpy(cp, s + 1, len + 1);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dfmtmsg.c225 strlcpy(lmsgverb, msgverb, sizeof(lmsgverb));
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dconfstr.c209 strlcpy(buf, p, len);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth-rhosts.c110 strlcpy(userbuf, server_user, sizeof(userbuf));
H A Dentropy.c107 strlcpy(addr_un->sun_path, socket_path,
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dfmt_scaled.c232 strlcpy(result, "0B", FMT_SCALED_STRSIZE);
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Ddebuglog.c61 //#include "strlcpy.h"
141 strlcpy(DebugBuffer, msg, sizeof(DebugBuffer));
/macosx-10.10.1/bless-103/libbless/Network/
H A DBLGetPreferredNetworkInterface.c185 strlcpy(path, "<unknown>", sizeof path);
/macosx-10.10.1/bootp-298/bootplib/
H A Dbpflib.c94 strlcpy(ifr.ifr_name, en_name, sizeof(ifr.ifr_name));
/macosx-10.10.1/copyfile-118.1.2/
H A Dxattr_flags.c278 strlcpy(retval, eaname, tmp - eaname + 1);
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dhelp-index.c356 strlcpy(section, sectptr, sizeof(section));
803 strlcpy(relname, dent->filename, sizeof(relname));
895 strlcpy(section, "Other", sizeof(section));
911 strlcpy(section, ptr, sizeof(section));
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dstatbuf.c308 strlcpy(line, message, (size_t)linelen);
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Ddsm_p.h167 #define ustrlcpy(a,b,c) strlcpy((char *)(a),(char *)(b),c)
/macosx-10.10.1/file_cmds-242/ln/
H A Dln.c196 if (strlcpy(bbuf, target, sizeof(bbuf)) >= sizeof(bbuf) ||
/macosx-10.10.1/gpt-12/
H A Dshow.c111 strlcpy(buf, s, sizeof buf);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dregcmp.c219 strlcpy(sub[n], subject + match[i].rm_so, k);
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-septel.c189 strlcpy(handle->errbuf, "Sending packets isn't supported on Septel cards",
/macosx-10.10.1/libutil-38/
H A Dpidfile.c100 strlcpy(pfh->pf_path, path, sizeof(pfh->pf_path));
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dhist.c126 (void) strlcpy(el->el_line.buffer, hp,
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dmain.c211 if (cp != NULL && strlcpy(netrc, cp, sizeof(netrc)) >= sizeof(netrc))
353 if (strlcpy(netrc, optarg, sizeof(netrc))
494 if (strlcpy(netrc, localhome, sizeof(netrc)) >= sizeof(netrc) ||
513 (void)strlcpy(anonpass, anonuser, len);
/macosx-10.10.1/mail_cmds-30/mail/
H A Dcmd3.c66 if (strlcpy(cmd, str, sizeof(cmd)) >= sizeof(cmd))
124 if (strlcpy(cp2, lastbang, sizeof(bangbuf) - (cp2 - bangbuf))
148 if (strlcpy(str, bangbuf, strsize) >= strsize)
150 if (strlcpy(lastbang, bangbuf, sizeof(lastbang)) >= sizeof(lastbang))
/macosx-10.10.1/network_cmds-457/ifconfig.tproj/
H A Difvlan.c150 strlcpy(params.vlr_parent, val, sizeof(params.vlr_parent));
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dmcast.c254 strlcpy(myifname, link_ntoa(&psa->sdl), IFNAMSIZ);
342 strlcpy(thisifname, link_ntoa(&psa->sdl), IFNAMSIZ);
415 strlcpy(addrbuf, p, sizeof(addrbuf));
499 strlcpy(addrbuf, p, sizeof(addrbuf));
/macosx-10.10.1/network_cmds-457/rtsol.tproj/
H A Dprobe.c146 strlcpy(dr.ifname, "lo0", sizeof(dr.ifname)); /* dummy interface */

Completed in 302 milliseconds

<<11121314151617181920>>