Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/search/
A D_tsearch.c39 typedef struct node_t struct
42 struct node_t *left, *right; argument
57 if (rootp == (struct node_t **)0) in tsearch()
58 return ((struct node_t *)0); in tsearch()
86 if (rootp == (struct node_t **)0) in libc_hidden_def()
87 return ((struct node_t *)0); in libc_hidden_def()
117 if (rootp == (struct node_t **)0 || (p = *rootp) == (struct node_t *)0) in libc_hidden_def()
118 return ((struct node_t *)0); in libc_hidden_def()
125 if (*rootp == (struct node_t *)0) in libc_hidden_def()
163 if (root->left == (struct node_t *)0 && root->right == (struct node_t *)0) in trecurse()
[all …]

Completed in 3 milliseconds