Home
last modified time | relevance | path

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

123456

/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh25 exclude() function
45 exclude EXFAIL common/aggs/tst.subr.d
51 exclude EXFAIL common/io/tst.fds.d
81 exclude EXFAIL common/mib/tst.icmp.ksh
82 exclude EXFAIL common/mib/tst.tcp.ksh
83 exclude EXFAIL common/mib/tst.udp.ksh
86 exclude SKIP common/privs/tst.fds.ksh
88 exclude SKIP common/privs/tst.getf.ksh
98 exclude SKIP common/funcs/tst.index.d
119 exclude EXFAIL common/misc/tst.roch.d
[all …]
/freebsd/contrib/diff/lib/
H A Dexclude.c84 struct exclude struct
86 struct patopts *exclude; argument
93 struct exclude *
102 free_exclude (struct exclude *ex) in free_exclude()
104 free (ex->exclude); in free_exclude()
146 struct patopts const *exclude = ex->exclude; in excluded_filename() local
156 char const *pattern = exclude[i].pattern; in excluded_filename()
157 int options = exclude[i].options; in excluded_filename()
188 ex->exclude = x2nrealloc (ex->exclude, &ex->exclude_alloc, in add_exclude()
189 sizeof *ex->exclude); in add_exclude()
[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
169 if (c >= exclude->start && c <= exclude->end) in _citrus_BIG5_check_excludes()
199 _BIG5Exclude *exclude; in _citrus_BIG5_fill_excludes() local
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()
228 _BIG5Exclude *exclude; in _citrus_BIG5_encoding_module_uninit() local
231 TAILQ_REMOVE(&ei->excludes, exclude, entry); in _citrus_BIG5_encoding_module_uninit()
[all …]
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap49 exclude header "llvm/CodeGen/CodeGenPassBuilder.h"
149 exclude header "llvm/DebugInfo/PDB/DIA/DIAError.h"
155 exclude header "llvm/DebugInfo/PDB/DIA/DIASession.h"
157 exclude header "llvm/DebugInfo/PDB/DIA/DIASupport.h"
158 exclude header "llvm/DebugInfo/PDB/DIA/DIATable.h"
159 exclude header "llvm/DebugInfo/PDB/DIA/DIAUtils.h"
206 exclude header "llvm/ExecutionEngine/MCJIT.h"
207 exclude header "llvm/ExecutionEngine/Interpreter.h"
226 exclude header "llvm/Frontend/OpenMP/OMPKinds.def"
387 exclude header "llvm/Support/PluginLoader.h"
[all …]
/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()
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()
337 exclude[j].mr_size < avail[i].mr_start + 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 DMakefile145 ( cd ${DISTDIR} && ${TAR_CMD} cLvf - --exclude .svn --exclude .zfs \
146 --exclude .git --exclude @ --exclude usr/src/release/dist usr/src | \
153 --exclude .git --exclude .svn \
154 --exclude usr/ports/distfiles --exclude usr/ports/packages \
155 --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/contrib/bc/gen/
H A Dstrgen.sh60 exclude="$3"
71 if [ "$exclude" -ne 0 ]; then
/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.sh58 (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/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/sys/arm64/arm64/
H A Dmachdep.c503 bool exclude = *(bool *)argp; in handle_efi_map_entry() local
523 if (exclude) { in handle_efi_map_entry()
537 if (!exclude) in handle_efi_map_entry()
550 bool exclude = false; in add_efi_map_entries() local
551 foreach_efi_map_entry(efihdr, handle_efi_map_entry, &exclude); in add_efi_map_entries()
557 bool exclude = true; in exclude_efi_map_entries() local
558 foreach_efi_map_entry(efihdr, handle_efi_map_entry, &exclude); in exclude_efi_map_entries()
/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/diff/
H A DTODO1 Add --include option (opposite of --exclude).
/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.c308 static struct pattern_list exclude = STAILQ_HEAD_INITIALIZER(exclude); variable
358 if (!STAILQ_EMPTY(&exclude) && match_pattern(&exclude, pathname)) in accept_pathname()
1181 add_pattern(&exclude, bsdunzip->argument); in getopts()
1275 add_pattern(&exclude, argv[nopts++]); in main()

123456