Searched refs:executableName (Results 1 - 6 of 6) sorted by last modified time

/macosx-10.10.1/cddafs-253/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.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c5725 CFStringRef executableName = NULL; // do not release local
5755 executableName = OSKextGetValueForInfoDictionaryKey(aKext,
5758 if (executableName) {
5762 executableName, /* note */ NULL);
5817 executableName, /* note */ NULL);
5852 kOSKextDiagnosticExecutableMissingKey, executableName,
5888 kOSKextDiagnosticExecutableMissingKey, executableName,
/macosx-10.10.1/kext_tools-384.1.4/
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);
996 CFStringRef executableName = NULL; // do not release local
1066 executableName = CFDictionaryGetValue(plist, CFSTR("CFBundleExecutable"));
1067 if (!executableName) {
1074 executable_name = createUTF8CStringForCFString(executableName);
/macosx-10.10.1/libxml2-26/libxml2/
H A DHTMLparser.c6614 const char* executableName = strrchr(executablePath, '/'); local
6615 if (!executableName)
6619 executableName++;
6621 if (strcmp(executableName, "TaxCut.real"))
H A DSAX2.c2187 const char* executableName = strrchr(executablePath, '/'); local
2188 if (!executableName)
2192 executableName++;
2194 if (strcmp(executableName, "Microsoft Document Connection"))
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclUtil.c26 static ProcessGlobalValue executableName = { variable
3169 TclSetProcessGlobalValue(&executableName, name, encoding);
3196 return TclGetProcessGlobalValue(&executableName);

Completed in 246 milliseconds