HomeSort by: relevance | last modified time | path
    Searched defs:atf_tc_fail (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/kernel/
t_pty.c 35 #define atf_tc_fail(fmt, ...) errx(EXIT_FAILURE, fmt, ## __VA_ARGS__) macro
101 atf_tc_fail("child failed");
122 atf_tc_fail("Wrong qsize %d != %d\n", qsize, opt);
  /src/external/bsd/atf/dist/atf-c/
tc.c 673 atf_tc_fail("Configuration variable %s does not have a valid "
705 atf_tc_fail("Configuration variable %s does not have a valid "
1071 atf_tc_fail(const char *fmt, ...) function

Completed in 25 milliseconds