OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_child
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/lib/libc/gen/
rbtree.c
342
struct rb_node * const
old_child
= old_father->rb_nodes[which];
local
343
struct rb_node * const new_father =
old_child
;
348
KASSERT(!RB_SENTINEL_P(
old_child
));
349
KASSERT(RB_FATHER(
old_child
) == old_father);
352
KASSERT(rb_tree_check_node(rbt,
old_child
, NULL, false));
360
new_child->rb_nodes[which] =
old_child
->rb_nodes[other];
377
RB_COPY_PROPERTIES(&tmp,
old_child
);
/src/external/bsd/libarchive/dist/libarchive/
archive_rb.c
238
struct archive_rb_node * const
old_child
= old_father->rb_nodes[which];
239
struct archive_rb_node * const new_father =
old_child
;
248
new_child->rb_nodes[which] =
old_child
->rb_nodes[other];
236
struct archive_rb_node * const
old_child
= old_father->rb_nodes[which];
local
/src/external/gpl2/dtc/dist/
livetree.c
147
struct node *new_child, *
old_child
;
local
208
for_each_child_withdel(old_node,
old_child
) {
209
if (streq(
old_child
->name, new_child->name)) {
210
merge_nodes(
old_child
, new_child);
Completed in 28 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026