Home
last modified time | relevance | path

Searched refs:vroot (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dtwalk.c75 twalk (const void *vroot, /* Root of the tree to be walked */ in twalk() argument
78 if (vroot != NULL && action != NULL) in twalk()
79 trecurse(vroot, action, 0); in twalk()