Home
last modified time | relevance | path

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

/third_party/toybox/
Dmain.c37 if (!CFG_TOYBOX || strchr(name, '/')) return 0; in toy_find()
92 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2]) in toy_singleinit()
251 if (CFG_TOYBOX) { in main()
/third_party/toybox/porting/liteos_a/
Dmain.c37 if (!CFG_TOYBOX || strchr(name, '/')) return 0; in toy_find()
92 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2]) in toy_singleinit()
251 if (CFG_TOYBOX) { in main()
/third_party/toybox/lib/
Dhelp.c10 #if CFG_TOYBOX
Dxwrap.c210 if (CFG_TOYBOX && !CFG_TOYBOX_NORECURSE && toys.stacktop && **argv != '/') in xexec()
/third_party/toybox/generated/
Dconfig.h672 #define CFG_TOYBOX 1 macro