Searched refs:gmp_vfprintf (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/printf/
H A Dvfprintf.c0 /* gmp_vfprintf -- formatted output.
38 gmp_vfprintf (FILE *fp, const char *fmt, va_list ap) function
/netbsd-current/external/lgpl3/gmp/dist/tests/misc/
H A Dt-printf.c162 got_len = gmp_vfprintf (check_vfprintf_fp, fmt, ap);
178 printf ("gmp_vfprintf wrong\n");
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h570 #define gmp_vfprintf __gmp_vfprintf macro
572 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h570 #define gmp_vfprintf __gmp_vfprintf macro
572 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp.h565 #define gmp_vfprintf __gmp_vfprintf macro
567 __GMP_DECLSPEC int gmp_vfprintf (FILE *, const char *, va_list);

Completed in 377 milliseconds

12