Home
last modified time | relevance | path

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

123456

/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh25 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 …]
/freebsd/lib/libc/tests/secure/
H A Dgenerate-fortify-tests.lua189 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 …]
/freebsd/contrib/diff/lib/
H A Dexclude.c84 struct exclude struct
86 struct patopts *exclude; member
93 struct exclude *
102 free_exclude (struct exclude *ex) in free_exclude()
104 free (ex->exclude); in free_exclude()
137 excluded_filename (struct exclude const *ex, char const *f) in excluded_filename()
146 struct patopts const *exclude = ex->exclude; in excluded_filename() local
150 bool excluded = !! (exclude[0].options & EXCLUDE_INCLUDE); in excluded_filename()
156 char const *pattern = exclude[i].pattern; in excluded_filename()
157 int options = exclude[i].options; in excluded_filename()
[all …]
H A Dexclude.h36 struct exclude;
38 struct exclude *new_exclude (void);
39 void free_exclude (struct exclude *);
40 void add_exclude (struct exclude *, char const *, int);
41 int add_exclude_file (void (*) (struct exclude *, char const *, int),
42 struct exclude *, char const *, int, char);
43 bool excluded_filename (struct exclude const *, char const *);
H A Dgnulib.mk18 lib_SOURCES += exclude.h exclude.c
/freebsd/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c166 _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 …]
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap46 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 …]
/freebsd/sys/kern/
H A Dsubr_efi_map.c58 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()
/freebsd/contrib/mtree/
H A Dexcludes.c59 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()
/freebsd/sys/powerpc/ofw/
H A Dofw_machdep.c286 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[ in excise_reserved_regions()
[all...]
/freebsd/usr.sbin/periodic/etc/weekly/
H A D340.noid22 exclude=''
40 exclude="$exclude -path $_p -prune -or"
48 \( $exclude ! -fstype local -prune -or -name \* \) -and \
/freebsd/release/
H A DMakefile159 ( cd ${DISTDIR} && ${TAR_CMD} cLvf - --exclude .svn --exclude .zfs \
160 --exclude .git --exclude @ --exclude usr/src/release/dist usr/src | \
167 --exclude .git --exclude .svn \
168 --exclude usr/ports/distfiles --exclude usr/ports/packages \
169 --exclude 'usr/ports/INDEX*' --exclude work usr/ports | \
/freebsd/tools/test/stress2/tools/
H A Dsplitall.sh43 exclude=`cat all.exclude $alllocal 2>/dev/null | sed '/^#/d' |
50 echo $exclude | grep -qw $i && continue
H A Dsetup.sh35 all.exclude Local list of tests to exclude, one test per line starting in column one
/freebsd/usr.bin/grep/tests/
H A Dgrep_freebsd_test.sh57 (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)"
/freebsd/
H A D.arclint2 "exclude": "(contrib|crypto)",
13 "exclude": "(/tests/)"
/freebsd/tools/test/stress2/misc/
H A Dall.sh44 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 Dgnop4.sh60 (cd /usr; tar --exclude compile --exclude-vcs -cf - src) | \
/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c491 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()
/freebsd/contrib/bc/gen/
H A Dstrgen.sh46 printf 'usage: %s input output exclude name [label [define [remove_tabs]]]\n' "$progname"
60 exclude="$3"
71 if [ "$exclude" -ne 0 ]; then
116 #if [ "$exclude" -ne 0 ]; then
/freebsd/contrib/file/magic/Magdir/
H A Dmake11 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
13 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c323 static const char *exclude = NULL; in zpool_skip_pool() local
332 exclude = getenv("__ZFS_POOL_EXCLUDE"); in zpool_skip_pool()
336 if (exclude != NULL) { in zpool_skip_pool()
337 cur = exclude; in zpool_skip_pool()
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_all_001_pos.ksh210 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
212 | $EGREP -v "$exclude" | $GREP -v $TESTPOOL); do
/freebsd/contrib/sendmail/vacation/
H A Dvacation.c141 bool initdb, exclude; local
185 exclude = false;
265 exclude = true;
292 if (!initdb && !list && !exclude)
421 if (initdb && !exclude)
427 if (exclude)
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c276 static struct pattern_list exclude = STAILQ_HEAD_INITIALIZER(exclude); variable
326 if (!STAILQ_EMPTY(&exclude) && match_pattern(&exclude, pathname)) in accept_pathname()
1152 add_pattern(&exclude, bsdunzip->argument); in getopts()
1246 add_pattern(&exclude, argv[nopts++]); in main()

123456