Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtsprintf.c124 check_vsprintf (const char *expected, const char *fmt, ...) in check_vsprintf() function
198 check_vsprintf (buf, "%c", c); in native_types()
201 check_vsprintf (buf, "%d", i); in native_types()
203 check_vsprintf ("0", "%d", 0); in native_types()
204 check_vsprintf ("", "%.d", 0); in native_types()
205 check_vsprintf ("", "%.0d", 0); in native_types()
208 check_vsprintf (buf, "%i", i); in native_types()
210 check_vsprintf ("0", "%i", 0); in native_types()
211 check_vsprintf ("", "%.i", 0); in native_types()
212 check_vsprintf ("", "%.0i", 0); in native_types()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tests/misc/
H A Dt-printf.c132 check_vsprintf (const char *want, const char *fmt, va_list ap) in check_vsprintf() function
308 check_vsprintf (want, fmt, ap); in check_one()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog821 check_vsprintf ("+01,234,567 :", "%0+ -'13.10Pd:", (mpfr_prec_t) 1234567);