Lines Matching refs:uintmax_t
35 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s,
40 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
42 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
105 uintmax_t
108 uintmax_t ret, digit; in malloc_strtoumax()
188 uintmax_t pret = ret; in malloc_strtoumax()
200 ret = (uintmax_t)(-((intmax_t)ret)); in malloc_strtoumax()
221 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) in u2s()
290 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) in o2s()
302 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) in x2s()
373 val = va_arg(ap, uintmax_t); \ in malloc_vsnprintf()
446 uintmax_t uwidth; in malloc_vsnprintf()
469 uintmax_t uprec; in malloc_vsnprintf()
514 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
523 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
532 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
561 uintmax_t val; in malloc_vsnprintf()