Home | History | Annotate | Download | only in src

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;
182 uintmax_t pret = ret;
215 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p)
284 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p)
297 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p)
370 val = va_arg(ap, uintmax_t); \
441 uintmax_t uwidth;
464 uintmax_t uprec;
511 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0);
520 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0);
529 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0);
558 uintmax_t val;