OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_leapyear
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
check_y2k.c
304
#define
is_leapyear
(y) (y%4 == 0 && !(y%100 == 0 && !(y%400 == 0)))
macro
312
if ( !(!LeapSw) != !(!
is_leapyear
(year)) )
/src/external/bsd/ntp/dist/include/
ntp_calendar.h
526
is_leapyear
(int32_t y) {
function
/src/external/bsd/ntp/dist/tests/libntp/
calendar.c
483
/* check the '
is_leapyear
()' implementation for 4400 years */
492
l2 =
is_leapyear
(year);
1099
d = mt[m] + (m == 2 &&
is_leapyear
(yi));
1184
d = mt[m] + (m == 2 &&
is_leapyear
(yi));
/src/external/bsd/ntp/dist/libntp/
ntp_calendar.c
1431
mdays -= 2 -
is_leapyear
(years+1);
Completed in 38 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026