Searched defs:leap (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libroot/posix/musl/time/
H A D__secs_to_tm.c17 int wday, yday, leap; local
/haiku/src/bin/unzip/
H A Dtimezone.c78 #define leap(y) (((y) % 4 == 0 && (y) % 100 != 0) || (y) % 400 == 0) macro
[all...]

Completed in 19 milliseconds