Searched refs:executableName (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkextunpack_main.c526 CFStringRef executableName = NULL; // do not release local
650 executableName = CFDictionaryGetValue(infoDict, CFSTR("CFBundleExecutable"));
651 if (!executableName) {
658 executableNameCStringAlloced = createUTF8CStringForCFString(executableName);
990 CFStringRef executableName = NULL; // do not release local
1060 executableName = CFDictionaryGetValue(plist, CFSTR("CFBundleExecutable"));
1061 if (!executableName) {
1068 executable_name = createUTF8CStringForCFString(executableName);
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c786 CFStringRef executableName = _CFBundleCopyExecutableName(_mainBundle, NULL, NULL); local
787 if (!executableName || !executablePath || !CFStringHasSuffix(executablePath, executableName)) _mainBundle->_version = 4;
788 if (executableName) CFRelease(executableName);
800 CFStringRef executableName = _CFBundleCopyExecutableName(_mainBundle, NULL, NULL); local
801 if (!executableName || !executablePath || !CFStringHasSuffix(executablePath, executableName)) {
810 if (executableName) CFRelease(executableName);
1674 CFStringRef executableName = NULL; local
1711 _CFBundleCopyExecutableURLInDirectory2(CFBundleRef bundle, CFURLRef url, CFStringRef executableName, Boolean ignoreCache, Boolean useOtherPlatform) argument
1853 CFBundleCopyAuxiliaryExecutableURL(CFBundleRef bundle, CFStringRef executableName) argument
4248 CFStringRef executableName = _CFBundleCopyExecutableName(bundle, NULL, NULL); local
[all...]
H A DCFBundle.h315 CFURLRef CFBundleCopyAuxiliaryExecutableURL(CFBundleRef bundle, CFStringRef executableName);
/macosx-10.9.5/cddafs-252/FilesystemProber/
H A Dcddafs_util.cpp129 char * executableName = NULL; local
140 executableName = basename ( ( char * ) argv[0] );
141 if ( executableName == NULL )
144 if ( strcmp ( executableName, kUtilExecutableName ) == 0 )
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclUtil.c26 static ProcessGlobalValue executableName = { variable
3169 TclSetProcessGlobalValue(&executableName, name, encoding);
3196 return TclGetProcessGlobalValue(&executableName);
/macosx-10.9.5/libxml2-26/libxml2/
H A DSAX2.c2187 const char* executableName = strrchr(executablePath, '/'); local
2188 if (!executableName)
2192 executableName++;
2194 if (strcmp(executableName, "Microsoft Document Connection"))
H A DHTMLparser.c6614 const char* executableName = strrchr(executablePath, '/'); local
6615 if (!executableName)
6619 executableName++;
6621 if (strcmp(executableName, "TaxCut.real"))
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c5730 CFStringRef executableName = NULL; // do not release local
5760 executableName = OSKextGetValueForInfoDictionaryKey(aKext,
5763 if (executableName) {
5767 executableName, /* note */ NULL);
5822 executableName, /* note */ NULL);
5857 kOSKextDiagnosticExecutableMissingKey, executableName,
5893 kOSKextDiagnosticExecutableMissingKey, executableName,

Completed in 480 milliseconds