OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_leapyear
(Results
1 - 2
of
2
) 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
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026