Lines Matching refs:test_argv_populate
432 static ARGV *test_argv_populate(const TEST_CASE *tp, ARGV *argvp) in test_argv_populate() function
447 test_argv_populate(tp, argvp); in test_argv_sort()
469 test_argv_populate(tp, argvp); in test_argv_good_truncate()
478 test_argv_populate(tp, argvp); in test_argv_bad_truncate()
487 test_argv_populate(tp, argvp); in test_argv_good_insert()
496 test_argv_populate(tp, argvp); in test_argv_bad_insert1()
505 test_argv_populate(tp, argvp); in test_argv_bad_insert2()
514 test_argv_populate(tp, argvp); in test_argv_good_replace()
523 test_argv_populate(tp, argvp); in test_argv_bad_replace1()
532 test_argv_populate(tp, argvp); in test_argv_bad_replace2()
541 test_argv_populate(tp, argvp); in test_argv_bad_delete1()
550 test_argv_populate(tp, argvp); in test_argv_bad_delete2()
559 test_argv_populate(tp, argvp); in test_argv_bad_delete3()
612 {"foo", "baz", "bar", 0}, 0, test_argv_populate,
616 {"foo", "baz", "bar", 0}, TERMINATE_ARRAY, test_argv_populate,