Searched refs:testit (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/lib/libutil/tests/
H A Dtrimdomain-nodomain_test.c61 testit(const char *input, int hostsize, const char *output, const char *test) function
84 testit(TESTFQDN, -1, TESTHOST, "self");
85 testit("XXX" TESTDOMAIN, -1, "XXX", "different host, same domain");
86 testit("XXX" TESTDOMAIN, 1, NULL, "short hostsize");
87 testit("bogus.example.net", -1, NULL, "arbitrary host");
88 testit("XXX." TESTFQDN, -1, NULL, "domain is local hostname");
H A Dtrimdomain_test.c61 testit(const char *input, int hostsize, const char *output, const char *test) function
84 testit(TESTFQDN, -1, TESTHOST, "self");
85 testit("XXX" TESTDOMAIN, -1, "XXX", "different host, same domain");
86 testit("XXX" TESTDOMAIN, 1, NULL, "short hostsize");
87 testit("bogus.example.net", -1, NULL, "arbitrary host");
88 testit("XXX." TESTFQDN, -1, NULL, "domain is local hostname");
/freebsd-11.0-release/contrib/netbsd-tests/rump/kernspace/
H A Dthread.c43 static volatile int testit; variable
50 testit = 1;
68 if (testit != 1)
/freebsd-11.0-release/tools/tools/crypto/
H A Dcryptokeytest.c212 testit(void) function
284 testit();

Completed in 101 milliseconds