Searched refs:sunday_mday (Results 1 – 1 of 1) sorted by relevance
80 int isdst, sunday_mday, month, after, day; in localtime_r() local174 sunday_mday = (temp->tm_mday-temp->tm_wday); in localtime_r()175 if (sunday_mday <= day-7) /* before boundary sunday */ in localtime_r()177 else if (sunday_mday > day) /* after boundary sunday */ in localtime_r()