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

/freebsd-12-stable/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-12-stable/contrib/wpa/wpa_supplicant/
H A Dinterworking.c51 int *excluded);
54 int *excluded);
1370 int *excluded)
1410 if (excluded == NULL)
1425 if (excluded)
1426 *excluded = is_excluded;
1651 int excluded = 0, *excl = &excluded; local
1929 int *excluded)
2029 if (excluded
1368 interworking_credentials_available_roaming_consortium( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) argument
1927 interworking_credentials_available_3gpp( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) argument
2052 interworking_credentials_available_realm( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) argument
2128 interworking_credentials_available_helper( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) argument
2174 interworking_credentials_available( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int *excluded) argument
2446 int excluded = 0; local
[all...]
/freebsd-12-stable/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-12-stable/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)
354 server-excluded: in the 'BASE' tree this is a node that is excluded by
359 excluded: in the 'BASE' tree this node is administratively
360 excluded by the user (sparse WC). In the 'WORKING' tree this
361 is a copy of an excluded node from the 'BASE' tree. Such a
632 It also renames the "absent" presence to "server-excluded"
[all...]
H A Dnode.c763 else /* Deleted, excluded, not-present, server-excluded, ... */
928 svn_boolean_t *excluded,
945 if (excluded)
946 *excluded = FALSE;
1035 if (excluded)
1036 *excluded = TRUE;
923 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.c188 svn_boolean_t excluded;
1151 node (not present, (server) excluded), *or* it can be the explictly
1745 if (pb->excluded)
1746 d->excluded = TRUE;
1750 d->excluded = TRUE;
1772 && (! d->excluded)
2206 if (pb && ! db->excluded)
185 svn_boolean_t excluded; member in struct:dir_baton
H A Dwc-queries.sql1111 /* Select all excluded nodes. Not valid on the WC-root */
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c987 NULL, _("Path '%s' exists, but is excluded"),
H A Dmerge.c525 * Also return 'missing' for server-excluded nodes (not here due to
533 svn_boolean_t *excluded,
561 excluded,
1827 svn_boolean_t excluded;
1836 SVN_ERR(perform_obstruction_check(&obstr_state, &is_deleted, &excluded,
1866 if (pdb && (excluded
2614 svn_boolean_t excluded;
2623 SVN_ERR(perform_obstruction_check(&obstr_state, &is_deleted, &excluded,
2676 if (pdb && (excluded
3408 In case of merges this happens when the diff encounters a server-excluded
527 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
1823 svn_boolean_t excluded; local
2610 svn_boolean_t excluded; local
[all...]
/freebsd-12-stable/share/mk/
H A Dlocal.dirdeps.mk26 # Host libraries should mostly be excluded from the build so the
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h407 * are excluded, server-excluded or not-present.
626 * layer of the WC. In other words, paths to deleted and/or excluded nodes are
644 * layer of the WC. In other words, paths to deleted and/or excluded nodes are
959 * every path under @a local_abspath in @a wc_ctx which are excluded
961 * If no excluded paths are found then @a *server_excluded_subtrees
1075 * A node is also obstructed if it is marked excluded or server-excluded or when
1087 * user or server excluded.
1101 svn_boolean_t *excluded,
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_time.c52 failure("Both Its mtime and ctime should be excluded");
57 failure("Both Its mtime and ctime should be excluded");
63 failure("Both Its mtime and ctime should not be excluded");
69 failure("Its mtime should be excluded");
75 failure("Its ctime should be excluded");
109 failure("Both Its mtime and ctime should be excluded");
115 failure("Both Its mtime and ctime should be excluded");
122 failure("Both Its mtime and ctime should not be excluded");
129 failure("Its mtime should be excluded");
135 failure("Its ctime should be excluded");
1188 excluded(struct archive *m) function
[all...]

Completed in 235 milliseconds