Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/tools/
H A 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/bsd/atf/dist/atf-c/detail/
H A Dprocess.c592 struct exec_args { struct
602 struct exec_args *ea = v; in do_exec() argument