STRTOL_ULONG_MAX  319 maint/gnulib/lib/strtol.c   cutoff = STRTOL_ULONG_MAX / (unsigned LONG int) base;
STRTOL_ULONG_MAX  320 maint/gnulib/lib/strtol.c   cutlim = STRTOL_ULONG_MAX % (unsigned LONG int) base;
STRTOL_ULONG_MAX  369 maint/gnulib/lib/strtol.c       return STRTOL_ULONG_MAX;