Home
last modified time | relevance | path

Searched defs:is_leap (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/musl/time/
H A D__month_to_secs.c1 int __month_to_secs(int month, int is_leap) in __month_to_secs()
H A D__tm_to_secs.c5 int is_leap; in __tm_to_secs() local
H A D__year_to_secs.c1 long long __year_to_secs(long long year, int *is_leap) in __year_to_secs()
H A Dstrftime.c11 static int is_leap(int y) in is_leap() function
/haiku/src/apps/poorman/libhttpd/
H A Dtdate_parse.c187 is_leap( int year ) in is_leap() function