Searched refs:CFG_TOYBOX_FORK (Results 1 – 5 of 5) sorted by relevance
186 if (!CFG_TOYBOX_FORK) _exit(toys.exitval); in xexec()211 if (!(pid = CFG_TOYBOX_FORK ? xfork() : XVFORK())) { in xpopen_both()233 if (CFG_TOYBOX_FORK) { in xpopen_both()254 if (!CFG_TOYBOX_FORK) **toys.argv &= 0x7f; in xpopen_both()
22 #if CFG_TOYBOX_FORK
143 if (CFG_TOYBOX_FORK && toys.optc && xfork()) goto cleanup; in netcat_main()
226 if (!CFG_TOYBOX_FORK) { in main()
13 #define CFG_TOYBOX_FORK 1 macro