Searched refs:__is_leap (Results 1 – 1 of 1) sorted by relevance
198 # define __is_leap(year)\ macro398 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()