Searched refs:is_leap_year (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Time-Local/t/
H A DLocal.t247 my ( $year, $is_leap_year ) = @$p;
249 my $string = $is_leap_year ? 'is' : 'is not';
252 Time::Local::_is_leap_year($year), $is_leap_year,
/openbsd-current/usr.sbin/unbound/sldns/
H A Dparseutil.c52 is_leap_year(int year) function
84 if (tm->tm_mon > 1 && is_leap_year(year)) {
104 while (days < 0 || days >= (int64_t) (is_leap_year(year) ? 366 : 365)) {
123 const int *mon_lengths = is_leap_year(result->tm_year) ?
/openbsd-current/sbin/unwind/libunbound/sldns/
H A Dparseutil.c52 is_leap_year(int year) function
84 if (tm->tm_mon > 1 && is_leap_year(year)) {
104 while (days < 0 || days >= (int64_t) (is_leap_year(year) ? 366 : 365)) {
123 const int *mon_lengths = is_leap_year(result->tm_year) ?
/openbsd-current/usr.sbin/nsd/
H A Dutil.c831 is_leap_year(int year) function
860 if (tm->tm_mon > 1 && is_leap_year(year)) {
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm465 sub is_leap_year { subroutine
961 $t->is_leap_year # true if it's a leap year

Completed in 180 milliseconds