Searched refs:xexec (Results 1 – 25 of 26) sorted by relevance
12
31 if (toys.optargs[1]) xexec(toys.optargs+1); in chroot_main()32 else xexec(binsh); in chroot_main()
27 xexec(toys.optargs); in setsid_main()
70 if (!TT.pid) xexec(toys.optargs); in ionice_main()
80 if (!(TT.pid = XVFORK())) xexec(toys.optargs+1); in timeout_main()
97 if (*(toys.optargs+1)) xexec(toys.optargs+1); in chrt_main()
171 xexec(toys.optargs); in unshare_main()
104 xexec(toys.optargs+1); in taskset_main()
27 xexec(++toys.optargs); in runcon_main()
39 xexec(toys.optargs);
43 xexec(toys.optargs); in nohup_main()
55 } else xexec(ev); in env_main()
33 if (!(pid = XVFORK())) xexec(toys.optargs); in time_main()
197 xexec(out); in xargs_main()
88 xexec(argu);
120 xexec(toys.optargs); in openvt_main()
114 xexec(arg); in userdel_main()
50 xexec((char *[]){"groupadd", toys.optargs[0], toys.optargs[1], 0});
227 if (!cmd->pid) xexec(cmd->argv); in run_pipeline()
302 xexec(argv); in compress_stream()350 xexec(argv); in extract_to_command()525 xexec(argv); in extract_stream()
313 if (!(prog_pid = xfork())) xexec(toys.optargs+1); in bootchartd_main()
333 xexec(ptr); in getty_main()
396 xexec(toys.optargs+2); //skip IP PORT in tcpsvd_main()
231 if (!pid) xexec(args); //child, executes fsck.type in do_fsck()
164 xexec(toys.optargs); in netcat_main()
205 void xexec(char **argv) in xexec() function265 if (argv) xexec(argv); in xpopen_both()