uintmax_t 66 gnulib-tests/test-intprops.c ASSERT (TYPE_IS_INTEGER (uintmax_t)); uintmax_t 82 gnulib-tests/test-intprops.c VERIFY (! TYPE_SIGNED (uintmax_t)); uintmax_t 115 gnulib-tests/test-intprops.c VERIFY (TYPE_MINIMUM (uintmax_t) == 0); uintmax_t 116 gnulib-tests/test-intprops.c VERIFY (TYPE_MAXIMUM (uintmax_t) == UINTMAX_MAX); uintmax_t 34 gnulib-tests/test-inttostr.c #define CAST_VAL(T,V) (TYPE_SIGNED (T) ? (intmax_t) (V) : (uintmax_t) (V)) uintmax_t 77 gnulib-tests/test-inttostr.c if (snprintf (b, b_size, "%ju", (uintmax_t) 3) == 1 uintmax_t 83 gnulib-tests/test-inttostr.c CK (uintmax_t, umaxtostr); uintmax_t 248 gnulib-tests/test-stdint.c uintmax_t j[2] = { UINTMAX_C (17), UINTMAX_MAX }; uintmax_t 249 gnulib-tests/test-stdint.c verify (TYPE_MAXIMUM (uintmax_t) == UINTMAX_MAX); uintmax_t 250 gnulib-tests/test-stdint.c verify_same_types (UINTMAX_MAX, (uintmax_t) 0 + 0); uintmax_t 356 gnulib-tests/test-stdint.c verify_same_types (UINTMAX_C (17), (uintmax_t)0 + 0); uintmax_t 25 gnulib-tests/test-strtoumax.c SIGNATURE_CHECK (strtoumax, uintmax_t, (const char *, char **, int)); uintmax_t 39 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 49 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 59 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 69 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 81 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 91 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 101 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 111 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 121 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 131 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 141 gnulib-tests/test-strtoumax.c uintmax_t result; uintmax_t 144 gnulib-tests/test-strtoumax.c ASSERT (result == - (uintmax_t) 23); uintmax_t 4 gnulib-tests/test-xstrtoumax.c #define __strtol_t uintmax_t uintmax_t 46 lib/inttostr.h char *umaxtostr (uintmax_t, char *) __attribute_warn_unused_result__; uintmax_t 1093 lib/inttypes.in.h extern uintmax_t strtoumax (const char *, char **, int) _GL_ARG_NONNULL ((1)); uintmax_t 50 lib/strtoimax.c # define Int uintmax_t uintmax_t 104 lib/tempname.c # define uint64_t uintmax_t uintmax_t 2 lib/umaxtostr.c #define inttype uintmax_t uintmax_t 47 lib/xstrtol.h _DECLARE_XSTRTOL (xstrtoumax, uintmax_t) uintmax_t 2 lib/xstrtoumax.c #define __strtol_t uintmax_t uintmax_t 77 src/cmp.c static uintmax_t bytes = UINTMAX_MAX; uintmax_t 131 src/cmp.c uintmax_t val; uintmax_t 238 src/cmp.c uintmax_t n; uintmax_t 383 src/cmp.c uintmax_t remaining = bytes; /* Remaining number of bytes to compare. */ uintmax_t 69 src/context.c uintmax_t sec = inf->stat.st_mtime; uintmax_t 273 src/diff.c uintmax_t numval; uintmax_t 138 src/ifdef.c uintmax_t value[2]; uintmax_t 1114 src/sdiff.c uintmax_t val; uintmax_t 125 src/system.h # define word uintmax_t