Searched refs:testit (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/lib/libutil/tests/ |
| H A D | trimdomain-nodomain_test.c | 61 testit(const char *input, int hostsize, const char *output, const char *test) in testit() function 84 testit(TESTFQDN, -1, TESTHOST, "self"); in main() 85 testit("XXX" TESTDOMAIN, -1, "XXX", "different host, same domain"); in main() 86 testit("XXX" TESTDOMAIN, 1, NULL, "short hostsize"); in main() 87 testit("bogus.example.net", -1, NULL, "arbitrary host"); in main() 88 testit("XXX." TESTFQDN, -1, NULL, "domain is local hostname"); in main()
|
| H A D | trimdomain_test.c | 61 testit(const char *input, int hostsize, const char *output, const char *test) in testit() function 84 testit(TESTFQDN, -1, TESTHOST, "self"); in main() 85 testit("XXX" TESTDOMAIN, -1, "XXX", "different host, same domain"); in main() 86 testit("XXX" TESTDOMAIN, 1, NULL, "short hostsize"); in main() 87 testit("bogus.example.net", -1, NULL, "arbitrary host"); in main() 88 testit("XXX." TESTFQDN, -1, NULL, "domain is local hostname"); in main()
|
| /freebsd-12.1/contrib/netbsd-tests/rump/kernspace/ |
| H A D | thread.c | 43 static volatile int testit; variable 50 testit = 1; in jointhread() 68 if (testit != 1) in rumptest_threadjoin()
|
| /freebsd-12.1/tools/tools/crypto/ |
| H A D | cryptokeytest.c | 212 testit(void) in testit() function 284 testit(); in main()
|
| /freebsd-12.1/contrib/ntp/sntp/libopts/m4/ |
| H A D | stdnoreturn.m4 | 24 int testit (int argc, char **argv) {
|