Searched refs:__iso_week_days (Results 1 – 1 of 1) sorted by relevance
190 __iso_week_days(int yday, int wday) { in __iso_week_days() function394 int days = __iso_week_days (t->tm_yday, t->tm_wday); in __write_formatted_timeT()398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday); in __write_formatted_timeT()401 int d = __iso_week_days (t->tm_yday - (365 + __is_leap (year)), t->tm_wday); in __write_formatted_timeT()