Searched refs:cutlim (Results 1 – 1 of 1) sorted by relevance
131 int neg = 0, any, cutlim; in strtol() local180 cutlim = ((int)(cutoff % (unsigned long)base)); in strtol()193 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtol()224 int neg = 0, any, cutlim; in strtoul() local253 cutlim = ((int)((unsigned long)ULONG_MAX % (unsigned long)base)); in strtoul()265 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoul()303 int neg, any, cutlim; in strtoq() local353 cutlim = ((int)(cutoff % qbase)); in strtoq()366 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoq()407 int neg, any, cutlim; in strtouq() local[all …]