Searched refs:XVFORK (Results 1 – 7 of 7) sorted by relevance
22 while (setsid()<0) if (XVFORK()) _exit(0); in setsid_main()
66 if (!(TT.pid = XVFORK())) xexec(toys.optargs+1); in timeout_main()
82 pid = XVFORK(); in oneit_main()
31 if (!(pid = XVFORK())) xexec(toys.optargs); in time_main()
172 if (!(pid = XVFORK())) { in xargs_main()
326 #define XVFORK() xvforkwrap(vfork()) macro
211 if (!(pid = CFG_TOYBOX_FORK ? xfork() : XVFORK())) { in xpopen_both()