LONG 47 lib/strtol.c # define INT LONG int LONG 49 lib/strtol.c # define INT unsigned LONG int LONG 242 lib/strtol.c register unsigned LONG int cutoff; LONG 244 lib/strtol.c register unsigned LONG int i; LONG 345 lib/strtol.c cutoff = STRTOL_ULONG_MAX / (unsigned LONG int) base; LONG 346 lib/strtol.c cutlim = STRTOL_ULONG_MAX % (unsigned LONG int) base; LONG 367 lib/strtol.c i *= (unsigned LONG int) base; LONG 386 lib/strtol.c ? -((unsigned LONG int) (STRTOL_LONG_MIN + 1)) + 1 LONG 387 lib/strtol.c : (unsigned LONG int) STRTOL_LONG_MAX))