| /openbsd-src/gnu/llvm/llvm/include/llvm/ |
| H A D | module.modulemap | 29 exclude header "CodeGen/LinkAllAsmWriterComponents.h" 30 exclude header "CodeGen/LinkAllCodegenComponents.h" 121 exclude header "DebugInfo/PDB/DIA/DIADataStream.h" 122 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h" 123 exclude header "DebugInfo/PDB/DIA/DIAEnumFrameData.h" 124 exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h" 125 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h" 126 exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.h" 127 exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h" 128 exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h" [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| H A D | no-index.t | 52 'exclude a specific package' 57 'namespace X does not exclude package X' 62 'exclude something under a namespace' 77 'exclude a specific file' 82 'do not exclude a file with a name like an excluded dir', 87 'exclude something under a directory'
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/ |
| H A D | Makefile.PL | 43 --exclude=blib \ 44 --exclude=.svn \ 45 --exclude='*~' \
|
| /openbsd-src/gnu/usr.bin/gcc/contrib/ |
| H A D | gcc_build | 191 --exclude=${OBJDIR} \ 192 --exclude=CVS \ 193 --exclude='.#*' \ 194 --exclude='*~' \
|
| /openbsd-src/gnu/llvm/libcxx/utils/ci/ |
| H A D | run-buildbot | 205 git ls-files -o --exclude-standard | tee ${BUILD_DIR}/generated_output.status 217 --exclude '*.dat' \ 218 --exclude 'escaped_output.*.pass.cpp' \ 219 --exclude 'format_tests.h' \ 220 --exclude 'format.functions.tests.h' \ 221 --exclude 'formatter.*.pass.cpp' \ 222 --exclude 'grep.pass.cpp' \ 223 --exclude 'locale-specific_form.pass.cpp' \ 224 --exclude 'ostream.pass.cpp' \ 225 --exclude 'std_format_spec_string_unicode.bench.cpp' \ [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/ |
| H A D | no_load.t | 22 my ($exclude, @modules) = @$test; 29 fresh_perl_is ($prog, "ok", {}, "$module does not load $exclude");
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/ |
| H A D | MANIFEST.in | 5 global-exclude *pyc 6 global-exclude *~
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | make.com | 16 $gcc/debug exclude.c 18 $link mkisofs.obj+write.obj+tree.obj+hash.obj+rock.obj+vms.obj+exclude.obj+ -
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | PkgDelete.pm | 97 $state->{exclude} = $state->opt('X'); 190 if (!($state->{automatic} || $state->{exclude})) { 204 unless ($state->{exclude}) { 360 if ($state->{exclude}) {
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | diff.c | 118 static char const **exclude; variable 127 if (fnmatch (exclude[i], f, 0) == 0) 137 exclude = (char const **) 139 ? xmalloc ((exclude_alloc = 64) * sizeof (*exclude)) 140 : xrealloc (exclude, (exclude_alloc *= 2) * sizeof (*exclude))); 142 exclude[exclude_count++] = pattern;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
| H A D | basic.t | 120 "we can exclude an endpoint", 132 "can't exclude all values" ; 235 dies_ok { $req->add_exclusion(Foo => 1); } qr/tried to exclude/, "!= && ==";
|
| /openbsd-src/gnu/usr.bin/perl/ext/B/B/ |
| H A D | Xref.pm | 399 my ($pack, %exclude); 405 $exclude{$pack."::"} = 1; 408 walksymtable(\%{"main::"}, "xref", sub { !defined($exclude{$_[0]}) });
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/ |
| H A D | MANIFEST.in | 6 global-exclude __pycache__ *.pyc *~
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | libgcc-excl.ver | 2 %exclude {
|
| /openbsd-src/regress/usr.bin/rsync/ |
| H A D | test3b_minusexclude.test | 21 $rsync --exclude ' *' -a dir1/ dir3
|
| H A D | test3d_minusexclude.test | 21 $rsync --exclude '* ' -a dir1/ dir3
|
| H A D | test3_minusexclude.test | 21 $rsync --exclude ' two.txt' -a dir1/ dir3
|
| H A D | test3c_minusexclude.test | 21 $rsync --exclude '* *' -a dir1/ dir3
|
| H A D | test12b_inex.test | 18 $rsync -a --exclude='*/' dir1/ dir3
|
| H A D | test12c_inex.test | 18 $rsync -a --include='*.txt' --include='*/' --exclude='*' dir1/ dir3
|
| H A D | test3e_minusexclude.test | 21 $rsync --exclude 'two3.txt ' -a dir1/ dir3
|
| H A D | test2_minusexclude.test | 21 $rsync --exclude 'four.txt' -a dir1/ dir3
|
| H A D | test12_inex.test | 19 $rsync -a --include='???.txt' --include='*/' --exclude='*' dir1/ dir3
|
| H A D | test4_excludedir.test | 22 $rsync --exclude two/three -a dir1/ dir3
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/ |
| H A D | Opts.td | 14 defm exclude : Eq<"exclude", "Remove symbols which match the pattern. Can be specified multiple tim…
|