Home
last modified time | relevance | path

Searched refs:day1tab (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_heath.c179 static int day1tab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable
365 if (day > day1tab[month - 1]) { in heath_receive()
370 day += day1tab[i]; in heath_receive()
H A Drefclock_hpgps.c112 static int day1tab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable
472 if (day > day1tab[month - 1]) { in hpgps_receive()
476 for (i = 0; i < month - 1; i++) day += day1tab[i]; in hpgps_receive()
H A Drefclock_mx4200.c1130 static int day1tab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable
1177 if (day > day1tab[month - 1]) { in mx4200_jday()
1181 day += day1tab[i]; in mx4200_jday()
H A Drefclock_ripencc.c459 static int day1tab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable
1549 if (day > day1tab[month - 1]) in parse0x8FAD()
1552 day += day1tab[i]; in parse0x8FAD()