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

12

/macosx-10.9.5/ICU-511.35/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.9.5/WebKit2-7537.78.2/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.Development.mm69 uint32_t pathLength = sizeof(path);
70 _NSGetExecutablePath(path, &pathLength);
/macosx-10.9.5/SecurityTool-55115/
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.9.5/CF-855.17/
H A DCFFileUtilities.c222 CFIndex pathLength = dirPath ? strlen(dirPath) : 0; local
256 pathLength = wcslen(pathBuf);
274 if (pathLength + 2 >= CFMaxPathLength) {
281 pathBuf[pathLength] = '\\';
282 pathBuf[pathLength + 1] = '*';
283 pathBuf[pathLength + 2] = '\0';
286 pathBuf[pathLength] = '\0';
341 CFStringRef dirURLStr = CFStringCreateWithBytes(alloc, (const uint8_t *)pathBuf, pathLength * sizeof(wchar_t), kCFStringEncodingUTF16, NO);
354 pathBuf[pathLength] = '\0';
382 pathLength
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/
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.9.5/Security-55471.14.18/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.cpp486 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
516 if (path && pathLength)
518 CssmData(const_cast<void *>(reinterpret_cast<const void *>(path)), pathLength));
544 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
589 if (path && pathLength)
/macosx-10.9.5/Security-55471.14.18/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.cpp486 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
516 if (path && pathLength)
518 CssmData(const_cast<void *>(reinterpret_cast<const void *>(path)), pathLength));
544 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
589 if (path && pathLength)
/macosx-10.9.5/Security-55471.14.18/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.cpp486 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
516 if (path && pathLength)
518 CssmData(const_cast<void *>(reinterpret_cast<const void *>(path)), pathLength));
544 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
589 if (path && pathLength)
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkext_tools_util.c436 size_t pathLength = strlen(path); local
442 if (!pathLength || !suffixLength) {
455 while (pathLength-- && path[pathLength] == '/') {
457 if (!pathLength) {
461 pathLength++;
463 if (suffixLength >= pathLength) {
466 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.c2320 size_t pathLength = strlen(path); local
2321 size_t scanIndex = pathLength - 1;
2323 if (!pathLength) return;
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecTrust.c478 CFIndex pathLength = CFArrayGetCount(trust->_details); local
481 for (ix = 0; ix < pathLength; ++ix) {
646 CFIndex pathLength = details ? CFArrayGetCount(details) : 0;
647 for (CFIndex ix = 0; ix < pathLength; ++ix) {
653 else if (ix == pathLength - 1)
742 CFIndex pathLength = details ? CFArrayGetCount(details) : 0;
743 CFMutableArrayRef exceptions = CFArrayCreateMutable(kCFAllocatorDefault, pathLength, &kCFTypeArrayCallBacks);
745 for (ix = 0; ix < pathLength; ++ix) {
765 for (ix = pathLength; ix-- > 1;) {
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPathElement.idl34 readonly attribute SVGAnimatedNumber pathLength;
H A DSVGPathElement.cpp66 DEFINE_ANIMATED_NUMBER(SVGPathElement, SVGNames::pathLengthAttr, PathLength, pathLength)
71 REGISTER_LOCAL_ANIMATED_PROPERTY(pathLength)
237 document()->accessSVGExtensions()->reportError("A negative value for path attribute <pathLength> is not allowed");
H A DSVGPathElement.h121 DECLARE_ANIMATED_NUMBER(PathLength, pathLength)
/macosx-10.9.5/security_systemkeychain-55191.2/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.9.5/tcl-102/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.9.5/Security-55471.14.18/sec/securityd/
H A DSecTrustServer.c1154 CFIndex ix, pathLength = SecCertificatePathGetCount(builder->bestPath); local
1156 pathLength, builder->leafDetails);
1162 for (ix = 1; ix < pathLength; ++ix) {
/macosx-10.9.5/tcl-102/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

Completed in 239 milliseconds

12