Home
last modified time | relevance | path

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

/third_party/toybox/
Dmain.c155 if (!CFG_TOYBOX_NORECURSE && toys.stacktop) in toy_exec_which()
/third_party/toybox/porting/liteos_a/
Dmain.c156 if (!CFG_TOYBOX_NORECURSE && toys.stacktop) in toy_exec_which()
/third_party/toybox/generated/
Dconfig.h699 #define CFG_TOYBOX_NORECURSE 0 macro
/third_party/toybox/lib/
Dxwrap.c210 if (CFG_TOYBOX && !CFG_TOYBOX_NORECURSE && toys.stacktop && **argv != '/') in xexec()