Searched refs:gmp_vsprintf (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/printf/
H A Dvsprintf.c0 /* gmp_vsprintf -- formatted output to an unrestricted string.
38 gmp_vsprintf (char *buf, const char *fmt, va_list ap) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgmp-utils.c36 gmp_vsprintf (&str[0], fmt, vp);
/netbsd-current/external/lgpl3/gmp/dist/tests/misc/
H A Dt-printf.c138 got_len = gmp_vsprintf (got, fmt, ap);
142 printf ("gmp_vsprintf wrong\n");
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h585 #define gmp_vsprintf __gmp_vsprintf macro
587 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h585 #define gmp_vsprintf __gmp_vsprintf macro
587 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h580 #define gmp_vsprintf __gmp_vsprintf macro
582 __GMP_DECLSPEC int gmp_vsprintf (char *, const char *, va_list);

Completed in 415 milliseconds

12