Home
last modified time | relevance | path

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

/NextBSD/contrib/atf/atf-c/
HDtc.h131 void atf_tc_check_errno(const char *, const size_t, const int,
HDmacros.h207 atf_tc_check_errno(__FILE__, __LINE__, exp_errno, #bool_expr, bool_expr)
HDtc.c1132 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, in atf_tc_check_errno() function
/NextBSD/contrib/atf/atf-c++/
Dtests.cpp356 atf_tc_check_errno(file, line, exp_errno, expr_str, result); in check_errno()