Lines Matching refs:line
344 int test_ptr(const char *file, int line, const char *s, const void *p);
345 int test_ptr_null(const char *file, int line, const char *s, const void *p);
359 int test_strn_eq(const char *file, int line, const char *, const char *,
361 int test_strn_ne(const char *file, int line, const char *, const char *,
381 int test_true(const char *file, int line, const char *s, int b);
382 int test_false(const char *file, int line, const char *s, int b);
391 int test_BN_eq_zero(const char *file, int line, const char *s, const BIGNUM *a);
392 int test_BN_ne_zero(const char *file, int line, const char *s, const BIGNUM *a);
393 int test_BN_lt_zero(const char *file, int line, const char *s, const BIGNUM *a);
394 int test_BN_le_zero(const char *file, int line, const char *s, const BIGNUM *a);
395 int test_BN_gt_zero(const char *file, int line, const char *s, const BIGNUM *a);
396 int test_BN_ge_zero(const char *file, int line, const char *s, const BIGNUM *a);
397 int test_BN_eq_one(const char *file, int line, const char *s, const BIGNUM *a);
398 int test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a);
399 int test_BN_even(const char *file, int line, const char *s, const BIGNUM *a);
400 int test_BN_eq_word(const char *file, int line, const char *bns, const char *ws,
402 int test_BN_abs_eq_word(const char *file, int line, const char *bns,
409 void test_error(const char *file, int line, const char *desc, ...)
412 void test_info(const char *file, int line, const char *desc, ...)
416 int test_skip(const char *file, int line, const char *desc, ...)