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,
127 uintmax_t
129 uintmax_t ret, digit; in malloc_strtoumax()
214 uintmax_t pret = ret; in malloc_strtoumax()
226 ret = (uintmax_t)(-((intmax_t)ret)); in malloc_strtoumax()
249 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) { in u2s()
319 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) { in o2s()
330 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) { in x2s()
402 val = va_arg(ap, uintmax_t); \ in malloc_vsnprintf()
475 uintmax_t uwidth; in malloc_vsnprintf()
499 uintmax_t uprec; in malloc_vsnprintf()
545 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
554 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
563 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
592 uintmax_t val; in malloc_vsnprintf()