Home
last modified time | relevance | path

Searched refs:collate_leaves (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1202 static struct procpid **collate_leaves(struct procpid **tb, struct dirtree *dt) in collate_leaves() function
1208 if (dt->child) tb = collate_leaves(tb, dt->child); in collate_leaves()
1222 collate_leaves(tbsort, dt); in collate()
/third_party/toybox/toys/posix/
H A Dps.c1245 static struct procpid **collate_leaves(struct procpid **tb, struct dirtree *dt) in collate_leaves() function
1251 if (dt->child) tb = collate_leaves(tb, dt->child); in collate_leaves()
1265 collate_leaves(tbsort, dt); in collate()

Completed in 6 milliseconds