Home
last modified time | relevance | path

Searched defs:experr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/atf/atf-c++/
H A Dutils.cpp104 const std::string& expout, const std::string& experr) in wait()
H A Dutils_test.cpp330 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait()
/freebsd/contrib/atf/atf-c/
H A Dutils.c426 const char *experr) in atf_utils_wait()
H A Dutils_test.c389 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait()
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp76 safe_access(const impl::path& p, int mode, int experr) in safe_access()
/freebsd/contrib/atf/atf-c/detail/
H A Dfs_test.c680 const int experr = atf_user_is_root() ? t->rerror : t->uerror; in ATF_TC_BODY() local