Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.h44 void test_start(const char *n);
103 #define TEST_START(n) test_start(n)
H A Dtest_helper.c247 test_start(const char *n) in test_start() function
/freebsd/contrib/pam-krb5/tests/
H A Druntests.c574 test_start(char *const *command, int *fd) in test_start() function
1126 testpid = test_start(ts->command, &outfd); in test_run()