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

/freebsd-9.3-release/tools/regression/lib/libutil/
H A Dtest-trimdomain-nodomain.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 Dtest-trimdomain.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-9.3-release/tools/regression/lib/msun/
H A Dtest-nearbyint.c60 static void testit(int testnum, float in, float out) function
97 testit(i + 1, tests[i * 2], tests[i * 2 + 1]);
/freebsd-9.3-release/tools/tools/crypto/
H A Dcryptokeytest.c212 testit(void) function
284 testit();

Completed in 50 milliseconds