HomeSort by: relevance | last modified time | path
    Searched refs:isleap_tm (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
check_y2k.c 260 if ( !isleap_tm(2000-1900) )
262 fprintf( stdout, "isleap_tm(100) REPORTED FALSE\n" );
288 IsLeapSw = isleap_tm(year-1900);
  /src/external/bsd/ntp/dist/include/
ntp.h 59 #define isleap_tm(y) ((y) % 4 == 0 && !((y) % 100 == 0 && !(((y) \ macro

Completed in 49 milliseconds