HomeSort by: relevance | last modified time | path
    Searched defs:testcases (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libc/gen/
t_floatunditf.c 44 } testcases[] = { variable in typeref:typename:const struct __anonc6493feb0108[]
129 for (i = 0; i < __arraycount(testcases); ++i)
131 testcases[i].ld == (long double)testcases[i].u64,
133 testcases[i].ld,
134 (long double)testcases[i].u64);
  /src/tests/lib/libc/string/
t_bm.c 54 const t_testcase testcases[] = { variable in typeref:typename:const t_testcase[]
79 for (ts = 0; ts < sizeof(testcases)/sizeof(t_testcase); ts++) {
80 ATF_CHECK((pattern = bm_comp((const u_char *)testcases[ts].pattern,
81 strlen(testcases[ts].pattern), (const u_char *)testcases[ts].freq)));
83 ATF_REQUIRE((text = strdup(testcases[ts].text)));
86 if (testcases[ts].match == -1)
89 ATF_CHECK_EQ(testcases[ts].match,
  /src/tests/lib/libc/stdlib/
t_strtod.c 87 } testcases[] = { local in function:ATF_TC_BODY
96 for (size_t i = 0, n = __arraycount(testcases); i < n; i++) {
99 long double val = strtold(testcases[i].str, &end);
102 errno == 0 && *end == '\0' && val == testcases[i].val,
104 testcases[i].str, testcases[i].val, val, errno, end);
  /src/tests/lib/libc/stdio/
t_fmemopen.c 73 } testcases[] = { variable in typeref:struct:testcase[]
420 for (t = &testcases[0]; t->s != NULL; ++t) {
471 for (t = &testcases[0]; t->s != NULL; ++t) {
520 for (t = &testcases[0]; t->s != NULL; ++t) {
580 for (t = &testcases[0]; t->s != NULL; ++t) {
638 for (t = &testcases[0]; t->s != NULL; ++t) {
688 for (t = &testcases[0]; t->s != NULL; ++t) {
756 for (t = &testcases[0]; t->s != NULL; ++t) {
791 for (t = &testcases[0]; t->s != NULL; ++t) {
828 for (t = &testcases[0]; t->s != NULL; ++t)
    [all...]

Completed in 12 milliseconds