Home
last modified time | relevance | path

Searched refs:find_test (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/find/tests/
H A DMakefile1 ATF_TESTS_SH= find_test
/freebsd/contrib/pam-krb5/tests/
H A Druntests.c1263 find_test(const char *name, const char *source, const char *build) in find_test() function
1380 ts->command[i++] = find_test(ts->file, source, build); in parse_test_list_line()
1483 current->ts->command[0] = find_test(current->ts->file, source, build); in build_test_list()
1661 path = find_test(program, source, build); in test_single()
/freebsd/crypto/openssl/test/
H A Devp_test.c4870 static const EVP_TEST_METHOD *find_test(const char *name) in find_test() function
5259 if (!TEST_ptr(t->meth = find_test(pp->key))) in parse()