Searched refs:excludes (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/usr.bin/locate/locate/
H A Dupdatedb.sh71 excludes="! (" or=""
74 excludes="$excludes $or -fstype $fstype"
77 excludes="$excludes ) -prune"
81 excludes="$excludes -or -path $path -prune"
87 excludes="$excludes -or -name $dir -type d -prune"
95 if $find -s $SEARCHPATHS $excludes
[all...]
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh8 usage: sh $(basename $0) [-e <excludes>] <category> [<testfiles>]
10 excludes: A shell script which defines test cases that are to be skipped,
/freebsd-13-stable/contrib/mtree/
H A Dexcludes.c1 /* $NetBSD: excludes.c,v 1.13 2004/06/20 22:20:18 jmc Exp $ */
39 __RCSID("$NetBSD: excludes.c,v 1.13 2004/06/20 22:20:18 jmc Exp $");
56 * We're assuming that there won't be a whole lot of excludes,
64 static LIST_HEAD(, exclude) excludes;
71 LIST_INIT(&excludes);
99 LIST_INSERT_HEAD(&excludes, e, link);
112 e = LIST_FIRST(&excludes);
H A DMakefile10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
/freebsd-13-stable/usr.sbin/fmtree/
H A Dexcludes.c47 * We're assuming that there won't be a whole lot of excludes,
55 static LIST_HEAD(, exclude) excludes;
60 LIST_INIT(&excludes);
92 LIST_INSERT_HEAD(&excludes, e, link);
105 LIST_FOREACH(e, &excludes, link) {
H A DMakefile10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
/freebsd-13-stable/usr.bin/diff/
H A Ddiff.h88 struct excludes { struct
90 struct excludes *next;
100 extern struct excludes *excludes_list;
H A Ddiff.c47 struct excludes *excludes_list;
415 * Read in an excludes file and push each line.
440 * Push a pattern onto the excludes list.
445 struct excludes *entry;
H A Ddiffdir.c218 * diff, else 0. Checks the excludes list.
223 struct excludes *excl;
233 /* check excludes list */
/freebsd-13-stable/usr.sbin/makefs/tests/
H A Dmakefs_tests_common.sh42 local excludes mtree_excludes_arg mtree_file
57 excludes="$excludes $OPTARG"
66 if [ -n "$excludes" ]; then
67 echo "$excludes" | tr ' ' '\n' > excludes.txt
68 mtree_excludes_arg="-X excludes.txt"
/freebsd-13-stable/usr.bin/gprof/
H A Dkernel.c16 static char *excludes[] = { ".mcount", "_mcleanup", NULL }; variable
62 *defaultEs = excludes;
H A Delf.c57 static char *excludes[] = { ".mcount", "_mcleanup", NULL }; variable
127 *defaultEs = excludes;
/freebsd-13-stable/usr.sbin/nmtree/
H A DMakefile9 SRCS= compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
/freebsd-13-stable/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c104 _BIG5ExcludeList excludes; member in struct:__anon7623
169 TAILQ_FOREACH(exclude, &ei->excludes, entry) {
205 exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList);
213 TAILQ_INSERT_TAIL(&ei->excludes, exclude, entry);
221 _CITRUS_PROP_HINT_NUM("excludes", &_citrus_BIG5_fill_excludes),
231 while ((exclude = TAILQ_FIRST(&ei->excludes)) != NULL) {
232 TAILQ_REMOVE(&ei->excludes, exclude, entry);
246 TAILQ_INIT(&ei->excludes);
258 TAILQ_INIT(&ei->excludes);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dimport.c316 apr_hash_t *excludes,
367 if (svn_hash_gets(excludes, local_abspath))
412 apr_hash_t *excludes,
433 apr_hash_t *excludes,
477 this_edit_path, depth_below_here, excludes,
550 apr_hash_t *excludes,
565 SVN_ERR(get_filtered_children(&dirents, local_abspath, excludes, NULL,
597 this_dir_baton, depth, excludes, global_ignores,
674 apr_hash_t *excludes,
772 SVN_ERR(get_filtered_children(&dirents, local_abspath, excludes,
313 get_filtered_children(apr_hash_t **children, const char *dir_abspath, apr_hash_t *excludes, apr_array_header_t *ignores, apr_array_header_t *global_ignores, svn_client_import_filter_func_t filter_callback, void *filter_baton, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
426 import_children(const char *dir_abspath, const char *edit_path, apr_hash_t *dirents, const svn_delta_editor_t *editor, void *dir_baton, svn_depth_t depth, apr_hash_t *excludes, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, import_ctx_t *import_ctx, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
544 import_dir(const svn_delta_editor_t *editor, void *dir_baton, const char *local_abspath, const char *edit_path, svn_depth_t depth, apr_hash_t *excludes, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, import_ctx_t *import_ctx, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
665 import(svn_boolean_t *updated_repository, const char *local_abspath, const char *url, const apr_array_header_t *new_entries, const svn_delta_editor_t *editor, void *edit_baton, svn_depth_t depth, svn_revnum_t base_rev, apr_hash_t *excludes, apr_hash_t *autoprops, apr_array_header_t *local_ignores, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
844 apr_hash_t *excludes = apr_hash_make(scratch_pool); local
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta2deps.py179 excludes = [] variable in class:MetaFile
279 self.excludes = getv(conf, 'EXCLUDES', [])
285 print("excludes=", self.excludes, file=self.debug_out)
541 for p in self.excludes:
/freebsd-13-stable/share/mk/
H A Dmeta2deps.py180 excludes = [] variable in class:MetaFile
280 self.excludes = getv(conf, 'EXCLUDES', [])
286 print("excludes=", self.excludes, file=self.debug_out)
542 for p in self.excludes:

Completed in 301 milliseconds