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

/freebsd-10.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.c654 /* Return the string length of the longest common ancestor of PATH1 and PATH2.
658 * If the two paths do not share a common ancestor, return 0.
695 1. '/' is the longest common ancestor of '/' and '/foo' */
698 /* 2. '' is the longest common ancestor of any non-matching
1423 return NULL; /* parent_dirent is no ancestor of child_dirent */
1481 return NULL; /* parent_relpath is no ancestor of child_relpath */
1504 return NULL; /* parent_uri is no ancestor of child_uri */
1584 /* In some cases when the passed path or its ancestor(s) do not exist
2009 const char *ancestor;
2017 ancestor
2007 const char *ancestor; local
2177 const char *ancestor; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c119 /* The common ancestor URL of all paths included in the report. */
120 char *ancestor;
161 if (!svn_uri__is_ancestor(rb->ancestor, url)) local
163 const char *ancestor;
165 ancestor = svn_uri_get_longest_ancestor(url, rb->ancestor, pool);
167 /* If we got a shorter ancestor, truncate our current ancestor.
171 rb->ancestor[strlen(ancestor)]
118 char *ancestor; member in struct:report_baton_t
[all...]
H A Dra.c1012 svn_client__pathrev_t *loc1, *loc2, *ancestor;
1024 &ancestor, loc1, loc2, session, ctx, result_pool, scratch_pool));
1026 if (ancestor)
1028 *ancestor_url = ancestor->url;
1029 *ancestor_rev = ancestor->rev;
1008 svn_client__pathrev_t *loc1, *loc2, *ancestor; local
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_diff.h103 /** The common ancestor of original and modified. */
235 * difference between "original", "modified" and "latest" using "ancestor".
564 * and @a ancestor file. (The file arguments must be full paths to the files.)
573 const char *ancestor,
588 const char *ancestor,
742 * in-memory strings, using @a ancestor. @a diff will be allocated in @a pool.
751 const svn_string_t *ancestor,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddeprecated.c205 const char *ancestor,
208 return svn_diff_file_diff4_2(diff, original, modified, latest, ancestor,
199 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.c1343 const char *ancestor,
1353 baton.files[3].path = ancestor;
1339 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-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c524 * How much space would dd have available if ancestor had delta applied
530 dsl_dir_t *ancestor, int64_t delta, int ondiskonly)
543 ancestor, delta, ondiskonly);
566 if (dd == ancestor) {
1150 * ancestor? Syncing context only.
1153 would_change(dsl_dir_t *dd, int64_t delta, dsl_dir_t *ancestor) argument
1155 if (dd == ancestor)
1161 return (would_change(dd->dd_parent, delta, ancestor));
1341 dsl_dir_t *ancestor; local
1345 ancestor
529 dsl_dir_space_available(dsl_dir_t *dd, dsl_dir_t *ancestor, int64_t delta, int ondiskonly) argument
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h116 dsl_dir_t *ancestor, int64_t delta, int ondiskonly);
/freebsd-10.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-10.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-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c503 parent_path_t *ancestor,
508 while (this_node != ancestor)
1553 /* KEY will be the entry name in ancestor (about which we
2038 dag_node_t *ancestor,
2054 fs = svn_fs_base__dag_get_fs(ancestor);
2060 _("Bad merge; ancestor, source, and target not all in same fs"));
2068 ancestor_id = svn_fs_base__dag_get_id(ancestor);
2070 /* It's improper to call this function with ancestor == target. */
2076 _("Bad merge; target '%s' has id '%s', same as ancestor"),
2104 * 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
2024 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
2786 dag_node_t *source, *ancestor; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c748 parent_path_t *ancestor,
753 while (this_node != ancestor)
1585 dag_node_t *ancestor,
1599 fs = svn_fs_fs__dag_get_fs(ancestor);
1605 _("Bad merge; ancestor, source, and target not all in same fs"));
1613 ancestor_id = svn_fs_fs__dag_get_id(ancestor);
1615 /* It's improper to call this function with ancestor == target. */
1621 _("Bad merge; target '%s' has id '%s', same as ancestor"),
1649 * if (target's property list differs from ancestor's)
1701 || (svn_fs_fs__dag_node_kind(ancestor) !
742 parent_path_relpath(parent_path_t *child, parent_path_t *ancestor, apr_pool_t *pool) argument
1573 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, apr_pool_t *pool) argument
2120 dag_node_t *source, *ancestor; local
[all...]
/freebsd-10.0-release/sys/kern/
H A Dsubr_witness.c164 #define WITNESS_PARENT 0x01 /* Parent, aka direct ancestor. */
165 #define WITNESS_ANCESTOR 0x02 /* Direct or indirect ancestor. */
178 /* Descendant to ancestor flags */
233 * ancestor count */
1887 * If parent was not already an ancestor of child,
1888 * then we increment the descendant and ancestor counters.
1896 * Find each ancestor of 'pi'. Note that 'pi' itself is counted as
1897 * an ancestor of 'pi' during this loop.
1928 * ancestor and descendant. We should have caught
1934 "both ancestor an
2026 isitmydescendant(struct witness *ancestor, struct witness *descendant) argument
[all...]
/freebsd-10.0-release/contrib/gcc/cp/
H A Dname-lookup.c3171 /* Return the namespace that is the common ancestor
3255 ancestor and let our users know about the new namespace */
3763 which have SCOPE as a common ancestor with the current scope.
4741 tree iter, ancestor;
4748 ancestor = namespace_ancestor (current_decl_namespace (), used);
4750 ud = tree_cons (used, ancestor, ud);
4736 tree iter, ancestor; local
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql1096 * live below the target path. It does not matter which ancestor has the

Completed in 271 milliseconds