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