Searched refs:__isleap (Results 1 – 2 of 2) sorted by relevance
38 static int __isleap(long year) in __isleap() function108 while (days < 0 || days >= (__isleap(y) ? 366 : 365)) { in time64_to_tm()121 ip = __mon_yday[__isleap(y)]; in time64_to_tm()
582 #define __isleap(year) \ in unmktime() macro585 while (days < 0 || days >= (__isleap (y) ? 366 : 365)) in unmktime()597 ip = __mon_yday[__isleap(y)]; in unmktime()