HomeSort by: relevance | last modified time | path
    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