Searched defs:exec_args (Results 1 – 3 of 3) sorted by relevance
254 struct exec_args { struct255 const tools::fs::path m_prog;256 const argv_array& m_argv;257 void (*m_prehook)(void);
25 char *exec_args[] = { "/bin/ls", "ppp", NULL }; in main() local
592 struct exec_args { struct602 struct exec_args *ea = v; in do_exec() argument