Home | Sort by: relevance | last modified time | path |
/src/common/lib/libc/gen/ | |
ptree.c | 1100 const bool is_parent_root = (parent == &pt->pt_rootnode); local in function:ptree_check_leaf 1104 if (is_parent_root) { 1133 const bool is_parent_root = (parent == &pt->pt_rootnode); local in function:ptree_check_branch 1164 } else if (!is_parent_root) { |
ptree.c | 1100 const bool is_parent_root = (parent == &pt->pt_rootnode); local in function:ptree_check_leaf 1104 if (is_parent_root) { 1133 const bool is_parent_root = (parent == &pt->pt_rootnode); local in function:ptree_check_branch 1164 } else if (!is_parent_root) { |