Searched refs:cutlim (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dstrtoul.c75 int neg = 0, any, cutlim; local
97 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base;
109 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/bind-9.6-ESV-R11/lib/lwres/
H A Dstrtoul.c81 int neg = 0, any, cutlim; local
103 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base;
115 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))

Completed in 9 milliseconds