Home
last modified time | relevance | path

Searched refs:leapyear (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Drtc.h66 #define leapyear year2 macro
H A Da34kbbc.c180 rt->leapyear = dt->dt_year; /* XXX implicit % 4 */ in a34kusettod()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dmktime.c123 leapyear (long int year) in leapyear() function
316 int mon_yday = ((__mon_yday[leapyear (year)] in __mktime_internal()
/netbsd-src/lib/libc/time/
H A Dlocaltime.c1165 register bool leapyear; in tzparse()
1170 leapyear = isleap(year); in tzparse()
1182 if (leapyear && rulep->r_day >= 60) in tzparse()
1223 mon_lengths[leapyear][rulep->r_mon - 1]) in tzparse()
1233 value += mon_lengths[leapyear][i] * SECSPERDAY; in tzparse()
1057 register bool leapyear; transtime() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Daccesslog.c2490 int part, c, c1, c2, tzoffset, leapyear = 0; in check_rdntime_syntax() local
2530 leapyear = 1; in check_rdntime_syntax()
2533 if (parts[3] >= mdays[leapyear][parts[2]]) { in check_rdntime_syntax()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c5555 int part, c, c1, c2, tzoffset, leapyear = 0; in check_time_syntax() local
5598 leapyear = 1; in check_time_syntax()
5601 if (parts[3] >= mdays[leapyear][parts[2]]) { in check_time_syntax()
5669 c = mdays[leapyear][parts[2]]; in check_time_syntax()
5695 c = mdays[leapyear][(parts[2] - 1 + 12) % 12]; in check_time_syntax()