strtoumax 925 builtin/fast-export.c mark = strtoumax(line + 1, &mark_end, 10); strtoumax 536 config.c val = strtoumax(value, &end, 0); strtoumax 1850 fast-import.c mark = strtoumax(line + 1, &end, 10); strtoumax 1939 fast-import.c next_mark = strtoumax(v, NULL, 10); strtoumax 1971 fast-import.c uintmax_t len = strtoumax(data, NULL, 10); strtoumax 2259 fast-import.c mark = strtoumax(p, endptr, 10); strtoumax 12 test-line-buffer.c uintmax_t n = strtoumax(s, &end, 10); strtoumax 27 test-svn-fe.c if (svndiff0_apply(&delta, (off_t) strtoumax(argv[4], NULL, 0), strtoumax 176 vcs-svn/fast_export.c n = strtoumax(type + strlen(" blob "), (char **) &end, 10); strtoumax 433 vcs-svn/svndump.c len = strtoumax(val, &end, 10);