Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report_html.cpp364 const std::size_t n_bad = n_broken + n_failed; in write_summary() local
/netbsd-src/external/bsd/libevent/dist/test/
H A Dtinytest.c69 static int n_bad = 0; /**< Number of tests that have failed. */ variable