Home
last modified time | relevance | path

Searched refs:atf_tc_check_errno (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/atf/atf-c/
H A Dtc.h131 void atf_tc_check_errno(const char *, const size_t, const int,
H A Dmacros.h265 atf_tc_check_errno(__FILE__, __LINE__, (exp_errno), #bool_expr, (bool_expr))
H A Dtc.c1178 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, in atf_tc_check_errno() function
/freebsd/contrib/atf/atf-c++/
H A Dtests.cpp356 atf_tc_check_errno(file, line, exp_errno, expr_str, result); in check_errno()