Home
last modified time | relevance | path

Searched refs:XVFORK (Results 1 – 8 of 8) sorted by relevance

/external/toybox/toys/other/
Dsetsid.c33 pid_t pid = XVFORK(); in setsid_main()
Doneit.c83 pid = XVFORK(); in oneit_main()
Dtimeout.c80 if (!(TT.pid = XVFORK())) xexec(toys.optargs+1); in timeout_main()
/external/toybox/toys/posix/
Dtime.c33 if (!(pid = XVFORK())) xexec(toys.optargs); in time_main()
Dxargs.c177 if (!(pid = XVFORK())) { in xargs_main()
/external/toybox/toys/net/
Dnetcat.c176 if (FLAG(L)) NOEXIT(child = XVFORK()); in netcat_main()
/external/toybox/lib/
Dlib.h410 #define XVFORK() xvforkwrap(vfork()) macro
Dxwrap.c238 if (!(pid = CFG_TOYBOX_FORK ? xfork() : XVFORK())) { in xpopen_setup()