strtoumax 24 gnulib-tests/test-strtoumax.c #ifndef strtoumax strtoumax 41 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 51 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 61 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 71 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 83 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 93 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 103 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 113 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 123 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 133 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 143 gnulib-tests/test-strtoumax.c result = strtoumax (input, &ptr, 10); strtoumax 1093 lib/inttypes.in.h extern uintmax_t strtoumax (const char *, char **, int) _GL_ARG_NONNULL ((1)); strtoumax 1098 lib/inttypes.in.h _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - " strtoumax 52 lib/strtoimax.c # define strtoimax strtoumax strtoumax 1 lib/xstrtoumax.c #define __strtol strtoumax strtoumax 338 src/diff.c numval = strtoumax (optarg, &numend, 10); strtoumax 513 src/diff.c numval = strtoumax (optarg, &numend, 10); strtoumax 542 src/diff.c numval = strtoumax (optarg, &numend, 10); strtoumax 593 src/diff.c numval = strtoumax (optarg, &numend, 10); strtoumax 147 src/ifdef.c value[i] = strtoumax (f, &fend, 10); strtoumax 1117 src/sdiff.c llen = val = strtoumax (diff_help + 1, &numend, 10); strtoumax 1120 src/sdiff.c rlen = val = strtoumax (numend + 1, &numend, 10);