Home
last modified time | relevance | path

Searched refs:printf_int_tests (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/localedata/
Dtst-digits.c46 } printf_int_tests[] = variable
69 (sizeof (printf_int_tests) / sizeof (printf_int_tests[0]))
134 n = snprintf (buf, sizeof buf, printf_int_tests[cnt].format, in do_test()
135 printf_int_tests[cnt].n); in do_test()
138 cnt, buf, printf_int_tests[cnt].expected); in do_test()
140 if (n != (ssize_t) strlen (printf_int_tests[cnt].expected) in do_test()
141 || strcmp (buf, printf_int_tests[cnt].expected) != 0) in do_test()