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.h81 #define DIRTREE_ABORTVAL ((struct dirtree *)1) macro
/external/toybox/toys/posix/
Dps.c899 if (new->child == DIRTREE_ABORTVAL) new->child = 0; in get_threads()
1242 if ((dt != DIRTREE_ABORTVAL) && toys.optflags&(FLAG_k|FLAG_M)) { in ps_main()
1371 if (dt == DIRTREE_ABORTVAL) error_exit("no /proc"); in top_common()