Home
last modified time | relevance | path

Searched refs:CFG_TOYBOX_FORK (Results 1 – 6 of 6) sorted by relevance

/third_party/toybox/lib/
Dxwrap.c238 if (!(pid = CFG_TOYBOX_FORK ? xfork() : XVFORK())) { in xpopen_both()
275 if (CFG_TOYBOX_FORK) { in xpopen_both()
296 if (!CFG_TOYBOX_FORK) **toys.argv &= 0x7f; in xpopen_both()
Dportability.c22 #if CFG_TOYBOX_FORK
/third_party/toybox/toys/net/
Dnetcat.c155 if (CFG_TOYBOX_FORK && toys.optc && xfork()) goto cleanup; in netcat_main()
/third_party/toybox/
Dmain.c237 if (!CFG_TOYBOX_FORK) { in main()
/third_party/toybox/porting/liteos_a/
Dmain.c238 if (!CFG_TOYBOX_FORK) { in main()
/third_party/toybox/generated/
Dconfig.h17 #define CFG_TOYBOX_FORK 1 macro