Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/tests/
H A Dfind_test.sh193 if ! setextattr user find_test.attr val dir; then
217 if ! setextattr user find_test.special1 val foo; then
221 atf_check setextattr user find_test.special2 val bar
222 atf_check setextattr user find_test.special2 val baz
226 atf_check setextattr system find_test.special2 val foo
249 atf_check setextattr -h user find_test.special3 val link
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
5258 if (!TEST_ptr(t->meth = find_test(pp->key))) in parse()