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

/freebsd-10.0-release/usr.bin/locate/locate/
H A Dupdatedb.sh69 excludes="! (" or=""
72 excludes="$excludes $or -fstype $fstype"
75 excludes="$excludes ) -prune"
79 excludes="$excludes -or -path $path -prune"
85 excludes="$excludes -or -name $dir -type d -prune"
93 if $find -s $SEARCHPATHS $excludes
[all...]
/freebsd-10.0-release/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-10.0-release/usr.sbin/mtree/
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-10.0-release/usr.bin/gprof/
H A Dkernel.c16 static char *excludes[] = { ".mcount", "_mcleanup", NULL }; variable
62 *defaultEs = excludes;
H A Delf.c55 static char *excludes[] = { ".mcount", "_mcleanup", NULL }; variable
125 *defaultEs = excludes;
H A Daout.c58 static char *excludes[] = { "mcount", "__mcleanup", NULL }; variable
93 *defaultEs = excludes;
/freebsd-10.0-release/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c102 _BIG5ExcludeList excludes; member in struct:__anon5559
165 TAILQ_FOREACH(exclude, &ei->excludes, entry) {
201 exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList);
209 TAILQ_INSERT_TAIL(&ei->excludes, exclude, entry);
217 _CITRUS_PROP_HINT_NUM("excludes", &_citrus_BIG5_fill_excludes),
227 while ((exclude = TAILQ_FIRST(&ei->excludes)) != NULL) {
228 TAILQ_REMOVE(&ei->excludes, exclude, entry);
242 TAILQ_INIT(&ei->excludes);
254 TAILQ_INIT(&ei->excludes);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dimport.c68 apr_hash_t *excludes;
298 apr_hash_t *excludes,
349 if (svn_hash_gets(excludes, local_abspath))
394 apr_hash_t *excludes,
415 apr_hash_t *excludes,
459 this_edit_path, depth_below_here, excludes,
532 apr_hash_t *excludes,
547 SVN_ERR(get_filtered_children(&dirents, local_abspath, excludes, NULL,
579 this_dir_baton, depth, excludes, global_ignores,
645 apr_hash_t *excludes,
295 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
408 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
526 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
639 import(const char *local_abspath, const apr_array_header_t *new_entries, const svn_delta_editor_t *editor, void *edit_baton, svn_depth_t depth, 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
802 apr_hash_t *excludes = apr_hash_make(scratch_pool); local
[all...]
/freebsd-10.0-release/usr.sbin/nmtree/
H A DMakefile9 SRCS= compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
/freebsd-10.0-release/contrib/binutils/ld/
H A Dpe-dll.c424 static struct exclude_list_struct *excludes = 0; variable in typeref:struct:exclude_list_struct
443 new_exclude->next = excludes;
444 excludes = new_exclude;
548 for (ex = excludes; ex; ex = ex->next)
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.history76 03/14 Teddy Roosevelt excludes Japanese laborers from continental US, 1907
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddlltool.c695 static struct string_list *excludes; variable in typeref:struct:string_list
1382 new_exclude->next = excludes;
1383 excludes = new_exclude;
1399 for (excl_item = excludes; excl_item; excl_item = excl_item->next)
3148 fprintf (file, _(" --no-default-excludes Clear default exclude symbols\n"));
3193 {"no-default-excludes", no_argument, NULL, OPTION_NO_DEFAULT_EXCLUDES},
3389 symbols in the .drectve section. The default excludes are meant

Completed in 180 milliseconds