Lines Matching refs:uintmax_t
58 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s,
63 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
65 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
113 uintmax_t
115 uintmax_t ret, digit; in malloc_strtoumax()
200 uintmax_t pret = ret; in malloc_strtoumax()
212 ret = (uintmax_t)(-((intmax_t)ret)); in malloc_strtoumax()
235 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) { in u2s()
305 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) { in o2s()
316 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) { in x2s()
388 val = va_arg(ap, uintmax_t); \ in malloc_vsnprintf()
461 uintmax_t uwidth; in malloc_vsnprintf()
485 uintmax_t uprec; in malloc_vsnprintf()
531 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
540 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
549 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
578 uintmax_t val; in malloc_vsnprintf()