| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | TestingConfig.py | 63 excludes = [], 109 test_exec_root, test_source_root, excludes, argument 122 self.excludes = set(excludes) 160 self.excludes = set(self.excludes)
|
| H A D | discovery.py | 191 if lc.suffixes or lc.excludes: 207 if filename in ('Output', '.svn', '.git') or filename in lc.excludes:
|
| /netbsd-src/usr.sbin/mtree/ |
| H A D | excludes.c | 64 static LIST_HEAD(, exclude) excludes; 71 LIST_INIT(&excludes); in init_excludes() 99 LIST_INSERT_HEAD(&excludes, e, link); in read_excludes_file() 112 e = LIST_FIRST(&excludes); in check_excludes()
|
| H A D | Makefile | 10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
|
| /netbsd-src/lib/libc/citrus/modules/ |
| H A D | citrus_big5.c | 106 _BIG5ExcludeList excludes; member 187 TAILQ_FOREACH(exclude, &ei->excludes, entry) { in _citrus_BIG5_check_excludes() 227 exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList); in _citrus_BIG5_fill_excludes() 235 TAILQ_INSERT_TAIL(&ei->excludes, exclude, entry); in _citrus_BIG5_fill_excludes() 255 while ((exclude = TAILQ_FIRST(&ei->excludes)) != NULL) { in _citrus_BIG5_encoding_module_uninit() 256 TAILQ_REMOVE(&ei->excludes, exclude, entry); in _citrus_BIG5_encoding_module_uninit() 272 TAILQ_INIT(&ei->excludes); in _citrus_BIG5_encoding_module_init() 284 TAILQ_INIT(&ei->excludes); in _citrus_BIG5_encoding_module_init()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | copy.pl | 21 my @excludes = (); 31 push @excludes, $1; 38 push @filelist, $f unless grep { $f =~ /$_/ } @excludes;
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | copy.pl | 21 my @excludes = (); 31 push @excludes, $1; 38 push @filelist, $f unless grep { $f =~ /$_/ } @excludes;
|
| /netbsd-src/share/i18n/esdb/BIG5/ |
| H A D | Big5.variable | 4 E row=0x81-0xFE;col=0x40-0x7E,0xA1-0xFE;excludes=0xA3C0-0xA3FE,0xC8D4-0xC8FE; 5 ETen row=0x81-0xFE;col=0x40-0x7E,0xA1-0xFE;excludes=0xA3C0-0xA3FE,0xC8D4-0xC8FE; 7 IBM row=0xA1-0xF9;col=0x40-0x7E,0xA1-0xFE;excludes=0xA3E1-0xA3FE;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/ |
| H A D | base.py | 19 filename in localConfig.excludes): 63 d not in localConfig.excludes)] 68 filename in localConfig.excludes):
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/ |
| H A D | constraints.md | 27 ; d - double pair base registers (excludes r0, r30 and r31 which overflow) 28 ; t - got address registers (excludes LR (r9) which is clobbered by set_got)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/standalone-tests-with-excludes/ |
| H A D | lit.cfg | 4 config.excludes = ['.test']
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | po.m4 | 34 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. 35 dnl The second test excludes FreeBSD msgfmt. 43 dnl The first test excludes Solaris xgettext and early GNU xgettext versions. 44 dnl The second test excludes FreeBSD xgettext.
|
| /netbsd-src/external/gpl3/gdb/dist/config/ |
| H A D | po.m4 | 34 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. 35 dnl The second test excludes FreeBSD msgfmt. 43 dnl The first test excludes Solaris xgettext and early GNU xgettext versions. 44 dnl The second test excludes FreeBSD xgettext.
|
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | po.m4 | 34 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. 35 dnl The second test excludes FreeBSD msgfmt. 43 dnl The first test excludes Solaris xgettext and early GNU xgettext versions. 44 dnl The second test excludes FreeBSD xgettext.
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | po.m4 | 34 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. 35 dnl The second test excludes FreeBSD msgfmt. 43 dnl The first test excludes Solaris xgettext and early GNU xgettext versions. 44 dnl The second test excludes FreeBSD xgettext.
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | po.m4 | 34 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. 35 dnl The second test excludes FreeBSD msgfmt. 43 dnl The first test excludes Solaris xgettext and early GNU xgettext versions. 44 dnl The second test excludes FreeBSD xgettext.
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | po.m4 | 34 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. 35 dnl The second test excludes FreeBSD msgfmt. 43 dnl The first test excludes Solaris xgettext and early GNU xgettext versions. 44 dnl The second test excludes FreeBSD xgettext.
|
| /netbsd-src/sys/external/bsd/compiler_rt/ |
| H A D | prepare-import.sh | 15 rm -rf lib/builtins/Darwin-excludes lib/builtins/macho_embedded
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| H A D | arguments.py | 89 uniq_excludes = set(os.path.abspath(entry) for entry in args.excludes) 90 args.excludes = list(uniq_excludes)
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | locale-zh.m4 | 69 This excludes the UTF-8 encoding (except on MirBSD). */ 79 single wide character. This excludes the GB2312 and GBK encodings. */
|
| H A D | locale-ja.m4 | 67 /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales 72 This excludes the UTF-8 encoding (except on MirBSD). */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/ |
| H A D | lit.cfg | 22 # excludes: A list of individual files to exclude. 23 config.excludes = ['Inputs']
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
| H A D | lit.cfg | 36 config.excludes = ['Inputs']
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | types.md | 37 ; excludes MOV, MVN and RSB(S) immediate. 39 ; or an immediate operand. This excludes 40 ; MOV and MVN but includes MOVT. This also excludes 43 ; shifted by a constant. This excludes simple shifts. 97 ; shifted by a constant. This excludes simple shifts.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | tcl_calltime_example.txt | 54 commands or procedures, this number excludes any subroutines called during
|