Home
last modified time | relevance | path

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

/external/toybox/lib/
Ddirtree.c110 if (!new) return DIRTREE_ABORTVAL; in dirtree_handle_callback()
124 return (flags & DIRTREE_ABORT)==DIRTREE_ABORT ? DIRTREE_ABORTVAL : new; in dirtree_handle_callback()
157 if (new == DIRTREE_ABORTVAL) break; in dirtree_recurse()
Dlib.h82 #define DIRTREE_ABORTVAL ((struct dirtree *)1) macro
/external/toybox/toys/posix/
Dps.c1014 if (new->child == DIRTREE_ABORTVAL) new->child = 0; in get_threads()
1355 if ((dt != DIRTREE_ABORTVAL) && (FLAG(k)||FLAG(M))) { in ps_main()
1488 if (dt == DIRTREE_ABORTVAL) error_exit("no /proc"); in top_common()