Searched refs:excluded (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/diff/lib/
H A Dexclude.c150 bool excluded = !! (exclude[0].options & EXCLUDE_INCLUDE); local
153 excluded to included or vice versa. */
158 if (excluded == !! (options & EXCLUDE_INCLUDE))
172 excluded ^= matched;
176 return excluded;
/freebsd-10.0-release/contrib/diff/src/
H A Ddiff.h195 /* Patterns that match file names to be excluded. */ variable in typeref:struct:exclude
196 XTERN struct exclude *excluded;
H A Ddir.c102 if (excluded_filename (excluded, d_name))
H A Ddiff.c274 excluded = new_exclude ();
489 add_exclude (excluded, optarg, exclude_options ());
493 if (add_exclude_file (add_exclude, excluded, optarg,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql35 * "server-excluded" -- server has declared it excluded (ie. authz failure)
36 * "excluded" -- administratively excluded (ie. sparse WC)
360 server-excluded: in the 'BASE' tree this is a node that is excluded by
365 excluded: in the 'BASE' tree this node is administratively
366 excluded by the user (sparse WC). In the 'WORKING' tree this
367 is a copy of an excluded node from the 'BASE' tree. Such a
782 It also renames the "absent" presence to "server-excluded"
[all...]
H A Dnode.c170 if (!have_work) /* not-present, (server-)excluded? */
1061 else /* Deleted, excluded, not-present, server-excluded, ... */
1224 svn_boolean_t *excluded,
1241 if (excluded)
1242 *excluded = FALSE;
1331 if (excluded)
1332 *excluded = TRUE;
1219 svn_wc__check_for_obstructions(svn_wc_notify_state_t *obstruction_state, svn_node_kind_t *kind, svn_boolean_t *deleted, svn_boolean_t *excluded, svn_depth_t *parent_depth, svn_wc_context_t *wc_ctx, const char *local_abspath, svn_boolean_t no_wcroot_check, apr_pool_t *scratch_pool) argument
H A Dstatus.c167 svn_boolean_t excluded;
1811 if (pb->excluded)
1812 d->excluded = TRUE;
1816 d->excluded = TRUE;
1839 && (! d->excluded)
2262 if (pb && ! db->excluded)
165 svn_boolean_t excluded; member in struct:dir_baton
H A Dwc-queries.sql1006 /* Select all excluded nodes. Not valid on the WC-root */
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h389 * is true, also include children that are 'excluded' or 'server-excluded' or
966 * every path under @a local_abspath in @a wc_ctx which are excluded
968 * If no excluded paths are found then @a *server_excluded_subtrees
1080 * A node is also obstructed if it is marked excluded or server-excluded or when
1092 * user or server excluded.
1106 svn_boolean_t *excluded,
1181 If FETCH_EXCLUDED is TRUE, also fetch excluded nodes.
1348 * passed for updating. This will show excluded node
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_time.c51 failure("Both Its mtime and ctime should be excluded");
56 failure("Both Its mtime and ctime should be excluded");
62 failure("Both Its mtime and ctime should not be excluded");
68 failure("Its mtime should be excluded");
74 failure("Its ctime should be excluded");
108 failure("Both Its mtime and ctime should be excluded");
114 failure("Both Its mtime and ctime should be excluded");
121 failure("Both Its mtime and ctime should not be excluded");
128 failure("Its mtime should be excluded");
134 failure("Its ctime should be excluded");
1187 excluded(struct archive *m) function
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c528 * Also return 'missing' for server-excluded nodes (not here due to
536 svn_boolean_t *excluded,
564 excluded,
1762 svn_boolean_t excluded;
1771 SVN_ERR(perform_obstruction_check(&obstr_state, &is_deleted, &excluded,
1800 if (pdb && (excluded
2475 svn_boolean_t excluded;
2484 SVN_ERR(perform_obstruction_check(&obstr_state, &is_deleted, &excluded,
2537 if (pdb && (excluded
3244 In case of merges this happens when the diff encounters a server-excluded
530 perform_obstruction_check(svn_wc_notify_state_t *obstruction_state, svn_boolean_t *deleted, svn_boolean_t *excluded, svn_node_kind_t *kind, svn_depth_t *parent_depth, const merge_cmd_baton_t *merge_b, const char *local_abspath, apr_pool_t *scratch_pool) argument
1758 svn_boolean_t excluded; local
2471 svn_boolean_t excluded; local
[all...]
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY59 3540993 IP header offset excluded in pullup calculations

Completed in 211 milliseconds