Lines Matching defs:tp

432 static ARGV *test_argv_populate(const TEST_CASE *tp, ARGV *argvp)  in test_argv_populate()
445 static ARGV *test_argv_sort(const TEST_CASE *tp, ARGV *argvp) in test_argv_sort()
454 static ARGV *test_argv_sort_uniq(const TEST_CASE *tp, ARGV *argvp) in test_argv_sort_uniq()
467 static ARGV *test_argv_good_truncate(const TEST_CASE *tp, ARGV *argvp) in test_argv_good_truncate()
476 static ARGV *test_argv_bad_truncate(const TEST_CASE *tp, ARGV *argvp) in test_argv_bad_truncate()
485 static ARGV *test_argv_good_insert(const TEST_CASE *tp, ARGV *argvp) in test_argv_good_insert()
494 static ARGV *test_argv_bad_insert1(const TEST_CASE *tp, ARGV *argvp) in test_argv_bad_insert1()
503 static ARGV *test_argv_bad_insert2(const TEST_CASE *tp, ARGV *argvp) in test_argv_bad_insert2()
512 static ARGV *test_argv_good_replace(const TEST_CASE *tp, ARGV *argvp) in test_argv_good_replace()
521 static ARGV *test_argv_bad_replace1(const TEST_CASE *tp, ARGV *argvp) in test_argv_bad_replace1()
530 static ARGV *test_argv_bad_replace2(const TEST_CASE *tp, ARGV *argvp) in test_argv_bad_replace2()
539 static ARGV *test_argv_bad_delete1(const TEST_CASE *tp, ARGV *argvp) in test_argv_bad_delete1()
548 static ARGV *test_argv_bad_delete2(const TEST_CASE *tp, ARGV *argvp) in test_argv_bad_delete2()
557 static ARGV *test_argv_bad_delete3(const TEST_CASE *tp, ARGV *argvp) in test_argv_bad_delete3()
566 static int test_argv_verify(const TEST_CASE *tp, ARGV *argvp) in test_argv_verify()
692 const TEST_CASE *tp; in main() local