Searched refs:pathLength (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/ICU-531.30/icuSources/tools/gennorm2/
H A Dgennorm2.cpp157 int32_t pathLength=filename.length();
158 if( pathLength>0 &&
159 filename[pathLength-1]!=U_FILE_SEP_CHAR &&
160 filename[pathLength-1]!=U_FILE_ALT_SEP_CHAR
163 pathLength=filename.length();
176 filename.truncate(pathLength);
/macosx-10.10/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.Development.mm69 uint32_t pathLength = sizeof(path);
70 _NSGetExecutablePath(path, &pathLength);
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_list.c54 UInt32 pathLength = MAXPATHLEN; local
56 OSStatus result = SecKeychainGetPath(keychain, &pathLength, pathName);
60 fprintf(stdout, " \"%*s\"\n", (int)pathLength, pathName);
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFURLAccess.c382 CFIndex pathLength = strlen(path); local
425 base = CFURLCreateFromFileSystemRepresentation(alloc, path, pathLength, TRUE);
435 strncpy(subdirPath, path, pathLength);
436 subdirPath[pathLength] = '/';
437 strncpy(subdirPath + pathLength + 1, dent->d_name, nameLen);
438 subdirPath[pathLength + nameLen + 1] = '\0';
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychain.h515 @param pathLength The length of the buffer pointed to by path.
526 OSStatus SecKeychainAddInternetPassword(SecKeychainRef keychain, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef);
538 @param pathLength The length of the buffer pointed to by path.
549 OSStatus SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef);
H A DSecTrust.cpp208 CFIndex pathLength = CFArrayGetCount(details); local
211 for (ix = 0; ix < pathLength; ++ix) {
657 CFIndex pathLength = details ? CFArrayGetCount(details) : 0; local
659 pathLength, &kCFTypeArrayCallBacks);
661 for (ix = 0; ix < pathLength; ++ix) {
689 for (ix = pathLength; ix-- > 1;) {
H A DSecKeychain.cpp501 SecKeychainAddInternetPassword(SecKeychainRef keychainRef, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef) argument
531 if (path && pathLength)
533 CssmData(const_cast<void *>(reinterpret_cast<const void *>(path)), pathLength));
559 SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef) argument
604 if (path && pathLength)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychain.h515 @param pathLength The length of the buffer pointed to by path.
526 OSStatus SecKeychainAddInternetPassword(SecKeychainRef keychain, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef);
538 @param pathLength The length of the buffer pointed to by path.
549 OSStatus SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef);
H A DSecTrust.cpp208 CFIndex pathLength = CFArrayGetCount(details); local
211 for (ix = 0; ix < pathLength; ++ix) {
657 CFIndex pathLength = details ? CFArrayGetCount(details) : 0; local
659 pathLength, &kCFTypeArrayCallBacks);
661 for (ix = 0; ix < pathLength; ++ix) {
689 for (ix = pathLength; ix-- > 1;) {
H A DSecKeychain.cpp501 SecKeychainAddInternetPassword(SecKeychainRef keychainRef, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef) argument
531 if (path && pathLength)
533 CssmData(const_cast<void *>(reinterpret_cast<const void *>(path)), pathLength));
559 SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef) argument
604 if (path && pathLength)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychain.h515 @param pathLength The length of the buffer pointed to by path.
526 OSStatus SecKeychainAddInternetPassword(SecKeychainRef keychain, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef);
538 @param pathLength The length of the buffer pointed to by path.
549 OSStatus SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef);
H A DSecTrust.cpp208 CFIndex pathLength = CFArrayGetCount(details); local
211 for (ix = 0; ix < pathLength; ++ix) {
657 CFIndex pathLength = details ? CFArrayGetCount(details) : 0; local
659 pathLength, &kCFTypeArrayCallBacks);
661 for (ix = 0; ix < pathLength; ++ix) {
689 for (ix = pathLength; ix-- > 1;) {
H A DSecKeychain.cpp501 SecKeychainAddInternetPassword(SecKeychainRef keychainRef, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef) argument
531 if (path && pathLength)
533 CssmData(const_cast<void *>(reinterpret_cast<const void *>(path)), pathLength));
559 SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef) argument
604 if (path && pathLength)
/macosx-10.10/kext_tools-384.1.4/
H A Dkext_tools_util.c476 size_t pathLength = strlen(path); local
482 if (!pathLength || !suffixLength) {
495 while (pathLength-- && path[pathLength] == '/') {
497 if (!pathLength) {
501 pathLength++;
503 if (suffixLength >= pathLength) {
506 suffixIndex = pathLength - suffixLength;
H A Dmkextunpack_main.c527 uint32_t pathLength; local
551 pathLength = (uint32_t)strlen(kextPath);
552 if (pathLength && kextPath[pathLength-1] == '/') {
553 kextPath[pathLength-1] = '\0';
H A Dbootcaches.c2738 size_t pathLength = strlen(path); local
2739 size_t scanIndex = pathLength - 1;
2741 if (!pathLength) return;
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecTrust.c500 CFIndex pathLength = CFArrayGetCount(trust->_details); local
503 for (ix = 0; ix < pathLength; ++ix) {
668 CFIndex pathLength = details ? CFArrayGetCount(details) : 0;
669 for (CFIndex ix = 0; ix < pathLength; ++ix) {
675 else if (ix == pathLength - 1)
764 CFIndex pathLength = details ? CFArrayGetCount(details) : 0;
765 CFMutableArrayRef exceptions = CFArrayCreateMutable(kCFAllocatorDefault, pathLength, &kCFTypeArrayCallBacks);
767 for (ix = 0; ix < pathLength; ++ix) {
787 for (ix = pathLength; ix-- > 1;) {
/macosx-10.10/security_systemkeychain-55202/src/
H A Dsystemkeychain.cpp620 size_t pathLength = strlen(socketName.sun_path);
621 if (pathLength > searchForLength && socketName.sun_path[0] == '/') {
622 strcpy(socketName.sun_path + pathLength - searchForLength, replaceWith);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathElement.cpp74 DEFINE_ANIMATED_NUMBER(SVGPathElement, SVGNames::pathLengthAttr, PathLength, pathLength)
79 REGISTER_LOCAL_ANIMATED_PROPERTY(pathLength)
243 document().accessSVGExtensions()->reportError("A negative value for path attribute <pathLength> is not allowed");
H A DSVGPathElement.idl28 readonly attribute SVGAnimatedNumber pathLength;
H A DSVGPathElement.h115 DECLARE_ANIMATED_NUMBER(PathLength, pathLength)
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dfishvfs.tcl251 set pathLength [llength [file split $path]]
255 set fN [::file join $root [join [lrange [file split [file join [file dirname $file] $fileTail]] $pathLength end] /]]
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecTrustServer.c1153 CFIndex ix, pathLength = SecCertificatePathGetCount(builder->bestPath); local
1155 pathLength, builder->leafDetails);
1162 for (ix = 1; ix < pathLength; ++ix) {
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclNamesp.c4039 int pathLength, /* Length of pathAry. */
4042 if (pathLength != 0) {
4044 ckalloc(sizeof(NamespacePathEntry) * pathLength);
4047 for (i=0 ; i<pathLength ; i++) {
4068 nsPtr->commandPathLength = pathLength;
3995 TclSetNsPath( Namespace *nsPtr, int pathLength, Tcl_Namespace *pathAry[]) argument
H A DtclIntDecls.h969 EXTERN void TclSetNsPath(Namespace *nsPtr, int pathLength,
1271 void (*tclSetNsPath) (Namespace *nsPtr, int pathLength, Tcl_Namespace *pathAry[]); /* 227 */

Completed in 431 milliseconds

12