Searched refs:JAN (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_calendar.h24 #define JAN 31 macro
52 #define MAR1900 ((JAN+FEB) * SECSPERDAY) /* no leap year in 1900 */
79 #define JANFEBNOLEAP ((JAN+FEB) * SECSPERDAY)
80 #define JANFEBLEAP ((JAN+FEBLEAP) * SECSPERDAY)
/netbsd-6-1-5-RELEASE/usr.bin/at/
H A Dparsetime.c66 JAN, FEB, MAR, APR, MAY, JUN, enumerator in enum:__anon9774
107 {"jan", JAN, false},
119 {"january", JAN, false},
480 case JAN: case FEB: case MAR: case APR: case MAY: case JUN:
485 mon = sc_tokid - JAN;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dcaljulian.c155 if (ntp_day >= (u_long)(JAN + FEB + leaps))
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_msfees.c841 case 2: day += JAN; /*FALLSTHROUGH*/

Completed in 166 milliseconds