| /src/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | exclude.sh | 25 exclude() function 39 "${TESTBASE}/${2}") echo "Invalid exclude for $2" >&2; exit 1; ;; 45 exclude EXFAIL common/aggs/tst.subr.d 46 exclude EXFAIL common/dtraceUtil/tst.ELFGenerationOut.d.ksh 47 exclude EXFAIL common/dtraceUtil/tst.ELFGenerationWithO.d.ksh 48 exclude EXFAIL common/funcs/tst.copyin.d 49 exclude EXFAIL common/funcs/tst.copyinto.d 50 exclude EXFAIL common/funcs/tst.ddi_pathname.d 51 exclude EXFAIL common/io/tst.fds.d 52 exclude EXFAIL common/mdb/tst.dtracedcmd.ksh [all …]
|
| /src/lib/libc/tests/secure/ |
| H A D | generate-fortify-tests.lua | 189 exclude = excludes_stack_overflow, 233 exclude = excludes_stack_overflow, 247 exclude = excludes_stack_overflow, 260 exclude = excludes_stack_overflow, 274 exclude = excludes_stack_overflow, 291 exclude = excludes_stack_overflow, 306 exclude = excludes_stack_overflow, 323 exclude = excludes_stack_overflow, 350 exclude = excludes_stack_overflow, 388 exclude = excludes_stack_overflow, [all …]
|
| /src/lib/libiconv_modules/BIG5/ |
| H A D | citrus_big5.c | 166 _BIG5Exclude *exclude; in _citrus_BIG5_check_excludes() local 168 TAILQ_FOREACH(exclude, &ei->excludes, entry) { in _citrus_BIG5_check_excludes() 169 if (c >= exclude->start && c <= exclude->end) in _citrus_BIG5_check_excludes() 199 _BIG5Exclude *exclude; in _citrus_BIG5_fill_excludes() local 204 exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList); in _citrus_BIG5_fill_excludes() 205 if (exclude != NULL && (wint_t)start <= exclude->end) in _citrus_BIG5_fill_excludes() 207 exclude = (void *)malloc(sizeof(*exclude)); in _citrus_BIG5_fill_excludes() 208 if (exclude == NULL) in _citrus_BIG5_fill_excludes() 210 exclude->start = (wint_t)start; in _citrus_BIG5_fill_excludes() 211 exclude->end = (wint_t)end; in _citrus_BIG5_fill_excludes() [all …]
|
| /src/contrib/llvm-project/llvm/include/ |
| H A D | module.modulemap | 46 exclude header "llvm/CodeGen/LinkAllAsmWriterComponents.h" 47 exclude header "llvm/CodeGen/LinkAllCodegenComponents.h" 137 exclude header "llvm/DebugInfo/PDB/DIA/DIADataStream.h" 138 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h" 139 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h" 140 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h" 141 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h" 142 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h" 143 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h" 144 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h" [all …]
|
| /src/sys/kern/ |
| H A D | subr_efi_map.c | 58 bool exclude = *(bool *)argp; in handle_efi_map_entry() local 78 if (exclude) { in handle_efi_map_entry() 92 if (!exclude) in handle_efi_map_entry() 105 bool exclude = false; in efi_map_add_entries() local 106 efi_map_foreach_entry(efihdr, handle_efi_map_entry, &exclude); in efi_map_add_entries() 112 bool exclude = true; in efi_map_exclude_entries() local 113 efi_map_foreach_entry(efihdr, handle_efi_map_entry, &exclude); in efi_map_exclude_entries()
|
| /src/contrib/mtree/ |
| H A D | excludes.c | 59 struct exclude { struct 60 LIST_ENTRY(exclude) link; 64 static LIST_HEAD(, exclude) excludes; argument 79 struct exclude *e; in read_excludes_file() 107 struct exclude *e; in check_excludes()
|
| /src/contrib/jemalloc/scripts/ |
| H A D | gen_travis.py | 221 def included(combination, exclude): argument 228 return not any(excluded in combination for excluded in exclude) 231 def generate_jobs(os, arch, exclude, max_unusual_opts, unusuals=all_unusuals): argument 234 if included(combination, exclude): 245 exclude = [] 248 exclude = (CROSS_COMPILE_32BIT, CLANG,) 250 return generate_jobs(os, arch, exclude, max_unusual_opts) 258 exclude = ([Option.as_malloc_conf(opt) for opt in ( 265 return generate_jobs(os, arch, exclude, max_unusual_opts)
|
| /src/sys/powerpc/ofw/ |
| H A D | ofw_machdep.c | 286 struct mem_region *exclude, int esz) in excise_reserved_regions() argument 296 if (exclude[j].mr_start <= avail[i].mr_start && in excise_reserved_regions() 297 exclude[j].mr_start + exclude[j].mr_size >= in excise_reserved_regions() 312 if (exclude[j].mr_start >= avail[i].mr_start && in excise_reserved_regions() 313 exclude[j].mr_start < avail[i].mr_start + in excise_reserved_regions() 315 if (exclude[j].mr_start + exclude[j].mr_size < in excise_reserved_regions() 318 exclude[j].mr_start + exclude[j].mr_size; in excise_reserved_regions() 325 avail[i].mr_size = exclude[j].mr_start - in excise_reserved_regions() 335 if (exclude[j].mr_start + exclude[j].mr_size >= in excise_reserved_regions() 336 avail[i].mr_start && exclude[j].mr_start + in excise_reserved_regions() [all …]
|
| /src/usr.sbin/periodic/etc/weekly/ |
| H A D | 340.noid | 22 exclude='' 40 exclude="$exclude -path $_p -prune -or" 48 \( $exclude ! -fstype local -prune -or -name \* \) -and \
|
| /src/release/ |
| H A D | Makefile | 188 --exclude .svn --exclude .zfs \ 189 --exclude .git --exclude @ --exclude usr/src/release/dist \ 190 --exclude usr/src/release/obj usr/src ) 197 --exclude .git --exclude .svn \ 198 --exclude usr/ports/distfiles --exclude usr/ports/packages \ 199 --exclude 'usr/ports/INDEX*' --exclude work usr/ports )
|
| /src/tools/test/stress2/tools/ |
| H A D | splitall.sh | 43 exclude=`cat all.exclude $alllocal 2>/dev/null | sed '/^#/d' | 50 echo $exclude | grep -qw $i && continue
|
| H A D | setup.sh | 35 all.exclude Local list of tests to exclude, one test per line starting in column one
|
| /src/crypto/openssl/ |
| H A D | BSDmakefile | 64 --exclude 'Makefile*' --exclude '*.1' \ 70 --exclude 'Makefile*' --exclude '*.[357]' \
|
| /src/usr.bin/grep/tests/ |
| H A D | grep_freebsd_test.sh | 57 (cd "$(atf_get_srcdir)" && grep -r --exclude="*.out" -e "test" .) > d_grep_r_implied.out 70 atf_check -o save:d_grep_r_implied.out grep -r --exclude="*.out" -e "test" "$(atf_get_srcdir)" 71 atf_check -o file:d_grep_r_implied.out rgrep --exclude="*.out" -e "test" "$(atf_get_srcdir)"
|
| /src/ |
| H A D | .arclint | 2 "exclude": "(contrib|crypto)", 13 "exclude": "(/tests/)"
|
| /src/crypto/openssl/.ctags.d/ |
| H A D | exclude.ctags | 11 --exclude=.ctags.d 12 --exclude=test
|
| /src/tools/test/stress2/misc/ |
| H A D | all.sh | 44 alllocal=$sdir/all.exclude # Local exclude list 169 exclude=`cat all.exclude $alllocal 2>/dev/null | sed '/^#/d' | 195 [ -z "$all" ] && echo $exclude | grep -qw `basename $i` &&
|
| H A D | gnop4.sh | 60 (cd /usr; tar --exclude compile --exclude-vcs -cf - src) | \
|
| /src/usr.sbin/prometheus_sysctl_exporter/ |
| H A D | prometheus_sysctl_exporter.c | 491 bool exclude, bool include, FILE *fp) in oid_print() argument 505 if (exclude && regexec(&exc_regex, metric, 0, NULL, 0) == 0) in oid_print() 577 bool exclude, include, gzip_mode, http_mode, print_descriptions; in main() local 581 include = exclude = gzip_mode = http_mode = print_descriptions = false; in main() 594 exclude = true; in main() 634 oid_print(&o, &on, print_descriptions, exclude, include, fp); in main() 654 oid_print(&o, &on, print_descriptions, exclude, include, fp); in main()
|
| /src/contrib/bc/gen/ |
| H A D | strgen.sh | 60 exclude="$3" 71 if [ "$exclude" -ne 0 ]; then
|
| /src/contrib/file/magic/Magdir/ |
| H A D | make | 11 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST" 13 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
|
| /src/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_config.c | 310 static const char *exclude = NULL; in zpool_skip_pool() local 319 exclude = getenv("__ZFS_POOL_EXCLUDE"); in zpool_skip_pool() 323 if (exclude != NULL) { in zpool_skip_pool() 324 cur = exclude; in zpool_skip_pool()
|
| /src/usr.sbin/certctl/ |
| H A D | certctl.c | 313 read_cert(const char *path, struct cert_tree *tree, struct cert_tree *exclude) in read_cert() argument 330 if (exclude && find_cert(exclude, x509)) { in read_cert() 380 read_certs(const char *path, struct cert_tree *tree, struct cert_tree *exclude) in read_certs() argument 404 ret = read_cert(ent->fts_path, tree, exclude); in read_certs() 639 load_trusted(bool all, struct cert_tree *exclude) in load_trusted() argument 646 ret = read_certs(trusted_paths[i], &trusted, exclude); in load_trusted() 652 ret = read_certs(trusted_dest, &trusted, exclude); in load_trusted()
|
| /src/crypto/krb5/src/util/ |
| H A D | mkrel | 201 $TAR --exclude $reldir/src/lib/crypto \ 202 --exclude $reldir/src/lib/des425 \ 203 --exclude $reldir/doc \
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_all_001_pos.ksh | 210 typeset exclude=`eval $ECHO \"'(${KEEP})'\"` 212 | $EGREP -v "$exclude" | $GREP -v $TESTPOOL); do
|