Searched refs:bundle (Results 1 - 25 of 40) sorted by relevance

12

/openbsd-current/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp24 // Set the path for a bundle by supplying a
27 // Release our old bundle and URL
44 CFBundleRef bundle = get(); local
45 if (bundle) {
46 CFCReleaser<CFURLRef> bundle_url(CFBundleCopyBundleURL(bundle));
58 CFBundleRef bundle = get(); local
59 if (bundle != NULL)
60 return ::CFBundleGetIdentifier(bundle);
65 CFBundleRef bundle = get(); local
66 if (bundle !
72 CFBundleRef bundle = get(); local
[all...]
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp36 // Set the path for a bundle by supplying a
39 // Release our old bundle and ULR
57 CFBundleRef bundle = get(); local
58 if (bundle != NULL)
59 return ::CFBundleGetIdentifier(bundle);
64 CFBundleRef bundle = get(); local
65 if (bundle != NULL)
66 return CFBundleCopyExecutableURL(bundle);
/openbsd-current/regress/lib/libcrypto/x509/
H A Dverify.c110 STACK_OF(X509) *roots = NULL, *bundle = NULL;
125 if (!certs_from_file(bundle_file, &bundle))
126 errx(1, "failed to load bundle from '%s'", bundle_file);
127 if (sk_X509_num(bundle) < 1)
128 errx(1, "not enough certs in bundle");
129 leaf = sk_X509_shift(bundle);
135 if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
172 sk_X509_pop_free(bundle, X509_free);
181 STACK_OF(X509) *roots = NULL, *bundle = NULL;
190 if (!certs_from_file(bundle_file, &bundle))
[all...]
H A Dcallbackfailures.c120 STACK_OF(X509) *roots = NULL, *bundle = NULL;
131 if (!certs_from_file(bundle_file, &bundle, 1))
132 errx(1, "failed to load bundle from '%s'", bundle_file);
133 if (!certs_from_file(bundle_file, &bundle, 0))
134 errx(1, "failed to load bundle from '%s'", bundle_file2);
135 if (sk_X509_num(bundle) < 1)
136 errx(1, "not enough certs in bundle");
137 leaf = sk_X509_shift(bundle);
143 if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
178 sk_X509_pop_free(bundle, X509_fre
[all...]
H A Dexpirecallback.c119 STACK_OF(X509) *roots = NULL, *bundle = NULL;
134 if (!certs_from_file(bundle_file, &bundle))
135 errx(1, "failed to load bundle from '%s'", bundle_file);
136 if (sk_X509_num(bundle) < 1)
137 errx(1, "not enough certs in bundle");
138 leaf = sk_X509_shift(bundle);
144 if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
182 sk_X509_pop_free(bundle, X509_free);
244 if (asprintf(&bundle_file, "%s/%s/bundle.pem", certs_path,
H A Dcallback.c115 STACK_OF(X509) *roots = NULL, *bundle = NULL;
126 if (!certs_from_file(bundle_file, &bundle))
127 errx(1, "failed to load bundle from '%s'", bundle_file);
128 if (sk_X509_num(bundle) < 1)
129 errx(1, "not enough certs in bundle");
130 leaf = sk_X509_shift(bundle);
136 if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
169 sk_X509_pop_free(bundle, X509_free);
363 if (asprintf(&bundle_file, "%s/%s/bundle.pem", certs_path,
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DCFBundle.cpp93 /// Return the bundle identifier.
95 if (CFBundleRef bundle = get())
96 return ::CFBundleGetIdentifier(bundle);
102 if (CFBundleRef bundle = get())
103 return ::CFBundleGetValueForInfoDictionaryKey(bundle, key);
108 /// Helper to initialize this instance with a new bundle created from the
131 // If we have a valid bundle and find its identifier we are done.
146 /// information about the bundle. Return default values on other platforms.
/openbsd-current/regress/sys/netinet/ipsec/
H A Dipsec.conf356 bundle identifier
362 bundle identifier
368 bundle identifier
373 bundle identifier
379 bundle identifier
385 bundle identifier
432 bundle identifier
438 bundle identifier
444 bundle identifier
449 bundle identifie
[all...]
H A DMakefile306 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
308 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
312 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
315 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
319 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
322 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
339 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
341 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
346 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
349 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/es
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dia64-dis.c77 bfd_byte bundle[16]; local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
100 t0 = bfd_getl64 (bundle);
101 t1 = bfd_getl64 (bundle + 8);
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-dis.c77 bfd_byte bundle[16]; local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
100 t0 = bfd_getl64 (bundle);
101 t1 = bfd_getl64 (bundle + 8);
/openbsd-current/regress/lib/libcrypto/x509/bettertls/
H A Dverify.c104 STACK_OF(X509) *roots = NULL, *bundle = NULL, *cert = NULL;
116 if (!certs_from_file(bundle_file, &bundle))
117 errx(1, "failed to load bundle from '%s'", bundle_file);
121 errx(1, "no certs in cert bundle %s", cert_file);
127 if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
158 if (!X509_STORE_CTX_init(xscip, store, leaf, bundle)) {
186 sk_X509_pop_free(bundle, X509_free);
/openbsd-current/regress/lib/libcrypto/x509/policy/
H A Dpolicy.c124 STACK_OF(X509) *roots = NULL, *bundle = NULL;
136 if (!certs_from_file(leaf_file, &bundle))
139 &bundle))
142 if (sk_X509_num(bundle) < 1)
143 errx(1, "not enough certs in bundle");
144 leaf = sk_X509_shift(bundle);
148 if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
192 sk_X509_pop_free(bundle, X509_free);
/openbsd-current/gnu/llvm/libcxx/utils/ci/
H A Dapple-install-libcxx.sh31 --symbols-dir <DIR> Path to the directory to install the .dSYM bundle to.
144 step "Installing the unstripped dylib and the dSYM bundle to ${symbols_dir}"
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DBundle.pm41 # to recurse into its prereq_pms, a bundle needs to recurse into its modules
90 $CPAN::Frontend->mydie("I don't know a bundle with ID '$id'\n") unless
108 $CPAN::Frontend->mywarn("Warning: cannot determine bundle content without a build_dir.\n");
140 The bundle file "$inst_file" may be a broken
141 bundlefile. It seems not to contain any bundle definition.
228 Carp::croak( "Can't $meth $id, don't have an associated bundle file. :-(\n" )
248 # XXX should optional be based on whether bundle was optional? -- xdg, 2012-04-01
254 # If a bundle contains another that contains an xs_file we have here,
301 No File found for bundle } . $self->id . qq{\n}), return;
H A DIndex.pm390 my($bundle,$id,$userid);
415 $bundle = $1;
418 if ($bundle) {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dia64-tdep.c76 represents the slot number in the bundle addressed by the
91 /* Length in bytes of an instruction bundle */
332 /* Extract ``len'' bits from an instruction bundle starting at
336 extract_bit_field (char *bundle, int from, int len) argument
342 unsigned char *b = (unsigned char *) bundle;
369 /* Replace the specified bits in an instruction bundle */
372 replace_bit_field (char *bundle, long long val, int from, int len) argument
377 unsigned char *b = (unsigned char *) bundle;
419 and instruction bundle */
422 slotN_contents (char *bundle, in argument
430 replace_slotN_contents(char *bundle, long long instr, int slotnum) argument
477 char bundle[BUNDLE_LEN]; local
548 char bundle[BUNDLE_LEN]; local
581 char bundle[BUNDLE_LEN]; local
[all...]
/openbsd-current/sbin/ipsecctl/
H A Dparse.y1056 { "bundle", BUNDLE },
2450 add_sabundle(struct ipsec_rule *r, char *bundle)
2458 (strcmp(rp->bundle, bundle) == 0)) {
2478 r->bundle = bundle;
2742 struct ipsec_key *enckey, char *bundle)
2771 if (bundle && add_sabundle(r, bundle))
2783 if (bundle
[all...]
H A Dipsecctl.h232 char *bundle; member in struct:ipsec_rule
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2770 } *bundle; local
2773 bundle = kzalloc(sizeof(*bundle), GFP_KERNEL);
2775 if (!bundle) {
2776 dm_error("Failed to allocate update bundle\n");
2781 bundle->stream_update.stream = dc_state->streams[k];
2784 bundle->surface_updates[m].surface =
2786 bundle->surface_updates[m].surface->force_full_update =
2794 &bundle->stream_update,
2795 bundle
8064 } *bundle; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp322 bool Host::GetBundleDirectory(const FileSpec &file, FileSpec &bundle) {
323 bundle.Clear();
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dfeature.pl76 # using 5.9.5 features bundle
79 # using 5.11 features bundle
82 # using 5.15 features bundle
87 # using 5.23 features bundle
90 # using 5.27 features bundle
95 # using 5.35 features bundle
97 # using 5.37 features bundle
266 $::bundle, $::feature
270 $::bundle = ":$_";
526 # set features to match the :5.36 bundle, whic
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D25_plv5162.t119 dlext => "bundle",
121 lddlflags => "-arch x86_64 -arch i386 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector",
155 dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
156 cccdlflags=' ', lddlflags='-arch x86_64 -arch i386 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector'
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dfeature.pm104 # set features to match the :5.36 bundle, which may turn off or on
109 # implicitly loads :5.36 feature bundle
897 a I<feature bundle>. The name of a feature bundle is prefixed with
904 bundle features included
974 The C<:default> bundle represents the feature set that is enabled before
986 implicit loading of a feature bundle for you.
995 That will enable the feature bundle for that version of Perl in the
1021 bundle is automatically loaded instead.
1076 Returns the feature bundle, i
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/
H A Dcorelist129 lists the first version bundle of each named feature given
312 . " feature bundle\n"

Completed in 701 milliseconds

12