Lines Matching defs:line

27                               int line, const char *type,  in test_fail_message_prefix()
76 int line, const char *type, in test_fail_message_va()
89 int line, const char *type, in test_fail_message()
109 void test_info(const char *file, int line, const char *desc, ...) in test_info()
128 void test_error(const char *file, int line, const char *desc, ...) in test_error()
161 int test_skip(const char *file, int line, const char *desc, ...) in test_skip()
244 int test_ptr_null(const char *file, int line, const char *s, const void *p) in test_ptr_null()
252 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr()
260 int test_true(const char *file, int line, const char *s, int b) in test_true()
268 int test_false(const char *file, int line, const char *s, int b) in test_false()
276 int test_str_eq(const char *file, int line, const char *st1, const char *st2, in test_str_eq()
290 int test_str_ne(const char *file, int line, const char *st1, const char *st2, in test_str_ne()
304 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, in test_strn_eq()
318 int test_strn_ne(const char *file, int line, const char *st1, const char *st2, in test_strn_ne()
332 int test_mem_eq(const char *file, int line, const char *st1, const char *st2, in test_mem_eq()
345 int test_mem_ne(const char *file, int line, const char *st1, const char *st2, in test_mem_ne()
388 int test_BN_eq_one(const char *file, int line, const char *s, const BIGNUM *a) in test_BN_eq_one()
396 int test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a) in test_BN_odd()
404 int test_BN_even(const char *file, int line, const char *s, const BIGNUM *a) in test_BN_even()
413 int test_BN_eq_word(const char *file, int line, const char *bns, const char *ws, in test_BN_eq_word()
427 int test_BN_abs_eq_word(const char *file, int line, const char *bns, in test_BN_abs_eq_word()