Lines Matching defs:line
26 int line, const char *type, in test_fail_message_prefix()
75 int line, const char *type, in test_fail_message_va()
88 int line, const char *type, in test_fail_message()
108 void test_info(const char *file, int line, const char *desc, ...) in test_info()
127 void test_error(const char *file, int line, const char *desc, ...) in test_error()
160 int test_skip(const char *file, int line, const char *desc, ...) in test_skip()
245 int test_ptr_null(const char *file, int line, const char *s, const void *p) in test_ptr_null()
253 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr()
261 int test_true(const char *file, int line, const char *s, int b) in test_true()
269 int test_false(const char *file, int line, const char *s, int b) in test_false()
277 int test_str_eq(const char *file, int line, const char *st1, const char *st2, in test_str_eq()
291 int test_str_ne(const char *file, int line, const char *st1, const char *st2, in test_str_ne()
305 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, in test_strn_eq()
319 int test_strn_ne(const char *file, int line, const char *st1, const char *st2, in test_strn_ne()
333 int test_mem_eq(const char *file, int line, const char *st1, const char *st2, in test_mem_eq()
346 int test_mem_ne(const char *file, int line, const char *st1, const char *st2, in test_mem_ne()
389 int test_BN_eq_one(const char *file, int line, const char *s, const BIGNUM *a) in test_BN_eq_one()
397 int test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a) in test_BN_odd()
405 int test_BN_even(const char *file, int line, const char *s, const BIGNUM *a) in test_BN_even()
414 int test_BN_eq_word(const char *file, int line, const char *bns, const char *ws, in test_BN_eq_word()
428 int test_BN_abs_eq_word(const char *file, int line, const char *bns, in test_BN_abs_eq_word()