Home
last modified time | relevance | path

Searched refs:xfork (Results 1 - 10 of 10) sorted by relevance

/third_party/toybox/toys/pending/
H A Dbootchartd.c250 if (!(lgr_pid = xfork())) { in bootchartd_main()
274 if (!(prog_pid = xfork())) xexec(toys.optargs+1); in bootchartd_main()
H A Dopenvt.c76 if (!(pid = xfork())) { in openvt_main()
H A Dcrontab.c292 if (!(pid = xfork())) { in do_edit()
H A Dtcpsvd.c354 if (!(pid = xfork())) { in tcpsvd_main()
H A Dstrace.c579 TT.pid = xfork(); in strace_main()
/third_party/toybox/toys/other/
H A Dnbd_client.c82 if ((toys.optflags & FLAG_n) || !xfork()) { in nbd_client_main()
/third_party/toybox/toys/net/
H A Dnetcat.c155 if (CFG_TOYBOX_FORK && toys.optc && xfork()) goto cleanup; in netcat_main()
/third_party/toybox/lib/
H A Dportability.h265 pid_t xfork(void);
H A Dportability.c23 pid_t xfork(void) in xfork() function
H A Dxwrap.c238 if (!(pid = CFG_TOYBOX_FORK ? xfork() : XVFORK())) { in xpopen_both()

Completed in 7 milliseconds