Searched refs:root (Results 1 - 7 of 7) sorted by path

/bionic/libc/bionic/
H A Dfts.c74 FTSENT *p, *root; local
102 /* Allocate/initialize root's parent. */
107 /* Allocate/initialize root(s). */
108 for (root = NULL, nitems = 0; *argv; ++argv, ++nitems) {
131 p->fts_link = root;
132 root = p;
135 if (root == NULL)
136 tmp = root = p;
144 root = fts_sort(sp, root, nitem
[all...]
H A Dsystem_properties.c169 /* reserve root node */
392 prop_bt *root; local
404 root = to_prop_obj(trie->children);
406 root = new_prop_bt(remaining_name, substr_size, &trie->children);
408 root = NULL;
411 if (!root)
414 trie = find_prop_bt(root, remaining_name, substr_size, alloc_if_needed);
H A Dtdestroy.cpp23 void tdestroy(void* root, void (*destroy_func)(void*)) { argument
24 node_t* root_node = (node_t*) root;
35 free(root);
/bionic/libc/kernel/common/linux/
H A Drbtree.h49 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL)
/bionic/libc/kernel/tools/
H A Dupdate_all.py46 for root, dirs, files in os.walk( original_dir ):
50 sources.append( "%s/%s" % (root,file) )
H A Dutils.py94 for root, dirs, files in os.walk(path):
95 #print "w-- %s (ex: %s)" % (repr((root,dirs)), repr(excludes))
98 if os.path.join(root,d) in excludes:
103 callback( "%s/%s" % (root,f), args )
111 for root, dirs, files in os.walk(path, topdown=False):
112 if root.endswith("kernel_headers/"):
116 os.remove(os.path.join(root, name))
118 os.rmdir(os.path.join(root, name))
135 for root, dirs, files in os.walk(path):
137 dst = "%s/%s" % (root,
[all...]
/bionic/libc/netbsd/nameser/
H A Dns_print.c136 goto root;
141 /* Origin not used or not root, and no trailing dot? */
145 root:
847 goto root;
859 root:

Completed in 221 milliseconds