Searched refs:gmp_asprintf_t (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/printf/ |
H A D | asprntffuns.c | 45 __gmp_asprintf_memory (struct gmp_asprintf_t *d, const char *str, size_t len) in __gmp_asprintf_memory() 54 __gmp_asprintf_reps (struct gmp_asprintf_t *d, int c, int reps) in __gmp_asprintf_reps() 63 __gmp_asprintf_final (struct gmp_asprintf_t *d) in __gmp_asprintf_final()
|
H A D | vasprintf.c | 70 gmp_asprintf_format (struct gmp_asprintf_t *d, const char *fmt, in gmp_asprintf_format() 113 struct gmp_asprintf_t d; in gmp_vasprintf()
|
/netbsd-src/external/lgpl3/gmp/dist/cxx/ |
H A D | osdoprnti.cc | 52 struct gmp_asprintf_t d; in __gmp_doprnt_integer_ostream()
|
H A D | osmpf.cc | 49 struct gmp_asprintf_t d; in operator <<()
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | gmp-impl.h | 4498 struct gmp_asprintf_t { struct 4531 __GMP_DECLSPEC int __gmp_asprintf_memory (struct gmp_asprintf_t *, const char *, size_t); 4532 __GMP_DECLSPEC int __gmp_asprintf_reps (struct gmp_asprintf_t *, int, int); 4533 __GMP_DECLSPEC int __gmp_asprintf_final (struct gmp_asprintf_t *);
|
H A D | ChangeLog | 23355 * gmp-impl.h (struct gmp_asprintf_t): Moved from printf/vasprintf.c.
|