Searched refs:strlcpy (Results 76 - 100 of 931) sorted by relevance

1234567891011>>

/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dlak.c188 strlcpy(conf->servers, p, LAK_URL_LEN);
191 strlcpy(conf->bind_dn, p, LAK_DN_LEN);
195 strlcpy(conf->password, p, LAK_BUF_LEN);
201 strlcpy(conf->search_base, p, LAK_DN_LEN);
204 strlcpy(conf->filter, p, LAK_DN_LEN);
207 strlcpy(conf->password_attr, p, LAK_BUF_LEN);
210 strlcpy(conf->group_dn, p, LAK_DN_LEN);
213 strlcpy(conf->group_attr, p, LAK_BUF_LEN);
216 strlcpy(conf->group_filter, p, LAK_BUF_LEN);
219 strlcpy(con
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_ruleset.c203 strlcpy(key->path, path, sizeof (key->path));
264 strlcpy(p, path, MAXPATHLEN);
276 strlcpy(p, path, MAXPATHLEN);
297 strlcpy(anchor->name, q, sizeof (anchor->name));
299 strlcpy(anchor->path, parent->path,
383 strlcpy(path, name + 1, MAXPATHLEN);
390 strlcpy(path, s->anchor->path, MAXPATHLEN);
431 strlcpy(pr->anchor_call, "/", sizeof (pr->anchor_call));
443 strlcpy(a, rs->anchor->path, MAXPATHLEN);
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKextVersion.c414 strlcpy(buffer, "(invalid)", bufferLength);
418 strlcpy(buffer, "(missing)", bufferLength);
424 strlcpy(buffer, "(invalid)", bufferLength);
444 strlcpy(buffer, "(invalid)", bufferLength);
467 strlcpy(buffer, "(invalid)", bufferLength);
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Drealpath.c137 left_len = strlcpy(left, path + 1, sizeof(left));
147 strlcpy(resolved, ".", PATH_MAX);
151 left_len = strlcpy(left, path, sizeof(left));
288 resolved_len = strlcpy(resolved, sfs.f_mntonname, PATH_MAX);
336 left_len = strlcpy(left, symlink, sizeof(left));
/macosx-10.10.1/xnu-2782.1.97/libkern/
H A DOSKextVersion.c416 strlcpy(buffer, "(invalid)", bufferLength);
420 strlcpy(buffer, "(missing)", bufferLength);
426 strlcpy(buffer, "(invalid)", bufferLength);
446 strlcpy(buffer, "(invalid)", bufferLength);
469 strlcpy(buffer, "(invalid)", bufferLength);
/macosx-10.10.1/Heimdal-398.1.2/lib/otp/
H A Dotp_db.c147 strlcpy (ctx->seed, p, sizeof(ctx->seed));
202 strlcpy (p, ctx->alg->name, rem);
227 strlcpy (p, ctx->seed, rem);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp151 strlcpy(info->pixelFormat, IO8BitIndexedPixels, sizeof(info->pixelFormat));
160 strlcpy(info->pixelFormat, IO16BitDirectPixels, sizeof(info->pixelFormat));
171 strlcpy(info->pixelFormat, IO32BitDirectPixels, sizeof(info->pixelFormat));
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dfake-rfc2553.c58 if (strlcpy(serv, tmpserv, servlen) >= servlen)
64 if (strlcpy(host, inet_ntoa(sin->sin_addr),
75 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
H A Dsetproctitle.c138 strlcpy(buf, __progname, sizeof(buf));
156 len = strlcpy(argv_start, ptitle, argv_env_len);
/macosx-10.10.1/cups-408/cups/cups/
H A Dlangprintf.c289 strlcpy(new_lc_time, lc_time, sizeof(new_lc_time));
293 strlcpy(charset, ".UTF-8", sizeof(new_lc_time) - (size_t)(charset - new_lc_time));
296 strlcpy(new_lc_time, "C", sizeof(new_lc_time));
H A Dtesti18n.c280 strlcpy(legsrc, legdest, sizeof(legsrc));
331 strlcpy(legsrc, legdest, sizeof(legsrc));
377 strlcpy(legsrc, legdest, sizeof(legsrc));
424 strlcpy(legsrc, legdest, sizeof(legsrc));
471 strlcpy(legsrc, legdest, sizeof(legsrc));
517 strlcpy(legsrc, legdest, sizeof(legsrc));
/macosx-10.10.1/cups-408/cups/examples/
H A Dppdx.c217 strlcpy(line, "PPD:", sizeof(line));
270 strlcpy(lineptr, pair, lineend - lineptr);
302 strlcpy(lineptr, pair, lineend - lineptr);
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dmessage.c184 strlcpy(msg_prefix, "idl: ", sizeof (msg_prefix));
266 strlcpy(format, msg_prefix, sizeof (format));
335 strlcpy(str,msg_prefix,str_len); /* Add prefix to messages */
/macosx-10.10.1/sudo-73/src/
H A Dget_pty.c105 strlcpy(name, line, namesz);
159 strlcpy(name, line, namesz);
200 strlcpy(name, line, namesz);
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sect.c68 strlcpy(sect->segname, src->segname, sizeof(sect->segname));
69 strlcpy(sect->sectname, src->sectname, sizeof(sect->sectname));
116 strlcpy(sect->segname, src->segname, sizeof(sect->segname));
117 strlcpy(sect->sectname, src->sectname, sizeof(sect->sectname));
160 strlcpy(sect->segname, KXLD_SEG_GOT, sizeof(sect->segname));
161 strlcpy(sect->sectname, KXLD_SECT_GOT, sizeof(sect->sectname));
193 strlcpy(sect->segname, segname, sizeof(sect->segname));
194 strlcpy(sect->sectname, sectname, sizeof(sect->sectname));
475 strlcpy(secthdr->sectname, sect->sectname, sizeof(secthdr->sectname));
476 strlcpy(secthd
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Drsaencpwd.c263 strlcpy(challenge, "randchal", sizeof(challenge));
395 strlcpy(name, UserNameRequested, name_sz);
416 strlcpy((char *)buf, " REJECT ", buflen);
420 strlcpy((char *)buf, " ACCEPT ", buflen);
433 strlcpy((char *)buf, " AUTH", buflen);
437 strlcpy((char *)buf, " CHALLENGEKEY", buflen);
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrDscInfo.cpp96 strlcpy((char*)&fNickname[0], name, sizeof(fNickname));
109 strlcpy((char*)name, (const char*)&fNickname[0], maxnamelen);
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dutmp_login.c51 strlcpy (dst, hostname, dst_sz);
59 strlcpy (dst, hostname, dst_sz);
/macosx-10.10.1/Libc-1044.1.2/include/secure/
H A D_string.h51 /* memccpy, memcpy, mempcpy, memmove, memset, strcpy, strlcpy, stpcpy,
103 #undef strlcpy macro
104 #define strlcpy(dest, src, len) \ macro
/macosx-10.10.1/network_cmds-457/ifconfig.tproj/
H A Difclone.c108 (void) strlcpy(ifr.ifr_name, name, sizeof(ifr.ifr_name));
126 strlcpy(name, ifr.ifr_name, sizeof(name));
/macosx-10.10.1/remote_cmds-47/wall.tproj/
H A Dttymsg.c82 strlcpy(p, line, sizeof(device) - (sizeof(_PATH_DEV) - 1));
84 strlcpy(p, line, sizeof(device));
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-sunrpc.c101 strlcpy(dstid, "sunrpc", sizeof(dstid));
169 strlcpy(buf, rp->r_name, sizeof(buf));
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Daname_to_localname.c87 strlcpy (lname, res, lnsize);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dtest-readenv.c52 strlcpy(tmpl, "env.XXXXXX", l);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dgetlogin.c96 if (strlcpy(logname, __logname, namelen) > namelen) {

Completed in 410 milliseconds

1234567891011>>