Searched refs:strlcpy (Results 126 - 150 of 931) sorted by relevance

1234567891011>>

/macosx-10.10.1/bless-103/
H A Dbless.c189 strlcpy(actargs[ch].argument, optarg, sizeof(actargs[ch].argument));
194 strlcpy(actargs[ch].argument, argv[optind], sizeof(actargs[ch].argument));
/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLInterpretEFIXMLRepresentationAsLegacyDevice.c195 strlcpy(bsdName, sb->f_mntfromname + 5, bsdNameLen);
203 strlcpy(bsdName, sb->f_mntfromname + 5, bsdNameLen);
/macosx-10.10.1/configd-699.1.5/Plugins/KernelEventMonitor/
H A Dev_extra.m83 strlcpy(ifr.ifr_name, name, sizeof(ifr.ifr_name));
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dquotas.c57 strlcpy(match.username, username, sizeof(match.username));
220 strlcpy(q->username, username, sizeof(q->username));
H A Dauth.c223 strlcpy(ifname, name + 4, sizeof(ifname));
389 strlcpy(username, authinfo->items[0].value, sizeof(username));
428 strlcpy(username, pwd->pw_name, sizeof(username));
525 strlcpy(username, authorization + 9, sizeof(username));
557 strlcpy(username, localuser->username, sizeof(username));
615 strlcpy(password, ptr, sizeof(password));
638 strlcpy(data.username, username, sizeof(data.username));
639 strlcpy(data.password, password, sizeof(data.password));
929 strlcpy(username, output_token.value, sizeof(username));
984 strlcpy(schem
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dsysdep.c117 strlcpy(temp_names[temp_count++], new_name, strlen(new_name) + 1);
315 strlcpy(&new_format[new_len], pcp, sizeof (new_format) - new_len); /* Copy rest of format string */
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddce_error.c227 strlcpy ((char *)error_text, "successful completion", error_text_len);
347 strlcpy ((char *)error_text, "successful completion", dce_c_error_string_len);
/macosx-10.10.1/libutil-38/
H A Drealhostname.c60 strlcpy(trimmed, hp->h_name, sizeof(trimmed));
162 strlcpy(buf, ores->ai_canonname,
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dinet_ntop.c95 strlcpy(dst, tmp, size);
208 strlcpy(dst, tmp, size);
/macosx-10.10.1/rsync-45/rsync/
H A Dlog.c265 strlcpy(msg, buf, MIN((int)sizeof msg, len + 1));
388 strlcpy(buf, RSYNC_NAME ": ", sizeof buf);
435 total = strlcpy(buf, format, sizeof buf);
514 strlcpy(n, buf2, MAXPATHLEN);
522 strlcpy(n, buf2, MAXPATHLEN);
538 strlcpy(buf2, " => ", sizeof buf2);
541 strlcpy(buf2, " -> ", sizeof buf2);
546 strlcpy(buf2, " ", sizeof buf2);
/macosx-10.10.1/text_cmds-88/lam/
H A Dlam.c186 strlcpy(lp, ip->sepstring, line + sizeof(line) - lp);
220 strlcpy(lp, ip->sepstring, line + sizeof(line) - lp);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dnet_str_id.c130 strlcpy(entry->nsi_string, string, strlen(string) + 1);
192 strlcpy(iffmid->iffmid_str, entry->nsi_string, str_size);
/macosx-10.10.1/xnu-2782.1.97/libkern/net/
H A Dinet_ntop.c80 strlcpy(dst, tmp, size);
178 strlcpy(dst, tmp, size);
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Drandom_password.c70 strlcpy(pw, pass, len);
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dstrxfrm.c84 return strlcpy(dest, src, len);
/macosx-10.10.1/Libc-1044.1.2/sys/OpenBSD/
H A Dstack_protector.c66 strlcpy(tmp, str, 20);
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Ddebug.c133 (void)strlcpy(DebugBuffer, msg, sizeof(DebugBuffer));
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Ddebug.c145 l = strlcpy(debug_buffer, msg, sizeof debug_buffer);
/macosx-10.10.1/autofs-246/automountd/
H A Dnfs_subr.c91 strlcpy(url, "nfs:", len);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DCaptiveNetwork.c53 strlcpy(path, framework, sizeof(path));
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Djobs.c179 strlcpy(url, "5;URL=", sizeof(url));
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dsaslauthd.h159 /* Define to 1 if you have the `strlcpy' function. */
333 #define strlcpy(x,y,z) saslauthd_strlcpy((x),(y),(z)) macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dcompat.c108 size_t strlcpy(char *d, const char *s, size_t bufsize) function
/macosx-10.10.1/sudo-73/src/
H A Dfind_path.c78 strlcpy(command, infile, sizeof(command)); /* paranoia */
H A Dlinux_audit.c76 n = strlcpy(cp, *av, size - (cp - command));

Completed in 306 milliseconds

1234567891011>>