Searched refs:bundleName (Results 1 - 21 of 21) sorted by last modified time

/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dplugin_support.c504 char bundleName[MAXNAMLEN + 1]; local
525 if (strlcpy(bundleName, bundleDirName, sizeof(bundleName)) > sizeof(bundleName)) {
529 len = strlen(bundleName) - (sizeof(BUNDLE_DIR_EXTENSION) - 1);
530 bundleName[len] = '\0';
536 (*bundleInfo->start)(bundleName, bundlePath);
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dcodesigdb.cpp329 string bundleName; // client
332 bundleName = trim(cfString(name), '.');
333 if (bundleName.empty()) // fall back to signing identifier
334 bundleName = trim(cfString(signingIdentity), '.');
339 bundleName.c_str(), aclName.c_str());
344 if (bundleName == aclName) {
H A Dpcscmonitor.cpp202 string bundleName = tokendBundle->identifier(); local
205 assert(mReaders.find(bundleName) == mReaders.end()); // not already present
206 RefPointer<Reader> reader = new Reader(tokenCache(), bundleName);
213 secdebug("pcsc", "softtoken %s tokend launch failed", bundleName.c_str());
220 secdebug("pcsc", "softtoken %s probe failed", bundleName.c_str());
228 Syslog::notice("Software token %s activated", bundleName.c_str());
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c7713 start(const char *bundleName, const char *bundleDir) argument
/macosx-10.10.1/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c2282 start(const char *bundleName, const char *bundleDir) argument
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.h71 int writtenFilenameLen, const char* packageName, const char* bundleName, UErrorCode *status);
H A Dwrtjava.c617 const char* packageName, const char* bundleName,
628 bName = (bundleName==NULL) ? "LocaleElements" : bundleName;
615 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, char *writtenFilename, int writtenFilenameLen, const char* packageName, const char* bundleName, UErrorCode *status) argument
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/
H A Dtstdtmod.cpp211 RBTestDataModule::getTestBundle(const char* bundleName, UErrorCode &status) argument
217 testBundle = ures_openDirect(icu_data, bundleName, &status);
219 fLog.dataerrln(UNICODE_STRING_SIMPLE("Could not load test data from resourcebundle: ") + UnicodeString(bundleName, -1, US_INV));
/macosx-10.10.1/kext_tools-384.1.4/
H A Dmkextunpack_main.c1100 CFStringRef bundleName = NULL; // don't release local
1108 bundleName = CFDictionaryGetValue(kextPlist, CFSTR("CFBundleExecutable"));
1109 if (!bundleName) {
1120 bundleName = (CFStringRef)CFArrayGetValueAtIndex(idParts, length - 1);
1124 if (!CFStringGetLength(bundleName)) {
1125 bundleName = NULL;
1131 if (!bundleName) {
1142 if (bundleName) {
1143 if (CFDictionaryGetValue(entries, bundleName)) {
1146 NULL, CFSTR("%@-%d"), bundleName, dupInde
[all...]
H A Dkextfind_query.c263 CFStringRef bundleName = NULL; // must release local
272 bundleName = CFURLCopyLastPathComponent(kextURL);
273 if (!bundleName) {
294 CFRange findResult = CFStringFind(bundleName,
303 bundleName, queryName,
304 CFRangeMake(0, CFStringGetLength(bundleName)),
313 SAFE_RELEASE(bundleName);
/macosx-10.10.1/tcl-105/tcl84/tcl/macosx/
H A DtclMacOSXBundle.c89 CONST char *bundleName,
94 return Tcl_MacOSXOpenVersionedBundleResources(interp, bundleName,
123 CONST char *bundleName,
136 bundleNameRef = CFStringCreateWithCString(NULL, bundleName,
87 Tcl_MacOSXOpenBundleResources( Tcl_Interp *interp, CONST char *bundleName, int hasResourceFile, int maxPathLen, char *libraryPath) argument
120 Tcl_MacOSXOpenVersionedBundleResources( Tcl_Interp *interp, CONST char *bundleName, CONST char *bundleVersion, int hasResourceFile, int maxPathLen, char *libraryPath) argument
/macosx-10.10.1/ICU-531.30/icuSources/tools/gensprep/
H A Dstore.c548 generateData(const char *dataDir, const char* bundleName) { argument
554 char* fileName = (char*) uprv_malloc(uprv_strlen(bundleName) +100);
576 printf("size of " U_ICUDATA_NAME "_%s." DATA_TYPE " contents: %ld bytes\n", bundleName,(long)size);
585 uprv_strcat(fileName,bundleName);
H A Dgensprep.c141 const char *bundleName=NULL, *inputFileName = NULL; local
174 bundleName = options[BUNDLE_NAME].value;
199 generateData(destDir, bundleName);
259 generateData(destDir, bundleName);
H A Dgensprep.h55 generateData(const char *dataDir, const char* bundleName);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dservloc.h384 ICUResourceBundleFactory(const UnicodeString& bundleName);
H A Dservrbf.cpp35 ICUResourceBundleFactory::ICUResourceBundleFactory(const UnicodeString& bundleName) argument
37 , _bundleName(bundleName)
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclPlatDecls.h63 CONST char *bundleName, int hasResourceFile,
70 Tcl_Interp *interp, CONST char *bundleName,
86 int (*tcl_MacOSXOpenBundleResources) (Tcl_Interp *interp, CONST char *bundleName, int hasResourceFile, int maxPathLen, char *libraryPath); /* 0 */
87 int (*tcl_MacOSXOpenVersionedBundleResources) (Tcl_Interp *interp, CONST char *bundleName, CONST char *bundleVersion, int hasResourceFile, int maxPathLen, char *libraryPath); /* 1 */
/macosx-10.10.1/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXBundle.c97 CONST char *bundleName,
102 return Tcl_MacOSXOpenVersionedBundleResources(interp, bundleName,
131 CONST char *bundleName,
144 bundleNameRef = CFStringCreateWithCString(NULL, bundleName,
95 Tcl_MacOSXOpenBundleResources( Tcl_Interp *interp, CONST char *bundleName, int hasResourceFile, int maxPathLen, char *libraryPath) argument
128 Tcl_MacOSXOpenVersionedBundleResources( Tcl_Interp *interp, CONST char *bundleName, CONST char *bundleVersion, int hasResourceFile, int maxPathLen, char *libraryPath) argument
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclPlatDecls.h82 Tcl_Interp * interp, CONST char * bundleName,
87 Tcl_Interp * interp, CONST char * bundleName,
113 int (*tcl_MacOSXOpenBundleResources) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * bundleName, int hasResourceFile, int maxPathLen, char * libraryPath)); /* 0 */
114 int (*tcl_MacOSXOpenVersionedBundleResources) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * bundleName, CONST char * bundleVersion, int hasResourceFile, int maxPathLen, char * libraryPath)); /* 1 */
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPlugin.h84 @param bundleName The name of the plug-in / bundle.
87 typedef void (*SCDynamicStoreBundleStartFunction) (const char *bundleName,
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Dtstdtmod.h99 UResourceBundle *getTestBundle(const char* bundleName, UErrorCode &status);

Completed in 332 milliseconds