Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dutils.cpp101 const std::string& expout, const std::string& experr) in wait()
H A Dutils_test.cpp329 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait()
/netbsd-src/regress/sys/kern/getcwd/
H A Dgetcwd.c118 check1 (dir, buf, calltext, actual, expected, experr) in check1() argument
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dutils.c383 const char *experr) in atf_utils_wait()
H A Dutils_test.c384 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Dcli_test.c232 char experr[256]; in check_flag_not_a_number() local
254 char experr[256]; in check_flag_out_of_range() local
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.cpp80 safe_access(const impl::path& p, int mode, int experr) in safe_access()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dfs.cpp140 safe_access(const impl::path& p, int mode, int experr) in safe_access()
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dfs_test.c683 const int experr = atf_user_is_root() ? t->rerror : t->uerror; in ATF_TC_BODY() local