Lines Matching refs:uintmax_t
30 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s,
35 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
37 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
99 uintmax_t
102 uintmax_t ret, digit; in malloc_strtoumax()
182 uintmax_t pret = ret; in malloc_strtoumax()
215 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) in u2s()
284 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) in o2s()
297 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) in x2s()
370 val = va_arg(ap, uintmax_t); \ in malloc_vsnprintf()
441 uintmax_t uwidth; in malloc_vsnprintf()
464 uintmax_t uprec; in malloc_vsnprintf()
511 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
520 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
529 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
558 uintmax_t val; in malloc_vsnprintf()