Home
last modified time | relevance | path

Searched refs:__isleap (Results 1 – 1 of 1) sorted by relevance

/components/libc/compilers/common/
A Dctime.c76 #ifndef __isleap
77 static int __isleap(int year) in __isleap() function
177 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