Searched refs:isleap_4 (Results 1 – 5 of 5) sorted by relevance
239 if ( isleap_4(year) ) days++; in main()242 if ( isleap_4(1999) ) in main()247 if ( !isleap_4(2000) ) in main()252 if ( isleap_4(2001) ) in main()276 IsLeapSw = isleap_4(year); in main()549 m = isleap_4(year) ? 2 : 3; in main()550 d = isleap_4(year) ? 29 : 1; in main()
468 if ( ! isleap_4(pp->year) ) { /* Y2KFixes */ in hpgps_receive()508 if ( isleap_4(pp->year) ) /* Y2KFixes */ in hpgps_receive()
1268 if(isleap_4(pp->year) && month > 2) { pp->day++; }/* Y2KFixes */ in arc_receive()
51 #define isleap_4(y) ((y) % 4 == 0 && !((y) % 100 == 0 && !(y % \ macro
443 if ( clock_time->month >= 3 && isleap_4(clock_time->year) ) in parse_to_unixtime()