Searched refs:strlcpy (Results 251 - 275 of 931) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/smb-759.0/lib/smb/
H A Dctx.c163 strlcpy(OSLanman.NativeOS, "UNIX", sizeof(OSLanman.NativeOS));
165 strlcpy(OSLanman.NativeOS, "WINDOWS", sizeof(OSLanman.NativeOS));
356 strlcpy(ctx->ct_setup.ioc_user, name, SMB_MAXUSERNAMELEN);
387 strlcpy(ctx->ct_setup.ioc_domain, name, SMB_MAXNetBIOSNAMELEN+1);
404 strlcpy(ctx->ct_setup.ioc_password, "", sizeof(ctx->ct_setup.ioc_password));
406 strlcpy(ctx->ct_setup.ioc_password, passwd, sizeof(ctx->ct_setup.ioc_password));
435 strlcpy(ctx->ct_sh.ioc_share, share, sizeof(ctx->ct_sh.ioc_share));
463 strlcpy(ctx->ct_ssn.ioc_srvname, nbt_server, sizeof(ctx->ct_ssn.ioc_srvname));
698 strlcpy(ctx->ct_setup.ioc_user, rq.ioc_user, sizeof(ctx->ct_setup.ioc_user));
853 strlcpy(ct
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A Dippfind.c1177 strlcpy(buf, search, sizeof(buf));
1971 strlcpy(tptr, service->uri, sizeof(temp) - (size_t)(tptr - temp));
1973 strlcpy(tptr, service->domain, sizeof(temp) - (size_t)(tptr - temp));
1975 strlcpy(tptr, service->host, sizeof(temp) - (size_t)(tptr - temp));
1977 strlcpy(tptr, service->name, sizeof(temp) - (size_t)(tptr - temp));
1979 strlcpy(tptr, service->resource, sizeof(temp) - (size_t)(tptr - temp));
1981 strlcpy(tptr, port + 20, sizeof(temp) - (size_t)(tptr - temp));
1983 strlcpy(tptr, scheme + 22, sizeof(temp) - (size_t)(tptr - temp));
1988 strlcpy(tptr, txt, sizeof(temp) - (size_t)(tptr - temp));
2032 strlcpy(progra
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dauth.c569 strlcpy(user, u, sizeof(user));
571 strlcpy(passwd, p, sizeof(passwd));
1392 strlcpy(our_name, hostname, sizeof(our_name));
1394 strlcpy(user, our_name, sizeof(user));
1999 strlcpy(passwd, secret, MAXSECRETLEN);
2157 strlcpy(secbuf, passwd, sizeof(secbuf));
2221 strlcpy(secret, passwd, MAXWORDLEN);
2647 strlcpy(atfile, word+1, sizeof(atfile));
2660 strlcpy(lsecret, word, sizeof(lsecret));
2676 strlcpy(a
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp197 strlcpy( key, name, kIOMaxPlaneName + 1 );
202 strlcpy( end, kIORegPlaneParentSuffix, kIORegPlaneParentSuffixLen + 1 );
205 strlcpy( end, kIORegPlaneChildSuffix, kIORegPlaneChildSuffixLen + 1 );
208 strlcpy( end, kIORegPlaneNameSuffix, kIORegPlaneNameSuffixLen + 1 );
211 strlcpy( end, kIORegPlaneLocationSuffix, kIORegPlaneLocationSuffixLen + 1 );
906 strlcpy( nextComp, plane->nameKey->getCStringNoCopy(), len + 1);
916 strlcpy( nextComp, alias->getCStringNoCopy(), aliasLen + 1);
957 strlcpy( nextComp, alias->getCStringNoCopy(), compLen + 1);
1000 strlcpy( path, compName, len + 1 );
1005 strlcpy( pat
[all...]
/macosx-10.10.1/bootp-298/bootplib/
H A Dnbimages.c837 strlcpy(root_path, tmp, sizeof(root_path));
870 strlcpy(root_path, tmp, sizeof(root_path));
1019 strlcpy(entry->dir_name, dir_name, dir_name_len + 1);
1028 strlcpy(entry->dir_name_esc, dir_name_esc, dir_name_esc_len + 1);
1053 strlcpy((char *)entry->type_info.nfs.root_path, root_path,
1060 strlcpy((char *)entry->type_info.http.root_path, root_path,
1069 strlcpy((char *)entry->type_info.http.root_path_esc,
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-dlpi.c232 strlcpy(p->errbuf, pcap_strerror(errno),
301 strlcpy(p->errbuf, "send: Not supported on this version of this OS",
370 strlcpy(dname, p->opt.source, sizeof(dname));
372 strlcpy(dname, cp + 1, sizeof(dname));
437 strlcpy(dname, p->opt.source, sizeof(dname));
456 strlcpy(dname2, dname, sizeof(dname));
893 strlcpy(ebuf,
/macosx-10.10.1/network_cmds-457/traceroute6.tproj/
H A Dtraceroute6.c616 strlcpy(hbuf, "?", sizeof(hbuf));
866 strlcpy(hbuf, "(invalid)", sizeof(hbuf));
1181 strlcpy(hbuf, "invalid", sizeof(hbuf));
1194 strlcpy(hbuf, "invalid", sizeof(hbuf));
1272 strlcpy(sbuf, "invalid", sizeof(sbuf));
1354 strlcpy(hbuf, "invalid", sizeof(hbuf));
1411 strlcpy(line, "invalid", sizeof(line));
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_agent.c187 strlcpy(uri, "http://", URILength + 1);
235 (void)strlcpy(username, attr.data, user_size);
236 (void)strlcpy(password, outData, pass_size);
794 strlcpy(volumeName, optarg, NAME_MAX + 1);
834 strlcpy(volumeName, strrchr(g_mountPoint, '/') + 1, NAME_MAX + 1);
842 strlcpy(mntfromname, uri , MNAMELEN);
1023 strlcpy(un.sun_path, TMP_WEBDAV_UDS, sizeof(un.sun_path));
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dfetch.c189 (void)strlcpy(realm, cp, len + 1);
198 (void)strlcpy(user, guser, sizeof(user));
219 (void)strlcpy(clear, user, clen);
228 (void)strlcpy(*response, scheme, rlen);
382 (void)strlcpy(thost, url, len + 1);
724 strlcpy(hbuf, "?", sizeof(hbuf));
1319 len = strlcpy(msgbuf, "\nHTTP fetch aborted.\n", sizeof(msgbuf));
1597 (void)strlcpy(rempath, dir, sizeof(rempath));
1807 (void)strlcpy(path, uploadserver, len);
H A Dcmds.c267 (void)strlcpy(typename, p->t_name, sizeof(typename));
1066 (void)strlcpy(gsbuf, argv[1], sizeof(gsbuf));
1352 (void)strlcpy(locfile + 1, p, len - 1);
1451 (void)strlcpy(shellnam, namep, sizeof(shellnam));
1674 (void)strlcpy(buf, initial, sizeof(buf));
1954 (void)strlcpy(ntin, argv[1], sizeof(ntin));
1959 (void)strlcpy(ntout, argv[2], sizeof(ntout));
2020 (void)strlcpy(mapin, altarg, MAXPATHLEN);
2023 (void)strlcpy(mapout, cp, MAXPATHLEN);
2428 (void)strlcpy(macro
[all...]
/macosx-10.10.1/network_cmds-457/ndp.tproj/
H A Dndp.c1181 strlcpy(nd.ifname, ifname, sizeof (nd.ifname));
1304 strlcpy(host_buf, "?", sizeof (host_buf));
1364 strlcpy(namebuf, "?", sizeof (namebuf));
1414 strlcpy(namebuf, "?", sizeof (namebuf));
1448 strlcpy(dummyif, "lo0", sizeof (dummyif)); /* dummy */
1461 strlcpy(dummyif, "lo0", sizeof (dummyif)); /* dummy */
1476 strlcpy(dummyif, "lo0", sizeof (dummyif)); /* dummy */
1499 strlcpy(ndifreq.ifname, "lo0", sizeof (ndifreq.ifname)); /* dummy */
1518 strlcpy(ndifreq.ifname, "lo0", sizeof (ndifreq.ifname)); /* dummy */
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzip2recover.c312 strlcpy ( progName, argv[0], BZ_MAX_FILENAME );
349 strlcpy ( inFileName, argv[1], BZ_MAX_FILENAME );
471 strlcpy (outFileName, inFileName, sizeof outFileName);
/macosx-10.10.1/file_cmds-242/pax/
H A Dpat_rep.c753 arcn->nlen = strlcpy(arcn->name, tmpname, sizeof(arcn->name));
883 (void)strlcpy(buf1, name, sizeof(buf1));
994 *nlen = strlcpy(name, nname, nsize);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfcvt.c35 #define SF_INF ((_Sfi = 3), strlcpy(buf, (format & SFFMT_UPPER) ? uc_inf : lc_inf, size), buf)
36 #define SF_NAN ((_Sfi = 3), strlcpy(buf, (format & SFFMT_UPPER) ? uc_nan : lc_nan, size), buf)
37 #define SF_ZERO ((_Sfi = 1), strlcpy(buf, Zero, size), buf)
/macosx-10.10.1/rsync-45/rsync/
H A Dflist.c489 strlcpy(lastname, fname, MAXPATHLEN);
539 strlcpy(thisname, lastname, l1 + 1);
543 strlcpy(lastname, thisname, MAXPATHLEN);
675 strlcpy(bp, SYMLINK_PREFIX, linkname_len);
757 if (strlcpy(thisname, fname, sizeof thisname)
1100 if (strlcpy(p, dname, remainder) >= remainder) {
1169 strlcpy(fbuf, *argv++, MAXPATHLEN);
1283 strlcpy(olddir, curr_dir, sizeof olddir);
1329 strlcpy(lastpath, fbuf, sizeof lastpath);
1959 strlcpy(fbu
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.c262 strlcpy(gModuleNames[gNextModuleIndex++], modulename, sizeof(gModuleNames[0])); // copy it in
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DCIrLSAP.cpp225 strlcpy((char *)&fClassName[0], (char *)className, sizeof(fClassName));
227 strlcpy((char * )&fAttrName[0], (char *)attributeName, sizeof(fAttrName));
309 strlcpy( ( char * )&fConnectClassName, ( const char * )className, sizeof(fConnectClassName));
310 strlcpy( ( char * )&fAttributeName, ( const char * )attributeName, sizeof(fAttributeName));
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A Dfstab.c136 strlcpy(subline, _fs_fstab.fs_mntops, sizeof(subline));
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpop_auth.c77 strlcpy(auth_msg, message, sizeof(auth_msg));
H A Dpop_get_command.c94 if(p->debug) strlcpy (buf, mp, sizeof(buf));
/macosx-10.10.1/Heimdal-398.1.2/lib/com_err/
H A Dcompile_et.c229 strlcpy(Basename, p, sizeof(Basename));
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drand-egd.c69 strlcpy(addr.sun_path, path, sizeof(addr.sun_path));
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dacl.c66 strlcpy(string, "none", len);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dlog.c434 strlcpy(severity, "ERR", sizeof(severity));
436 strlcpy(facility, "AUTH", sizeof(facility));
448 strlcpy(severity, "ERR", sizeof(severity));
450 strlcpy(facility, "AUTH", sizeof(facility));
/macosx-10.10.1/Heimdal-398.1.2/lib/otp/
H A Dotp_md.c101 strlcpy (p, seed, len + 1);

Completed in 586 milliseconds

<<11121314151617181920>>