Searched refs:inheritable (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_mergeinfo_private.h45 svn_boolean_t inheritable);
97 svn_boolean_t inheritable,
238 /* If MERGEINFO is non-inheritable return TRUE, return FALSE otherwise.
250 svn_boolean_t inheritable,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c60 to happen) the result is inheritable. If both ranges are inheritable the
61 result is inheritable. And only if both ranges are non-inheritable
62 the result is non-inheritable.
77 && (in1->inheritable == in2->inheritable)))
81 output->inheritable = (in1->inheritable || in2->inheritable);
1189 svn_rangelist__set_inheritance(svn_rangelist_t *rangelist, svn_boolean_t inheritable) argument
1207 svn_mergeinfo__set_inheritance(svn_mergeinfo_t mergeinfo, svn_boolean_t inheritable, apr_pool_t *scratch_pool) argument
2017 svn_mergeinfo_inheritable2(svn_mergeinfo_t *output, svn_mergeinfo_t mergeinfo, const char *path, svn_revnum_t start, svn_revnum_t end, svn_boolean_t inheritable, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2058 svn_rangelist_inheritable2(svn_rangelist_t **inheritable_rangelist, const svn_rangelist_t *rangelist, svn_revnum_t start, svn_revnum_t end, svn_boolean_t inheritable, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2521 svn_rangelist__initialize(svn_revnum_t start, svn_revnum_t end, svn_boolean_t inheritable, apr_pool_t *result_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_mergeinfo.h64 * exception to this is @c SVN_PROP_MERGEINFO with non-inheritable revision
65 * ranges. These non-inheritable ranges apply only to the path which they
79 * @c SVN_MERGEINFO_NONINHERITABLE_STR suffix to signify a non-inheritable
106 range is non-inheritable. */
228 * operands. If two non-inheritable ranges are merged the result is always
229 * non-inheritable, in all other cases the resulting range is inheritable.
365 * @c svn_merge_range_t inheritable field when comparing @a whiteboard's
416 * @a *rangelist is non-inheritable only if the corresponding ranges from
417 * both @a rangelist1 and @a rangelist2 are non-inheritable
[all...]
H A Dsvn_types.h909 * Whether @a revision should be interpreted as non-inheritable in the
1199 svn_boolean_t inheritable;
1172 svn_boolean_t inheritable; member in struct:svn_merge_range_t
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_prop.c81 boolean_t inheritable; local
92 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop));
102 if (!inheritable)
165 boolean_t inheritable; local
169 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop));
190 if (inheritable) {
357 * properties. The fact that these properties are non-inheritable greatly
1006 /* Skip non-inheritable properties. */
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_unix.c385 cap.inheritable = 0;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c1880 l_int inheritable; member in struct:l_user_cap_data
1980 lucd[i].inheritable) {
1983 "inheritable=0x%x is not implemented", i,
1985 (int)lucd[i].inheritable);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c1863 Non-inheritable mergeinfo will be recorded, allowing
2673 Non-inheritable mergeinfo will be recorded, allowing
3412 inheritable. This ensures that a future merge might see these skipped
3830 * (inheritable) revision range REV1:REV2, according to CONSIDER_INHERITANCE.
3835 * inheritable input ranges as if they were inheritable. If it is TRUE, the
3836 * effect is to discard any non-inheritable input ranges. Therefore the
3837 * ranges in *OUT_RANGELIST will always be inheritable. */
4564 5:3 and TARGET_RANGELIST is r5* (non-inheritable) then the
4571 safe to do because any path whose parent has non-inheritable
[all...]
H A Dmergeinfo.c356 /* Remove non-inheritable mergeinfo and paths mapped to empty ranges
1320 BATON->RANGELIST non-inheritable? Ask for the same intersection as
1322 we know the range in BATON->RANGELIST is non-inheritable. */
1454 is inheritable or not. */
1461 so we have to ignore non-inheritable
1917 inheritable and non-inheritable parts. */
1989 /* Find the intersection of the non-inheritable part of
1991 won't consider non-inheritable and inheritable range
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c1929 range->inheritable = TRUE;

Completed in 169 milliseconds