Home
last modified time | relevance | path

Searched refs:excluded (Results 1 – 25 of 137) sorted by relevance

123456

/openbsd/src/gnu/usr.bin/perl/Porting/
Dcore-cpan-diff278 my ( $excluded, $map, $customized ) =
287 cpan_to_perl( $excluded, $map, $customized, $cpan_file );
408 foreach my $exclude (@$excluded) {
551 my ( $excluded, $map, $customized ) = @$m{qw(EXCLUDED MAP CUSTOMIZED)};
553 $excluded ||= [];
556 return $excluded, $map, $customized if $map;
591 return $excluded, $map, $customized;
599 my ( $excluded, $map, $customized, $cpan_file ) = @_;
602 for my $exclude (@$excluded) {
DMaintainers.pm94 my $excluded = $Modules{$m}{EXCLUDED};
96 unless $excluded and @$excluded;
100 } @{ $excluded };
Dexclude_contrib.txt13 # would be excluded via entry
/openbsd/src/lib/libcrypto/x509/
Dx509_constraints.c1073 struct x509_constraints_names *excluded, in x509_constraints_extract_constraints() argument
1119 if (!x509_constraints_names_add(excluded, vname)) { in x509_constraints_extract_constraints()
1183 struct x509_constraints_names *excluded, int *error) in x509_constraints_check() argument
1191 for (j = 0; j < excluded->names_count; j++) { in x509_constraints_check()
1193 excluded->names[j])) { in x509_constraints_check()
1228 struct x509_constraints_names *excluded = NULL; in x509_constraints_chain() local
1256 if ((excluded = x509_constraints_names_new( in x509_constraints_chain()
1262 permitted, excluded, &verify_err)) in x509_constraints_chain()
1265 constraints_count += excluded->names_count; in x509_constraints_chain()
1271 if (!x509_constraints_check(names, permitted, excluded, in x509_constraints_chain()
[all …]
Dx509_internal.h129 struct x509_constraints_names *excluded, int *error);
134 struct x509_constraints_names *excluded, int *error);
Dx509_verify.c850 struct x509_constraints_names *excluded = NULL; in x509_verify_validate_constraints() local
863 if ((excluded = x509_constraints_names_new( in x509_verify_validate_constraints()
869 permitted, excluded, &err)) in x509_verify_validate_constraints()
872 permitted, excluded, &err)) in x509_verify_validate_constraints()
874 x509_constraints_names_free(excluded); in x509_verify_validate_constraints()
881 x509_constraints_names_free(excluded); in x509_verify_validate_constraints()
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/
DREADME.TXT1 This folder contains list of symbols that should be excluded from the builtin
2 libraries for Darwin. There are two reasons symbols are excluded:
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t/
DManifest.t395 ok( ! exists $files->{albatross}, 'albatross excluded via MANIFEST.SKIP' );
398 ok( ! exists $files->{foobar}, 'foobar excluded via mymanifest.skip' );
399 ok( ! exists $files->{foo}, 'foo excluded via mymanifest.skip' );
400 ok( ! exists $files->{orange}, 'orange excluded via global.skip' );
402 'mymanifest.skip excluded via mydefault.skip' );
404 'mydefault.skip excluded via mydefault.skip' );
412 "'$funky_file' excluded via mymanifest.skip" );
419 'albatross excluded via MANIFEST.SKIP' );
426 'foobar excluded via mymanifest.skip' );
428 'foo excluded via mymanifest.skip' );
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
Dstrings.t59 ok(!$range->accepts('1.6'), 'excluded version (>=, <=, !)');
66 ok(!$range->accepts('0.91'), 'excluded version ("", !)');
106 ok(!$req->accepts_module('A::Tribe::Called' => '1.6'), 'excluded version (>=, <=, !)');
Dbasic.t131 qr/both 1, which is excluded/,
/openbsd/src/gnu/llvm/llvm/tools/llvm-jitlistener/
DCMakeLists.txt1 # This tool is excluded from the CMake build if Intel JIT events are disabled.
/openbsd/src/regress/lib/libcrypto/CA/
Droot.cnf108 excluded;IP.0 = 0.0.0.0/0.0.0.0
109 excluded;IP.1 = 0:0:0:0:0:0:0:0/0:0:0:0:0:0:0:0
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
Dno-index.t82 'do not exclude a file with a name like an excluded dir',
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/
Dsh64elf.em132 /* Omit excluded or garbage-collected sections. */
270 /* Omit excluded or garbage-collected sections. */
419 /* Omit excluded or garbage-collected sections, and output sections
436 non-zero size, and are not excluded, and are not marked
/openbsd/src/gnu/llvm/lldb/tools/intel-features/
DREADME.txt49 the feature is excluded while building lldbIntelFeatures library.
/openbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dsh64elf.em132 /* Omit excluded or garbage-collected sections. */
270 /* Omit excluded or garbage-collected sections. */
419 /* Omit excluded or garbage-collected sections, and output sections
436 non-zero size, and are not excluded, and are not marked
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td1041 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1056 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1071 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1087 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1102 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1126 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1140 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1163 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1218 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1233 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
[all …]
/openbsd/src/usr.sbin/bgpd/
Drde_update.c165 int excluded = 0; in up_process_prefix() local
174 excluded = 1; in up_process_prefix()
190 if (excluded) { in up_process_prefix()
/openbsd/src/gnu/usr.bin/binutils/gprof/
Dfsf_callg_bl.m17 different viewpoints, functions excluded by options, etc,
/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
Dfsf_callg_bl.m17 different viewpoints, functions excluded by options, etc,
/openbsd/src/gnu/gcc/gcc/config/soft-fp/
Dt-softfp93 # Functions in libgcc2.c are excluded for each soft-float mode (a
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Ddotest.py378 if args.excluded:
379 for excl_file in args.excluded:
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
DChangeLog.mkhybrid22 and -path-list options. Allows a list of filenames to be excluded or
66 Altered way Apple/Unix associated files are excluded - e.g.
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dbugpoint.rst140 compile portions of the program that as they are excluded from the testcase.
/openbsd/src/gnu/llvm/llvm/docs/
DHowToUseInstrMappings.rst169 ``PredRel`` is excluded from the analysis. ``BaseOpcode`` is another important

123456