Searched refs:day2tab (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_heath.c | 178 static int day2tab[] = {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable 370 if (day > day2tab[month - 1]) { in heath_receive() 375 day += day2tab[i]; in heath_receive()
|
| H A D | refclock_hpgps.c | 111 static int day2tab[] = {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable 478 if (day > day2tab[month - 1]) { in hpgps_receive() 482 for (i = 0; i < month - 1; i++) day += day2tab[i]; in hpgps_receive()
|
| H A D | refclock_mx4200.c | 1129 static int day2tab[] = {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable 1168 if (day > day2tab[month - 1]) { in mx4200_jday() 1172 day += day2tab[i]; in mx4200_jday()
|
| H A D | refclock_ripencc.c | 458 static int day2tab[] = {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable 1552 if (day > day2tab[month - 1]) in parse0x8FAD() 1555 day += day2tab[i]; in parse0x8FAD()
|