Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-timegm.c44 static int is_leap(unsigned y) in is_leap() function
/freebsd/crypto/heimdal/lib/roken/
H A Dtimegm.c39 is_leap(unsigned y) in is_leap() function
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dyear.h48 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_leap() const noexcept { return __y_ % 4 == 0 && (__y_ % 100 != 0 || __y_ % 400 == 0); } is_leap() function
/freebsd/crypto/heimdal/lib/asn1/
H A Dtimegm.c39 is_leap(unsigned y) in is_leap() function