Home
last modified time | relevance | path

Searched defs:exec_args (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/atf/dist/tools/
Dprocess.hpp254 struct exec_args { struct
255 const tools::fs::path m_prog;
256 const argv_array& m_argv;
257 void (*m_prehook)(void);
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcatch-follow-exec.c25 char *exec_args[] = { "/bin/ls", "ppp", NULL }; in main() local
/netbsd/src/external/bsd/atf/dist/atf-c/detail/
Dprocess.c592 struct exec_args { struct
602 struct exec_args *ea = v; in do_exec() argument