Searched refs:mpfr_vsnprintf (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | printf.c | 166 mpfr_vsnprintf (char *buf, size_t size, const char *fmt, va_list ap) in mpfr_vsnprintf() function
|
| H A D | mpfr.h | 1232 #define mpfr_vsnprintf __gmpfr_vsnprintf macro 1236 __MPFR_DECLSPEC int mpfr_vsnprintf (char*, size_t, const char*, va_list);
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tsprintf.c | 147 n1 = mpfr_vsnprintf (NULL, 0, fmt, ap1); in check_vsprintf() 152 n1 = mpfr_vsnprintf (buffer, randsize, fmt, ap1); in check_vsprintf()
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | NEWS | 328 mpfr_sprintf, mpfr_snprintf, mpfr_vsprintf, mpfr_vsnprintf,
|
| H A D | ChangeLog | 12182 with %n when the size argument of mpfr_vsnprintf is 0. 27345 tests/tsprintf.c: added mpfr_snprintf/mpfr_vsnprintf tests with 27359 …printf.c: Fix wrong return value, mpfr_snprintf and mpfr_vsnprintf functions must always return th… 27360 …tests/tsprintf.c: Fix test of mpfr_snprintf and mpfr_vsnprintf (the wrong return value was checked… 27364 printf.c: fix buffer overflow in mpfr_snprintf and mpfr_vsnprintf. 27366 tsprintf.c: added a test showing a buffer overflow in mpfr_vsnprintf. 29213 add tests for mpfr_snprintf and mpfr_vsnprintf
|
| /netbsd-src/external/lgpl3/mpfr/dist/doc/ |
| H A D | mpfr.info | 2503 -- Function: int mpfr_vsnprintf (char *BUF, size_t N, const char 3760 and ‘mpfr_vsnprintf’ in MPFR 2.4. 5342 * mpfr_vsnprintf: Formatted Output Functions.
|
| H A D | mpfr.texi | 3106 @deftypefunx int mpfr_vsnprintf (char *@var{buf}, size_t @var{n}, const char *@var{template}, va_li… 4509 @code{mpfr_vsprintf} and @code{mpfr_vsnprintf} in MPFR@tie{}2.4.
|