Searched refs:is_leap (Results 1 – 2 of 2) sorted by relevance
63 static inline bool is_leap(unsigned int y) in is_leap() function137 if (is_leap(year)) { in localtime_3()
55 #define is_leap(year) \ macro73 return __mon_yday[is_leap(eft->year)][eft->month-1]+ eft->day -1; in compute_yday()92 ndays += 365 + (is_leap(y) ? 1 : 0); in compute_wday()