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

  /src/tests/lib/libc/gen/
t_fmtcheck.c 45 } test_fmts[] = { variable in typeref:struct:test_fmt[]
97 for (i = 0 ; i < __arraycount(test_fmts); i++) {
98 f1 = test_fmts[i].fmt1;
99 f2 = test_fmts[i].fmt2;
101 if (test_fmts[i].correct == 1) {
110 (test_fmts[i].correct == 1) ? "1st" : "2nd");

Completed in 42 milliseconds