| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | exclude.c | 39 struct exclude struct 41 char const **exclude; argument 46 struct exclude * 49 struct exclude *ex = (struct exclude *) xmalloc (sizeof (struct exclude)); in new_exclude() 57 excluded_filename (struct exclude const *ex, char const *f, int options) in excluded_filename() 59 char const * const *exclude = ex->exclude; in excluded_filename() local 64 if (fnmatch (exclude[i], f, options) == 0) in excluded_filename() 71 add_exclude (struct exclude *ex, char const *pattern) in add_exclude() 74 ex->exclude = (char const **) xrealloc (ex->exclude, in add_exclude() 78 ex->exclude[ex->exclude_count++] = pattern; in add_exclude() [all …]
|
| H A D | exclude.h | 29 struct exclude; 31 struct exclude *new_exclude PARAMS ((void)); 32 void add_exclude PARAMS ((struct exclude *, char const *)); 33 int add_exclude_file PARAMS ((void (*) (struct exclude *, char const *), 34 struct exclude *, char const *, char)); 35 int excluded_filename PARAMS ((struct exclude const *, char const *, int));
|
| H A D | savedir.h | 16 struct exclude *, struct exclude *));
|
| H A D | savedir.c | 106 savedir (const char *dir, off_t name_size, struct exclude *included_patterns, in savedir() 107 struct exclude *excluded_patterns) in savedir()
|
| /freebsd-12.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-12.1/contrib/llvm/include/llvm/ |
| H A D | module.modulemap | 28 exclude header "CodeGen/LinkAllCodegenComponents.h" 115 exclude header "DebugInfo/PDB/DIA/DIAFrameData.h" 118 exclude header "DebugInfo/PDB/DIA/DIARawSymbol.h" 120 exclude header "DebugInfo/PDB/DIA/DIASession.h" 122 exclude header "DebugInfo/PDB/DIA/DIASupport.h" 123 exclude header "DebugInfo/PDB/DIA/DIATable.h" 124 exclude header "DebugInfo/PDB/DIA/DIAUtils.h" 164 exclude header "ExecutionEngine/MCJIT.h" 165 exclude header "ExecutionEngine/Interpreter.h" 171 exclude header "ExecutionEngine/Orc/RPCUtils.h" [all …]
|
| /freebsd-12.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-12.1/sys/powerpc/ofw/ |
| H A D | ofw_machdep.c | 233 struct mem_region *exclude, int esz) in excise_reserved_regions() argument 243 if (exclude[j].mr_start <= avail[i].mr_start && in excise_reserved_regions() 244 exclude[j].mr_start + exclude[j].mr_size >= in excise_reserved_regions() 260 exclude[j].mr_start < avail[i].mr_start + in excise_reserved_regions() 262 if (exclude[j].mr_start + exclude[j].mr_size < in excise_reserved_regions() 265 exclude[j].mr_start + exclude[j].mr_size; in excise_reserved_regions() 272 avail[i].mr_size = exclude[j].mr_start - in excise_reserved_regions() 282 if (exclude[j].mr_start + exclude[j].mr_size >= in excise_reserved_regions() 283 avail[i].mr_start && exclude[j].mr_start + in excise_reserved_regions() 284 exclude[j].mr_size < avail[i].mr_start + in excise_reserved_regions() [all …]
|
| /freebsd-12.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-12.1/release/ |
| H A D | Makefile | 160 cd ${DISTDIR} && tar cLvf - --exclude .svn --exclude .zfs \ 161 --exclude .git --exclude @ --exclude usr/src/release/dist usr/src | \ 168 --exclude .git --exclude .svn \ 169 --exclude usr/ports/distfiles --exclude usr/ports/packages \ 170 --exclude 'usr/ports/INDEX*' --exclude work usr/ports | \
|
| /freebsd-12.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-12.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-12.1/usr.bin/grep/tests/ |
| H A D | grep_freebsd_test.sh | 68 (cd "$(atf_get_srcdir)" && grep -r --exclude="*.out" -e "test" .) > d_grep_r_implied.out 81 atf_check -o save:d_grep_r_implied.out grep -r --exclude="*.out" -e "test" "$(atf_get_srcdir)" 82 atf_check -o file:d_grep_r_implied.out rgrep --exclude="*.out" -e "test" "$(atf_get_srcdir)"
|
| /freebsd-12.1/ |
| H A D | .arclint | 2 "exclude": "(contrib|crypto)", 13 "exclude": "(/tests/)"
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_config.c | 355 static const char *exclude = NULL; in zpool_skip_pool() local 364 exclude = getenv("__ZFS_POOL_EXCLUDE"); in zpool_skip_pool() 368 if (exclude != NULL) { in zpool_skip_pool() 369 cur = exclude; in zpool_skip_pool()
|
| /freebsd-12.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-12.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-12.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-12.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-12.1/usr.bin/unzip/ |
| H A D | unzip.c | 259 static struct pattern_list exclude = STAILQ_HEAD_INITIALIZER(exclude); variable 305 if (!STAILQ_EMPTY(&exclude) && match_pattern(&exclude, pathname)) in accept_pathname() 1001 add_pattern(&exclude, optarg); in getopts()
|
| /freebsd-12.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-12.1/contrib/diff/ |
| H A D | TODO | 1 Add --include option (opposite of --exclude).
|
| /freebsd-12.1/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | exclude.sh | 24 exclude() function
|