Searched refs:test_fmts (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/tests/gen/
H A Dfmtcheck_test.c45 } test_fmts[] = { variable in typeref:struct:test_fmt
84 for (i = 0; i < nitems(test_fmts); i++) {
85 f1 = test_fmts[i].fmt1;
86 f2 = test_fmts[i].fmt2;
88 if (test_fmts[i].correct == 1)
95 (test_fmts[i].correct == 1) ? "1st" : "2nd");
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fmtcheck.c45 } test_fmts[] = { variable in typeref:struct:test_fmt
93 for (i = 0 ; i < __arraycount(test_fmts); i++) {
94 f1 = test_fmts[i].fmt1;
95 f2 = test_fmts[i].fmt2;
97 if (test_fmts[i].correct == 1) {
106 (test_fmts[i].correct == 1) ? "1st" : "2nd");

Completed in 57 milliseconds