Searched refs:new_child (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/dtc/
H A Dlivetree.c140 struct node *new_child, *old_child; local
187 new_child = new_node->children;
188 new_node->children = new_child->next_sibling;
189 new_child->parent = NULL;
190 new_child->next_sibling = NULL;
192 if (new_child->deleted) {
193 delete_node_by_name(old_node, new_child->name);
194 free(new_child);
200 if (streq(old_child->name, new_child->name)) {
201 merge_nodes(old_child, new_child);
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_rb.c240 struct archive_rb_node * const new_child = old_father;
248 new_child->rb_nodes[which] = old_child->rb_nodes[other];
249 new_father->rb_nodes[other] = new_child;
255 RB_SET_FATHER(new_child, new_father);
258 * Exchange properties between new_father and new_child. The only
259 * change is that new_child's position is now on the other side.
261 RB_SWAP_PROPERTIES(new_father, new_child);
262 RB_SET_POSITION(new_child, other);
267 if (!RB_SENTINEL_P(new_child->rb_nodes[which])) {
268 RB_SET_FATHER(new_child
238 struct archive_rb_node * const new_child = old_father; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c7946 svn_client__merge_path_t *new_child;
7995 new_child =
7998 if (!new_child)
8003 new_child
8019 new_child->remaining_ranges = svn_rangelist_dup(
8022 new_child, pool));
7937 svn_client__merge_path_t *new_child; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c9307 svn_boolean_t new_child; local
9311 new_child = FALSE;
9315 new_child = TRUE;
9321 if (new_child)
9406 if (new_child)
9443 if (new_child)

Completed in 184 milliseconds