Searched refs:noexec (Results 1 – 1 of 1) sorted by relevance
808 exec_comm_child (char *comm, int *fildes, bool showerr, bool noexec) in exec_comm_child() argument813 const char *args[] = { _PATH_BSHELL, noexec ? "-nc" : "-c", comm, NULL }; in exec_comm_child()886 bool noexec = false; in exec_comm() local900 pid = exec_comm_child (comm, fildes, noexec ? false : flags & WRDE_SHOWERR, in exec_comm()901 noexec); in exec_comm()910 if (noexec) in exec_comm()1089 noexec = true; in exec_comm()
Completed in 7 milliseconds