Searched refs:alloc_fmt (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/scanf/ |
| D | doscan.c | 473 char *alloc_fmt; in __gmp_doscan() local 499 alloc_fmt = __GMP_ALLOCATE_FUNC_TYPE (alloc_fmt_size, char); in __gmp_doscan() 586 memcpy (alloc_fmt, this_fmt, len); in __gmp_doscan() 587 alloc_fmt[len++] = '%'; in __gmp_doscan() 588 alloc_fmt[len++] = 'n'; in __gmp_doscan() 589 alloc_fmt[len] = '\0'; in __gmp_doscan() 591 TRACE (printf (" scan \"%s\"\n", alloc_fmt); in __gmp_doscan() 598 new_fields = (*funs->scan) (data, alloc_fmt, &new_chars, NULL); in __gmp_doscan() 604 new_fields = (*funs->scan) (data, alloc_fmt, arg, &new_chars); in __gmp_doscan() 765 (*__gmp_free_func) (alloc_fmt, alloc_fmt_size); in __gmp_doscan()
|
| /netbsd/src/external/lgpl3/gmp/dist/printf/ |
| D | doprnt.c | 163 char *fmt, *alloc_fmt, *last_fmt, *this_fmt, *gmp_str; in __gmp_doprnt() local 188 alloc_fmt = __GMP_ALLOCATE_FUNC_TYPE (alloc_fmt_size, char); in __gmp_doprnt() 189 fmt = alloc_fmt; in __gmp_doprnt() 620 __GMP_FREE_FUNC_TYPE (alloc_fmt, alloc_fmt_size, char); in __gmp_doprnt()
|