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,
108 uintmax_t
111 uintmax_t ret, digit; in malloc_strtoumax()
191 uintmax_t pret = ret; in malloc_strtoumax()
203 ret = (uintmax_t)(-((intmax_t)ret)); in malloc_strtoumax()
224 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) in u2s()
293 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) in o2s()
306 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) in x2s()
378 val = va_arg(ap, uintmax_t); \ in malloc_vsnprintf()
451 uintmax_t uwidth; in malloc_vsnprintf()
474 uintmax_t uprec; in malloc_vsnprintf()
519 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
528 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
537 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf()
566 uintmax_t val; in malloc_vsnprintf()