Searched refs:pathArray (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/MITKerberosShim-62.1/profile/
H A Dprof_FSp_glue.c32 profile_filespec_t *pathArray = NULL; local
46 pathArray = (profile_filespec_t *) malloc ((fileCount + 1) * sizeof(const_profile_filespec_t));
47 if (pathArray == NULL) {
53 pathArray [i] = NULL;
62 pathArray[i] = (char *) malloc (sizeof(char) * PATH_MAX);
63 if (pathArray[i] == NULL) {
69 err = FSSpecToPOSIXPath (&files[i], pathArray[i], PATH_MAX);
83 retval = profile_init ((const_profile_filespec_t *) pathArray,
87 if (pathArray != NULL) {
89 if (pathArray [
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/library/
H A Dxmlswitch.tcl72 set state(pathArray) ${stateVarName}Paths
73 upvar #0 $state(pathArray) paths
220 catch {unset $state(pathArray)}
344 upvar #0 $state(pathArray) paths
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dctx.c2817 CFArrayRef pathArray; local
2832 pathArray = CFStringCreateArrayBySeparatingStrings(NULL, ctx->mountPath, CFSTR("/"));
2833 if (pathArray) {
2834 CFIndex indexCnt = CFArrayGetCount(pathArray);
2838 ((indexCnt == 2) && (CFStringGetLength((CFStringRef)CFArrayGetValueAtIndex(pathArray, 0)) == 0)))
2841 volname = (CFStringRef)CFArrayGetValueAtIndex(pathArray, indexCnt -1);
2846 if (pathArray)
2847 CFRelease(pathArray);
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c1022 CFMutableArrayRef pathArray = (CFMutableArrayRef)CFDictionaryGetValue(setProps, pathArrayName);
1023 if (!pathArray) {
1024 pathArray = (CFMutableArrayRef)CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);
1025 if (pathArray) CFDictionarySetValue(setProps, pathArrayName, pathArray);
1027 if (!pathArray) return NULL;
1030 CFArrayAppendValue(pathArray, partitionName);

Completed in 714 milliseconds