Searched refs:ancestor (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c115 the first target, our search for a common ancestor can
117 get-longest-ancestor function per the path type. */
149 const char *ancestor;
163 ancestor = svn_uri_get_longest_ancestor(abs_targets_i,
167 ancestor = svn_dirent_get_longest_ancestor(abs_targets_i,
171 if (*ancestor == '\0')
174 if (strcmp(ancestor, abs_targets_i) == 0)
179 else if (strcmp(ancestor, abs_targets_j) == 0)
147 const char *ancestor; local
H A Ddirent_uri.c655 /* Return the string length of the longest common ancestor of PATH1 and PATH2.
659 * If the two paths do not share a common ancestor, return 0.
696 1. '/' is the longest common ancestor of '/' and '/foo' */
699 /* 2. '' is the longest common ancestor of any non-matching
1447 return NULL; /* parent_dirent is no ancestor of child_dirent */
1505 return NULL; /* parent_relpath is no ancestor of child_relpath */
1528 return NULL; /* parent_uri is no ancestor of child_uri */
1608 /* In some cases when the passed path or its ancestor(s) do not exist
2040 const char *ancestor;
2048 ancestor
2038 const char *ancestor; local
2208 const char *ancestor; local
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c121 /* The common ancestor URL of all paths included in the report. */
122 char *ancestor;
163 if (!svn_uri__is_ancestor(rb->ancestor, url)) local
165 const char *ancestor;
167 ancestor = svn_uri_get_longest_ancestor(url, rb->ancestor, pool);
169 /* If we got a shorter ancestor, truncate our current ancestor.
173 rb->ancestor[strlen(ancestor)]
120 char *ancestor; member in struct:report_baton_t
[all...]
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c103 * the common ancestor. A receive will also validate the counts and then update
743 * initialized) filesystem or the given ancestor must be satisfied.
747 dsl_dir_t *ancestor, cred_t *cr)
792 * If an ancestor has been provided, stop checking the limit once we
794 * the check once we recurse up to the common ancestor.
796 if (ancestor == dd)
819 ancestor, cr);
1044 * How much space would dd have available if ancestor had delta applied
1050 dsl_dir_t *ancestor, int64_t delta, int ondiskonly)
1063 ancestor, delt
746 dsl_fs_ss_limit_check(dsl_dir_t *dd, uint64_t delta, zfs_prop_t prop, dsl_dir_t *ancestor, cred_t *cr) argument
1049 dsl_dir_space_available(dsl_dir_t *dd, dsl_dir_t *ancestor, int64_t delta, int ondiskonly) argument
1666 would_change(dsl_dir_t *dd, int64_t delta, dsl_dir_t *ancestor) argument
1938 dsl_dir_t *ancestor; local
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/include/
H A Dsvn_diff.h104 /** The common ancestor of original and modified. */
236 * difference between "original", "modified" and "latest" using "ancestor".
593 * and @a ancestor file. (The file arguments must be full paths to the files.)
602 const char *ancestor,
617 const char *ancestor,
847 * in-memory strings, using @a ancestor. @a diff will be allocated in @a pool.
856 const svn_string_t *ancestor,
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h136 dsl_dir_t *ancestor, int64_t delta, int ondiskonly);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddeprecated.c233 const char *ancestor,
236 return svn_diff_file_diff4_2(diff, original, modified, latest, ancestor,
227 svn_diff_file_diff4(svn_diff_t **diff, const char *original, const char *modified, const char *latest, const char *ancestor, apr_pool_t *pool) argument
H A Ddiff_memory.c325 const svn_string_t *ancestor,
334 fill_source_tokens(&(baton.sources[3]), ancestor, pool);
321 svn_diff_mem_string_diff4(svn_diff_t **diff, const svn_string_t *original, const svn_string_t *modified, const svn_string_t *latest, const svn_string_t *ancestor, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
H A Ddiff_file.c1360 const char *ancestor,
1370 baton.files[3].path = ancestor;
1356 svn_diff_file_diff4_2(svn_diff_t **diff, const char *original, const char *modified, const char *latest, const char *ancestor, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
/freebsd-11.0-release/contrib/gcc/
H A Dcfgloop.c253 basic_block ancestor = e->src;
255 if (ancestor != ENTRY_BLOCK_PTR
256 && ancestor->loop_father != loop)
258 ancestor->loop_father = loop;
259 ancestor->loop_depth = loop->depth;
261 stack[sp++] = ancestor;
994 /* Finds nearest common ancestor in loop tree for given loops. */
252 basic_block ancestor = e->src; local
/freebsd-11.0-release/gnu/usr.bin/grep/
H A Dgrep.c1057 struct stats const *ancestor; local
1063 for (ancestor = stats; (ancestor = ancestor->parent) != 0; )
1064 if (ancestor->stat.st_ino == stats->stat.st_ino
1065 && ancestor->stat.st_dev == stats->stat.st_dev)
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql97 SELECT local_relpath, -1, 10, 'No ancestor in ACTUAL'
127 SELECT local_relpath, op_depth, 20, 'No ancestor in NODES'
196 SELECT local_relpath, op_depth, 25, 'Node missing op-depth ancestor'
209 ancestor */
H A Dwc-queries.sql1190 * live below the target path. It does not matter which ancestor has the
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c691 parent_path_t *ancestor,
696 while (this_node != ancestor)
1759 dag_node_t *ancestor,
1773 fs = svn_fs_fs__dag_get_fs(ancestor);
1779 _("Bad merge; ancestor, source, and target not all in same fs"));
1787 ancestor_id = svn_fs_fs__dag_get_id(ancestor);
1789 /* It's improper to call this function with ancestor == target. */
1795 _("Bad merge; target '%s' has id '%s', same as ancestor"),
1823 * if (target's property list differs from ancestor's)
1875 || (svn_fs_fs__dag_node_kind(ancestor) !
685 parent_path_relpath(parent_path_t *child, parent_path_t *ancestor, apr_pool_t *pool) argument
1747 merge(svn_stringbuf_t *conflict_p, const char *target_path, dag_node_t *target, dag_node_t *source, dag_node_t *ancestor, const svn_fs_fs__id_part_t *txn_id, apr_int64_t *mergeinfo_increment_out, apr_pool_t *pool) argument
2311 dag_node_t *source, *ancestor; local
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c678 parent_path_t *ancestor,
683 while (this_node != ancestor)
1786 dag_node_t *ancestor,
1799 fs = svn_fs_x__dag_get_fs(ancestor);
1805 _("Bad merge; ancestor, source, and target not all in same fs"));
1813 ancestor_id = svn_fs_x__dag_get_id(ancestor);
1815 /* It's improper to call this function with ancestor == target. */
1821 _("Bad merge; target '%s' has id '%s', same as ancestor"),
1849 * if (target's property list differs from ancestor's)
1901 || (svn_fs_x__dag_node_kind(ancestor) !
672 parent_path_relpath(parent_path_t *child, parent_path_t *ancestor, apr_pool_t *pool) argument
1774 merge(svn_stringbuf_t *conflict_p, const char *target_path, dag_node_t *target, dag_node_t *source, dag_node_t *ancestor, svn_fs_x__txn_id_t txn_id, apr_int64_t *mergeinfo_increment_out, apr_pool_t *pool) argument
2326 dag_node_t *source, *ancestor; local
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c503 parent_path_t *ancestor,
508 while (this_node != ancestor)
1611 /* KEY will be the entry name in ancestor (about which we
2115 dag_node_t *ancestor,
2131 fs = svn_fs_base__dag_get_fs(ancestor);
2137 _("Bad merge; ancestor, source, and target not all in same fs"));
2145 ancestor_id = svn_fs_base__dag_get_id(ancestor);
2147 /* It's improper to call this function with ancestor == target. */
2153 _("Bad merge; target '%s' has id '%s', same as ancestor"),
2181 * if (target's property list differs from ancestor'
497 parent_path_relpath(parent_path_t *child, parent_path_t *ancestor, apr_pool_t *pool) argument
2101 merge(svn_stringbuf_t *conflict_p, const char *target_path, dag_node_t *target, dag_node_t *source, dag_node_t *ancestor, const char *txn_id, apr_int64_t *mergeinfo_increment_out, trail_t *trail, apr_pool_t *pool) argument
2863 dag_node_t *source, *ancestor; local
[all...]
/freebsd-11.0-release/sys/kern/
H A Dsubr_witness.c165 #define WITNESS_PARENT 0x01 /* Parent, aka direct ancestor. */
166 #define WITNESS_ANCESTOR 0x02 /* Direct or indirect ancestor. */
179 /* Descendant to ancestor flags */
234 * ancestor count */
1905 * If parent was not already an ancestor of child,
1906 * then we increment the descendant and ancestor counters.
1914 * Find each ancestor of 'pi'. Note that 'pi' itself is counted as
1915 * an ancestor of 'pi' during this loop.
1946 * ancestor and descendant. We should have caught
1952 "both ancestor an
2047 isitmydescendant(struct witness *ancestor, struct witness *descendant) argument
[all...]
/freebsd-11.0-release/contrib/gcc/cp/
H A Dname-lookup.c3200 /* Return the namespace that is the common ancestor
3284 ancestor and let our users know about the new namespace */
3774 which have SCOPE as a common ancestor with the current scope.
4756 tree iter, ancestor;
4763 ancestor = namespace_ancestor (current_decl_namespace (), used);
4765 ud = tree_cons (used, ancestor, ud);
4751 tree iter, ancestor; local

Completed in 234 milliseconds