Searched refs:__isleap (Results 1 – 1 of 1) sorted by relevance
76 #ifndef __isleap77 static int __isleap(int year) in __isleap() function177 int k = __isleap(i) ? 366 : 365; in gmtime_r()187 if (__isleap(i) && (work > 58)) in gmtime_r()417 if (t->tm_mon == 1 && __isleap(t->tm_year + 1900)) in timegm()454 (__isleap(t->tm_year + 1900) & (t->tm_mon > 1)); in timegm()
Completed in 4 milliseconds