Home
last modified time | relevance | path

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

1234567

/freebsd-12.1/gnu/usr.bin/grep/
H A Dexclude.c39 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 Dexclude.h29 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 Dsavedir.h16 struct exclude *, struct exclude *));
H A Dsavedir.c106 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 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()
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-12.1/contrib/llvm/include/llvm/
H A Dmodule.modulemap28 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 Dcitrus_big5.c167 _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 Dofw_machdep.c233 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 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-12.1/release/
H A DMakefile160 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 Dexcludes.c50 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 D340.noid23 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 Dgrep_freebsd_test.sh68 (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.arclint2 "exclude": "(contrib|crypto)",
13 "exclude": "(/tests/)"
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_config.c355 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 Dabts.c25 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 Dmake18 # 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 Dvacation.c143 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 Dzpool_import_all_001_pos.ksh215 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
217 | $EGREP -v "$exclude" | $GREP -v $TESTPOOL); do
/freebsd-12.1/usr.bin/unzip/
H A Dunzip.c259 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 Dambient_depth_filter_editor.c191 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 DTODO1 Add --include option (opposite of --exclude).
/freebsd-12.1/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh24 exclude() function

1234567