UINTMAX_MAX        60 maint/gnulib/lib/fsusage.c    ? UINTMAX_MAX : (uintmax_t) (x))
UINTMAX_MAX        60 maint/gnulib/lib/human.c   if (inexact_style != human_round_to_nearest && value < UINTMAX_MAX)
UINTMAX_MAX       346 maint/gnulib/lib/stdint.in.h # ifndef UINTMAX_MAX
UINTMAX_MAX       520 maint/gnulib/lib/stdint.in.h # ifndef UINTMAX_MAX
UINTMAX_MAX       726 maint/gnulib/lib/stdint.in.h # define UINTMAX_WIDTH _GL_INTEGER_WIDTH (0, UINTMAX_MAX)
UINTMAX_MAX        22 maint/gnulib/lib/xstrtoumax.c #define STRTOL_T_MAXIMUM UINTMAX_MAX
UINTMAX_MAX       132 maint/gnulib/tests/test-intprops.c   VERIFY (TYPE_MAXIMUM (uintmax_t) == UINTMAX_MAX);
UINTMAX_MAX       416 maint/gnulib/tests/test-intprops.c   CHECK_QUOTIENT (INTMAX_MIN, UINTMAX_MAX, false);
UINTMAX_MAX       429 maint/gnulib/tests/test-intprops.c   CHECK_REMAINDER ((intmax_t) -1, UINTMAX_MAX, true);
UINTMAX_MAX       246 maint/gnulib/tests/test-stdint.c uintmax_t j[2] = { UINTMAX_C (17), UINTMAX_MAX };
UINTMAX_MAX       247 maint/gnulib/tests/test-stdint.c verify (TYPE_MAXIMUM (uintmax_t) == UINTMAX_MAX);
UINTMAX_MAX       248 maint/gnulib/tests/test-stdint.c verify_same_types (UINTMAX_MAX, (uintmax_t) 0 + 0);
UINTMAX_MAX       254 maint/gnulib/tests/test-stdint.c #if INTMAX_MIN && INTMAX_MAX && UINTMAX_MAX
UINTMAX_MAX       414 maint/gnulib/tests/test-stdint.c verify_width (UINTMAX_WIDTH, 0, UINTMAX_MAX);