Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dcheck.c108 const_execvp(const char *file, const char *const *argv) in const_execvp() function
162 const_execvp(ea->m_argv[0], ea->m_argv); in exec_child()
/freebsd/contrib/atf/atf-c/detail/
H A Dprocess.c554 const_execvp(const char *file, const char *const *argv) in const_execvp() function
604 const int ret = const_execvp(atf_fs_path_cstring(ea->m_prog), ea->m_argv); in do_exec()