HelenOS sources

__fstrtoumax     1079 uspace/lib/c/generic/stdio/scanf.c 		rc = __fstrtoumax(f, numchar, 10, width, &uval);
__fstrtoumax     1085 uspace/lib/c/generic/stdio/scanf.c 		rc = __fstrtoumax(f, numchar, 8, width, &uval);
__fstrtoumax     1091 uspace/lib/c/generic/stdio/scanf.c 		rc = __fstrtoumax(f, numchar, 16, width, &uval);
__fstrtoumax     1109 uspace/lib/c/generic/stdio/scanf.c 		rc = __fstrtoumax(f, numchar, 0, width, &uval);
HelenOS homepage, sources at GitHub