Searched refs:bundle (Results 226 - 250 of 366) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/securityd/libsecurity_agent/lib/
H A Dagentclient.h75 bundle = 'BNDL', enumerator in enum:SecurityAgent::__anon5433
/macosx-10.10.1/Security-57031.1.35/securityd/libsecurity_agent/security_agent_client/
H A Dagentclient.h75 bundle = 'BNDL', enumerator in enum:SecurityAgent::__anon5434
/macosx-10.10.1/Security-57031.1.35/securityd/security_agent_client/
H A Dagentclient.h75 bundle = 'BNDL', enumerator in enum:SecurityAgent::__anon5435
/macosx-10.10.1/Security-57031.1.35/securityd/security_agent_server/
H A Dagentclient.h75 bundle = 'BNDL', enumerator in enum:SecurityAgent::__anon5436
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebDownload.h93 /* [out, retval] */ BSTR* bundle);
/macosx-10.10.1/curl-83.1.2/curl/
H A DMakefile359 ca-bundle: lib/mk-ca-bundle.pl
360 @echo "generate a fresh ca-bundle.crt"
361 @perl $< -b -l -u lib/ca-bundle.crt
364 @echo "generate a fresh ca-bundle.crt"
365 ./lib/firefox-db2pem.sh lib/ca-bundle.crt
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A DMakefile.netware249 INSTDEP += ca-bundle.crt
263 INSTDEP += ca-bundle.crt
348 @-$(CP) ca-bundle.crt $(INSTDIR)/ca-bundle.crt
357 -$(RM) certdata.txt ca-bundle.crt
678 @echo ca-bundle path: $(CABUNDLE)
747 ca-bundle.crt: mk-ca-bundle.pl
H A Dmk-ca-bundle.vbs23 '* ca-bundle.crt for use with OpenSSL / libcurl / libcurl bindings
36 Const myCaBakF = TRUE ' Flag: backup existing ca-bundle certificate
52 myCaFile = "ca-bundle.crt"
76 ' Backup exitsing ca-bundle certificate file
112 myFh.Write "## This is a bundle of X.509 certificates of public Certificate Authorities" & vbLf
/macosx-10.10.1/libsecurity_agent-55000/lib/
H A Dagentclient.h74 bundle = 'BNDL', enumerator in enum:SecurityAgent::__anon9403
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DMakefile.pm304 foreach my $bundle (@{ $self->bundles }) {
305 my ($mod_name, $dist_dir) = @$bundle;
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DMakefile.pm304 foreach my $bundle (@{ $self->bundles }) {
305 my ($mod_name, $dist_dir) = @$bundle;
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DMakefile.pm307 foreach my $bundle (@{ $self->bundles }) {
308 my ($mod_name, $dist_dir) = @$bundle;
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnectionPrivate.c1944 CFBundleRef bundle; local
1954 bundle = _SC_CFBundleGet();
1975 if (bundle != NULL) {
1976 description = CFBundleCopyLocalizedString(bundle,
2032 if (bundle != NULL) {
2033 description = CFBundleCopyLocalizedString(bundle,
2096 if (bundle != NULL) {
2097 description = CFBundleCopyLocalizedString(bundle,
2157 if (bundle != NULL) {
2158 description = CFBundleCopyLocalizedString(bundle,
[all...]
H A DSCPOpen.c672 CFBundleRef bundle; local
701 /* get the application/executable/bundle name */
702 bundle = CFBundleGetMainBundle();
703 if (bundle != NULL) {
704 bundleID = CFBundleGetIdentifier(bundle);
710 url = CFBundleCopyExecutableURL(bundle);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ducurr.cpp41 const UChar *isoCode; /* const because it's a reference to a resource bundle string. */
50 // defaults encoded in the meta data resource bundle. If there is a
586 // Look up the CurrencyMap element in the root bundle.
893 // bundle in "en_US" and "en" are duplicated. The fallback mechanism will count
976 // Read currenc names defined in resource bundle "Currencies" and
2022 // Look up the CurrencyMap element in the root bundle.
2241 // Look up the CurrencyMap element in the root bundle.
2356 // Look up the CurrencyMap element in the root bundle.
2514 UResourceBundle *bundle = ures_openDirect(U_ICUDATA_CURR, "supplementalData", status); local
2515 ures_getByKey(bundle, "CurrencyMa
2639 UResourceBundle *bundle = ures_openDirect(0, "currencyNumericCodes", &status); local
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dmodule.m651 "currentBundle() -> bundle\n"
653 "Get the current bundle during module initialization.\n"
656 "Note that this is the default bundle used by\n"
676 "bundle_identifier=None) -> bundle\n"
678 "Load the bundle identified by 'bundle_path' or 'bundle_identifier' \n"
679 "and add the classes in the bundle to the 'module_globals'.\n"
681 "If 'bundle_identifier' is specified the right bundle is located\n"
683 "If 'bundle_path' is specified the right bundle is located using\n"
691 NSBundle* bundle = nil;
726 bundle
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c1613 // other protocols are send to the bundle
1713 // then, if nothing, link the socket attached to the bundle
1717 error("read from socket bundle: %m");
3393 CFBundleRef bundle; local
3408 bundle = CFBundleCreate(NULL, url);
3409 if (bundle) {
3411 if (CFBundleLoadExecutable(bundle)
3412 && (start = CFBundleGetFunctionPointerForName(bundle, CFSTR("start")))) {
3414 ret = (*start)(bundle);
3417 CFRelease(bundle);
3430 CFBundleRef bundle; local
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/InterfaceNamer/
H A Difnamer.c2372 setup_IOKit(CFBundleRef bundle) argument
2551 setup_Virtual(CFBundleRef bundle) argument
2588 CFBundleRef bundle = (CFBundleRef)arg; local
2593 dict = CFBundleGetInfoDictionary(bundle);
2621 if (!setup_Virtual(bundle)) {
2626 if (!setup_IOKit(bundle)) {
2673 CFRelease(bundle);
2681 load_InterfaceNamer(CFBundleRef bundle, Boolean bundleVerbose) argument
2690 CFRetain(bundle); // released in exec_InterfaceNamer
2696 pthread_create(&tid, &tattr, exec_InterfaceNamer, bundle);
2708 CFBundleRef bundle; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dderb.c78 UResourceBundle *bundle = NULL; local
116 " bundle ...\n", argc < 0 ? 'u' : 'U',
188 u_fprintf(ustderr, "processing bundle \"%s\"\n", argv[i]);
237 bundle = ures_openDirect(thename, locale, &status);
239 bundle = ures_open(fromICUData ? 0 : inputDir, locale, &status);
325 printOutBundle(out, converter, bundle, 0, pname, &status);
335 ures_close(bundle);
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientItemID.c81 #define kEAPOLControllerPath "/System/Library/SystemConfiguration/EAPOLController.bundle"
90 CFBundleRef bundle; local
103 bundle = CFBundleCreate(NULL, bundle_url);
105 if (bundle == NULL) {
109 = CFBundleCopyResourceURL(bundle, CFSTR(keapolclientPath),
111 CFRelease(bundle);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dlocdispnames.cpp17 * that then do not depend on resource bundle code and display name data.
306 /* top-level item: normal resource bundle access */
337 /* no string from a resource bundle: convert the substitute */
832 UResourceBundle *bundle = ures_open(U_ICUDATA_CURR, displayLocale, status); local
833 UResourceBundle *currencies = ures_getByKey(bundle, _kCurrencies, NULL, status);
841 ures_close(bundle);
/macosx-10.10.1/cups-408/cups/cups/
H A Dlanguage.c1140 CFBundleRef bundle; /* Main bundle (if any) */ local
1141 CFArrayRef bundleList; /* List of localizations in bundle */
1165 else if ((bundle = CFBundleGetMainBundle()) != NULL &&
1166 (bundleList = CFBundleCopyBundleLocalizations(bundle)) != NULL)
1168 DEBUG_puts("3appleLangDefault: Getting localizationList from bundle.");
1273 * 'appleMessageLoad()' - Load a message catalog from a localizable bundle.
/macosx-10.10.1/ppp-786.1.1/Authenticators/DSAuthentication/
H A Dmain.c60 static CFBundleRef bundle = 0; variable
95 bundle = ref;
96 CFRetain(bundle);
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-vpn/
H A Dmain.c90 static CFBundleRef bundle = 0; variable
123 ref is the vpn bundle reference
124 pppref is the ppp bundle reference
126 - As simple vpn bundles (bundle.vpn). the bundle contains the vpn bundle binary.
127 - As full ppp bundles (bundle.ppp). The bundle contains the ppp bundle binary,
128 and also the vpn kext and the vpn bundle binar
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp257 WKDataRef WKBundleCreateWKDataFromUInt8Array(WKBundleRef bundle, JSContextRef context, JSValueRef data) argument
259 return toAPI(toImpl(bundle)->createWebDataFromUint8Array(context, data).leakRef());

Completed in 352 milliseconds

1234567891011>>