Searched refs:cutlim (Results 1 – 4 of 4) sorted by relevance
54 int neg, any, cutlim; in strtoul() local85 cutlim = ULONG_MAX % base; in strtoul()97 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoul()
55 int neg, any, cutlim; in strtoull() local86 cutlim = ULLONG_MAX % base; in strtoull()98 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoull()
54 int neg, any, cutlim; in strtol() local106 cutlim = cutoff % base; in strtol()119 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtol()
54 int neg, any, cutlim; in strtoll() local107 cutlim = cutoff % base; in strtoll()120 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoll()