Home
last modified time | relevance | path

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

/external/toybox/lib/
Dxwrap.c165 if (!CFG_TOYBOX_FORK) _exit(toys.exitval); in xexec()
190 if (!(pid = CFG_TOYBOX_FORK ? xfork() : XVFORK())) { in xpopen_both()
212 if (CFG_TOYBOX_FORK) { in xpopen_both()
233 if (!CFG_TOYBOX_FORK) **toys.argv &= 0x7f; in xpopen_both()
Dportability.c22 #if CFG_TOYBOX_FORK
/external/toybox/toys/other/
Dnetcat.c152 if (CFG_TOYBOX_FORK && xfork()) goto cleanup; in netcat_main()
/external/toybox/
Dmain.c209 if (!CFG_TOYBOX_FORK) { in main()
/external/toybox/generated/
Dconfig.h7 #define CFG_TOYBOX_FORK 1 macro