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

/netbsd-current/tests/lib/libc/time/
H A Dt_strptime.c46 h_pass(const char *buf, const char *fmt, int len, function
216 h_pass("Tue Jan 20 23:27:46 1998", "%a %b %d %T %Y",
218 h_pass("Tue Jan 20 23:27:46 1998", "%a %b %d %H:%M:%S %Y",
220 h_pass("Tue Jan 20 23:27:46 1998", "%c",
222 h_pass("Fri Mar 4 20:05:34 2005", "%a %b %e %H:%M:%S %Y",
224 h_pass("5\t3 4 8pm:05:34 2005", "%w%n%m%t%d%n%k%p:%M:%S %Y",
226 h_pass("Fri Mar 4 20:05:34 2005", "%c",
242 h_pass("Sun", "%a", 3, -1, -1, -1, -1, -1, -1, 0, -1);
243 h_pass("Sunday", "%a", 6, -1, -1, -1, -1, -1, -1, 0, -1);
244 h_pass("Mo
[all...]
/netbsd-current/external/bsd/atf/dist/atf-sh/
H A Datf-check_test.sh32 h_pass() function
75 h_pass "true" -s eq:0
76 h_pass "false" -s ne:0
77 h_pass "exit 255" -s eq:255
78 h_pass "exit 0" -s ne:255
93 h_pass 'true' -s exit:0
94 h_pass 'false' -s not-exit:0
95 h_pass 'exit 255' -s exit:255
96 h_pass 'exit 0' -s not-exit:255
103 h_pass 'tru
[all...]
/netbsd-current/tests/lib/libc/ssp/
H A Dt_ssp.sh28 h_pass() function
49 h_pass "$prog ok"
62 h_pass "$prog ok"
75 h_pass "$prog 10"
88 h_pass "$prog 10"
101 h_pass "$prog" "echo ok |"
114 h_pass "$prog 10" "echo ok |"
127 h_pass "$prog 10"
140 h_pass "$prog 10"
153 h_pass "
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dmacros_test.cpp64 ATF_TEST_CASE(h_pass); variable
65 ATF_TEST_CASE_HEAD(h_pass)
69 ATF_TEST_CASE_BODY(h_pass)
293 ATF_TEST_CASE_USE(h_pass);
294 run_h_tc< ATF_TEST_CASE_NAME(h_pass) >();

Completed in 101 milliseconds