| /freebsd-13.1/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | exclude.sh | 24 exclude() function 44 exclude EXFAIL common/aggs/tst.subr.d 50 exclude EXFAIL common/io/tst.fds.d 80 exclude EXFAIL common/mib/tst.icmp.ksh 81 exclude EXFAIL common/mib/tst.tcp.ksh 82 exclude EXFAIL common/mib/tst.udp.ksh 85 exclude SKIP common/privs/tst.fds.ksh 87 exclude SKIP common/privs/tst.getf.ksh 97 exclude SKIP common/funcs/tst.index.d 118 exclude EXFAIL common/misc/tst.roch.d [all …]
|
| /freebsd-13.1/contrib/diff/lib/ |
| H A D | exclude.c | 84 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() 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 D | exclude.h | 36 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 D | gnulib.mk | 18 lib_SOURCES += exclude.h exclude.c
|
| /freebsd-13.1/lib/libiconv_modules/BIG5/ |
| H A D | citrus_big5.c | 167 _BIG5Exclude *exclude; in _citrus_BIG5_check_excludes() local 170 if (c >= exclude->start && c <= exclude->end) in _citrus_BIG5_check_excludes() 200 _BIG5Exclude *exclude; in _citrus_BIG5_fill_excludes() local 206 if (exclude != NULL && (wint_t)start <= exclude->end) in _citrus_BIG5_fill_excludes() 208 exclude = (void *)malloc(sizeof(*exclude)); in _citrus_BIG5_fill_excludes() 209 if (exclude == NULL) in _citrus_BIG5_fill_excludes() 211 exclude->start = (wint_t)start; in _citrus_BIG5_fill_excludes() 212 exclude->end = (wint_t)end; in _citrus_BIG5_fill_excludes() 229 _BIG5Exclude *exclude; in _citrus_BIG5_encoding_module_uninit() local 232 TAILQ_REMOVE(&ei->excludes, exclude, entry); in _citrus_BIG5_encoding_module_uninit() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ |
| H A D | module.modulemap | 29 exclude header "CodeGen/LinkAllCodegenComponents.h" 125 exclude header "DebugInfo/PDB/DIA/DIAError.h" 126 exclude header "DebugInfo/PDB/DIA/DIAFrameData.h" 131 exclude header "DebugInfo/PDB/DIA/DIASession.h" 133 exclude header "DebugInfo/PDB/DIA/DIASupport.h" 134 exclude header "DebugInfo/PDB/DIA/DIATable.h" 135 exclude header "DebugInfo/PDB/DIA/DIAUtils.h" 182 exclude header "ExecutionEngine/MCJIT.h" 183 exclude header "ExecutionEngine/Interpreter.h" 214 exclude header "Frontend/OpenMP/OMPKinds.def" [all …]
|
| /freebsd-13.1/release/ |
| H A D | Makefile | 139 cd ${DISTDIR} && tar cLvf - --exclude .svn --exclude .zfs \ 140 --exclude .git --exclude @ --exclude usr/src/release/dist usr/src | \ 147 --exclude .git --exclude .svn \ 148 --exclude usr/ports/distfiles --exclude usr/ports/packages \ 149 --exclude 'usr/ports/INDEX*' --exclude work usr/ports | \
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/usr.sbin/fmtree/ |
| H A D | excludes.c | 50 struct exclude { struct 51 LIST_ENTRY(exclude) link; 55 static LIST_HEAD(, exclude) excludes; argument 68 struct exclude *e; in read_excludes_file() 100 struct exclude *e; in check_excludes()
|
| /freebsd-13.1/sys/powerpc/ofw/ |
| H A D | ofw_machdep.c | 288 struct mem_region *exclude, int esz) in excise_reserved_regions() argument 298 if (exclude[j].mr_start <= avail[i].mr_start && in excise_reserved_regions() 299 exclude[j].mr_start + exclude[j].mr_size >= in excise_reserved_regions() 315 exclude[j].mr_start < avail[i].mr_start + in excise_reserved_regions() 317 if (exclude[j].mr_start + exclude[j].mr_size < in excise_reserved_regions() 320 exclude[j].mr_start + exclude[j].mr_size; in excise_reserved_regions() 327 avail[i].mr_size = exclude[j].mr_start - in excise_reserved_regions() 337 if (exclude[j].mr_start + exclude[j].mr_size >= in excise_reserved_regions() 338 avail[i].mr_start && exclude[j].mr_start + in excise_reserved_regions() 339 exclude[j].mr_size < avail[i].mr_start + in excise_reserved_regions() [all …]
|
| /freebsd-13.1/usr.sbin/periodic/etc/weekly/ |
| H A D | 340.noid | 23 exclude='' 41 exclude="$exclude -path $_p -prune -or" 49 \( $exclude ! -fstype local -prune -or -name \* \) -and \
|
| /freebsd-13.1/usr.bin/grep/tests/ |
| H A D | grep_freebsd_test.sh | 58 (cd "$(atf_get_srcdir)" && grep -r --exclude="*.out" -e "test" .) > d_grep_r_implied.out 71 atf_check -o save:d_grep_r_implied.out grep -r --exclude="*.out" -e "test" "$(atf_get_srcdir)" 72 atf_check -o file:d_grep_r_implied.out rgrep --exclude="*.out" -e "test" "$(atf_get_srcdir)"
|
| /freebsd-13.1/ |
| H A D | .arclint | 2 "exclude": "(contrib|crypto)", 13 "exclude": "(/tests/)"
|
| /freebsd-13.1/usr.sbin/prometheus_sysctl_exporter/ |
| H A D | prometheus_sysctl_exporter.c | 495 bool exclude, bool include, FILE *fp) in oid_print() argument 508 if (exclude && regexec(&exc_regex, metric, 0, NULL, 0) == 0) in oid_print() 574 bool exclude, include, gzip_mode, http_mode, print_descriptions; in main() local 578 include = exclude = gzip_mode = http_mode = print_descriptions = false; in main() 591 exclude = true; in main() 631 oid_print(&o, &on, print_descriptions, exclude, include, fp); in main() 643 oid_print(&o, &on, print_descriptions, exclude, include, fp); in main()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_config.c | 343 static const char *exclude = NULL; in zpool_skip_pool() local 352 exclude = getenv("__ZFS_POOL_EXCLUDE"); in zpool_skip_pool() 356 if (exclude != NULL) { in zpool_skip_pool() 357 cur = exclude; in zpool_skip_pool()
|
| /freebsd-13.1/contrib/apr-util/test/ |
| H A D | abts.c | 25 static int exclude = 0; variable 51 if ((found && !exclude) || (!found && exclude)) { in should_test_run() 387 exclude = 1; in main()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | make | 18 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST" 24 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_all_001_pos.ksh | 215 typeset exclude=`eval $ECHO \"'(${KEEP})'\"` 217 | $EGREP -v "$exclude" | $GREP -v $TESTPOOL); do
|
| /freebsd-13.1/contrib/sendmail/vacation/ |
| H A D | vacation.c | 143 bool initdb, exclude; local 187 exclude = false; 267 exclude = true; 294 if (!initdb && !list && !exclude) 424 if (initdb && !exclude) 430 if (exclude)
|
| /freebsd-13.1/contrib/diff/ |
| H A D | TODO | 1 Add --include option (opposite of --exclude).
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | ambient_depth_filter_editor.c | 191 svn_boolean_t exclude; in make_dir_baton() local 217 exclude = !exists; in make_dir_baton() 223 exclude = exists && (status == svn_wc__db_status_excluded); in make_dir_baton() 225 if (exclude) in make_dir_baton()
|
| /freebsd-13.1/contrib/atf/ |
| H A D | .travis.yml | 16 exclude:
|
| /freebsd-13.1/contrib/lutok/ |
| H A D | .travis.yml | 16 exclude:
|
| /freebsd-13.1/usr.bin/unzip/ |
| H A D | unzip.c | 267 static struct pattern_list exclude = STAILQ_HEAD_INITIALIZER(exclude); variable 313 if (!STAILQ_EMPTY(&exclude) && match_pattern(&exclude, pathname)) in accept_pathname() 1068 add_pattern(&exclude, optarg); in getopts()
|
| /freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/docs/source/ |
| H A D | index.rst | 28 :exclude-members: lzc_snap, lzc_recv, lzc_destroy_one,
|