Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-sh/
H A Datf-check.cpp73 struct status_check { struct
74 status_check_t type;
75 bool negated;
76 int value;
78 status_check(const status_check_t& p_type, const bool p_negated, in status_check() function