Lines Matching refs:line

114  * possible; otherwise we get by with the file name and line number.
173 * It embeds test_get_options() which gives default command line options for
196 * Used to read non optional command line values that follow after the options.
200 /* Return the number of additional non optional command line arguments */
275 * Used to supply test specific command line options,
341 int test_ptr(const char *file, int line, const char *s, const void *p);
342 int test_ptr_null(const char *file, int line, const char *s, const void *p);
356 int test_strn_eq(const char *file, int line, const char *, const char *,
358 int test_strn_ne(const char *file, int line, const char *, const char *,
378 int test_true(const char *file, int line, const char *s, int b);
379 int test_false(const char *file, int line, const char *s, int b);
388 int test_BN_eq_zero(const char *file, int line, const char *s, const BIGNUM *a);
389 int test_BN_ne_zero(const char *file, int line, const char *s, const BIGNUM *a);
390 int test_BN_lt_zero(const char *file, int line, const char *s, const BIGNUM *a);
391 int test_BN_le_zero(const char *file, int line, const char *s, const BIGNUM *a);
392 int test_BN_gt_zero(const char *file, int line, const char *s, const BIGNUM *a);
393 int test_BN_ge_zero(const char *file, int line, const char *s, const BIGNUM *a);
394 int test_BN_eq_one(const char *file, int line, const char *s, const BIGNUM *a);
395 int test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a);
396 int test_BN_even(const char *file, int line, const char *s, const BIGNUM *a);
397 int test_BN_eq_word(const char *file, int line, const char *bns, const char *ws,
399 int test_BN_abs_eq_word(const char *file, int line, const char *bns,
406 void test_error(const char *file, int line, const char *desc, ...)
409 void test_info(const char *file, int line, const char *desc, ...)
413 int test_skip(const char *file, int line, const char *desc, ...)
421 * a default description that indicates the file and line number of the error.
569 int curr; /* Current line in file */
590 * The block is terminated by EOF or a blank line.