Searched refs:__gmp_fprintf_funs (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/printf/
H A Dvprintf.c40 return __gmp_doprnt (&__gmp_fprintf_funs, stdout, fmt, ap);
H A Dvfprintf.c40 return __gmp_doprnt (&__gmp_fprintf_funs, fp, fmt, ap);
H A Dfprintf.c45 ret = __gmp_doprnt (&__gmp_fprintf_funs, fp, fmt, ap);
H A Dprintf.c45 ret = __gmp_doprnt (&__gmp_fprintf_funs, stdout, fmt, ap);
H A Dprintffuns.c0 /* __gmp_fprintf_funs -- support for formatted output to FILEs.
75 const struct doprnt_funs_t __gmp_fprintf_funs = { variable in typeref:struct:doprnt_funs_t
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4488 extern const struct doprnt_funs_t __gmp_fprintf_funs;

Completed in 208 milliseconds