Home
last modified time | relevance | path

Searched refs:const_execvp (Results 1 – 2 of 2) sorted by relevance

/dports/devel/atf/atf-0.21/atf-c/
H A Dcheck.c107 const_execvp(const char *file, const char *const *argv) in const_execvp() function
161 const_execvp(ea->m_argv[0], ea->m_argv); in exec_child()
/dports/devel/atf/atf-0.21/atf-c/detail/
H A Dprocess.c553 const_execvp(const char *file, const char *const *argv) in const_execvp() function
603 const int ret = const_execvp(atf_fs_path_cstring(ea->m_prog), ea->m_argv); in do_exec()