HomeSort by: relevance | last modified time | path
    Searched refs:yearday (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
caltontp.c 52 || (jt->yearday > 366)
60 * number. If yearday is not zero, assume that it contains a
64 if (jt->yearday)
66 + jt->yearday - 1;
ntp_calgps.c 428 + (int32_t)cal.yearday
429 - 1; /* both RDN and yearday start with '1'. */
ntp_calendar.c 1018 jd->yearday = (uint16_t)split.lo + 1;
1645 * Convert date to NTP. Ignore yearday, use d/m/y only.
  /src/external/bsd/ntp/dist/tests/libntp/
caljulian.c 30 cal.year, cal.month, cal.monthday, cal.yearday,
39 && ( expected.yearday == actual.yearday
calendar.c 107 cal->yearday,
131 (!expected->yearday || expected->yearday == actual->yearday) &&
179 cal->yearday);
202 (!expected->yearday || expected->yearday == actual->yearday) &&
455 dateIn.yearday = 31 + dateIn.monthday;
474 dateIn.yearday = 60 + leapdays(dateIn.year)
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_leitch.c 76 short yearday; member in struct:leitchunit
418 fprintf(stderr, "%u\n",leitch->yearday);
425 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute,
443 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute,
460 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute,
564 /* calculate yearday */
566 leitch->yearday = leitch->day;
569 leitch->yearday += days_in_month[i++];
573 leitch->yearday--;
refclock_zyfer.c 298 tsdoy.yearday = pp->day;
check_y2k.c 589 ot.yearday = 1; /* this is the magic value used by caltontp() */
refclock_palisade.c 527 pp->day = jd.yearday;
955 pp->day = cd.yearday;
refclock_tsyncpci.c 632 jt.yearday = 1;
ntp_crypto.c 44 * calcomp - compare two calendar structures, ignoring yearday and weekday; like strcmp
2069 pjd->yearday = pjd->weekday = 0;
refclock_oncore.c 4075 ZERO(cd); /* month == monthday == 0 -> use year+yearday */
4077 cd.yearday = pp->day;
  /src/external/bsd/ntp/dist/include/
ntp_calendar.h 16 uint16_t yearday; /* day of year, 1 = January 1 */ member in struct:calendar
  /src/external/bsd/ntp/dist/tests/ntpd/
leapsec.c 283 cal.year, cal.month, cal.monthday, cal.yearday,
293 && ( expected.yearday == actual.yearday
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 2106 cal.yearday = 0;

Completed in 26 milliseconds