Searched refs:xexec (Results 1 – 25 of 26) sorted by relevance
12
28 if (toys.optargs[1]) xexec(toys.optargs+1); in chroot_main()29 else xexec(binsh); in chroot_main()
27 xexec(toys.optargs); in setsid_main()
66 if (!(TT.pid = XVFORK())) xexec(toys.optargs+1); in timeout_main()
70 if (!TT.pid) xexec(toys.optargs); in ionice_main()
169 xexec(toys.optargs); in unshare_main()
104 xexec(toys.optargs+1); in taskset_main()
27 xexec(++toys.optargs); in runcon_main()
37 xexec(toys.optargs);
41 xexec(toys.optargs); in nohup_main()
46 } else xexec(ev); in env_main()
31 if (!(pid = XVFORK())) xexec(toys.optargs); in time_main()
175 xexec(out); in xargs_main()
90 xexec(++toys.optargs); in chrt_main()
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()
301 xexec(argv); in compress_stream()349 xexec(argv); in extract_to_command()523 xexec(argv); in extract_stream()
313 if (!(prog_pid = xfork())) xexec(toys.optargs+1); in bootchartd_main()
335 xexec(ptr); in getty_main()
396 xexec(toys.optargs+2); //skip IP PORT in tcpsvd_main()
94 xexec(argu); in su_main()
186 xexec(toys.optargs); in netcat_main()
178 void xexec(char **argv) in xexec() function230 if (argv) xexec(argv); in xpopen_both()
129 void xexec(char **argv);