Searched refs:rulim (Results 1 – 1 of 1) sorted by relevance
307 int rulim = __STRPTIME_DAYS_IN_WEEK; in strptime() local311 rulim /= __STRPTIME_NUMBER_BASE; in strptime()312 … } while ((wday * __STRPTIME_NUMBER_BASE < __STRPTIME_DAYS_IN_WEEK) && rulim && isdigit(*s)); in strptime()337 int rulim = __STRPTIME_WEEKS_IN_YEAR; in strptime() local344 rulim /= __STRPTIME_NUMBER_BASE; in strptime()345 … } while ((r * __STRPTIME_NUMBER_BASE < __STRPTIME_WEEKS_IN_YEAR) && rulim && isdigit(*s)); in strptime()