Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 5 of 5) sorted by relevance

/support/
A Dsupport_test_verify_impl.c26 support_test_verify_impl (const char *file, int line, const char *expr) in support_test_verify_impl() argument
30 printf ("error: %s:%d: not true: %s\n", file, line, expr); in support_test_verify_impl()
36 const char *expr) in support_test_verify_exit_impl() argument
38 support_test_verify_impl (file, line, expr); in support_test_verify_exit_impl()
A Dsupport_test_compare_blob.c27 report_length (const char *what, unsigned long int length, const char *expr) in report_length() argument
29 printf (" %s %lu bytes (from %s)\n", what, length, expr); in report_length()
34 unsigned long int length, const char *expr) in report_blob() argument
37 printf (" %s (evaluated from %s): NULL\n", what, expr); in report_blob()
40 printf (" %s (evaluated from %s):\n", what, expr); in report_blob()
A Dcheck.h50 #define TEST_VERIFY(expr) \ argument
52 if (expr) \
55 support_test_verify_impl (__FILE__, __LINE__, #expr); \
59 #define TEST_VERIFY_EXIT(expr) \ argument
61 if (expr) \
65 (1, __FILE__, __LINE__, #expr); \
78 const char *expr);
80 const char *expr)
A Dsupport_test_compare_failure.c24 report (const char *which, const char *expr, long long value, int positive, in report() argument
34 printf (" (0x%llx); from: %s\n", (unsigned long long) value & mask, expr); in report()
A Dsupport_test_compare_string_main.c39 size_t length, const char *expr) in report_string() argument
43 printf (" %s (evaluated from %s):\n", what, expr); in report_string()

Completed in 10 milliseconds