Searched defs:is_leap (Results 1 – 5 of 5) sorted by relevance
1 int __month_to_secs(int month, int is_leap) in __month_to_secs()
5 int is_leap; in __tm_to_secs() local
1 long long __year_to_secs(long long year, int *is_leap) in __year_to_secs()
11 static int is_leap(int y) in is_leap() function
187 is_leap( int year ) in is_leap() function