Home
last modified time | relevance | path

Searched refs:testing_test_fail (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dos.h690 #define TEST_FAIL() testing_test_fail(NULL, false)
691 #define TEST_FAIL_TAG(tag) testing_test_fail(tag, false)
692 int testing_test_fail(const char *tag, bool is_alloc);
H A Dos_unix.c555 int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail() function
727 static inline int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail() function
738 if (testing_test_fail(NULL, true)) in os_malloc()