Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/wpa/src/utils/
HDos.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);
HDos_unix.c550 int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail() function
722 static inline int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail() function
733 if (testing_test_fail(NULL, true)) in os_malloc()