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

  /src/external/bsd/ntp/dist/libntp/
calyearstart.c 25 calyearstart(u_int32 ntptime, const time_t *pivot)
31 vlong = ntpcal_ntp_to_ntp(ntptime, pivot);
44 calmonthstart(u_int32 ntptime, const time_t *pivot)
50 vlong = ntpcal_ntp_to_ntp(ntptime, pivot);
63 calweekstart(u_int32 ntptime, const time_t *pivot)
69 vlong = ntpcal_ntp_to_ntp(ntptime, pivot);
81 caldaystart(u_int32 ntptime, const time_t *pivot)
86 vlong = ntpcal_ntp_to_ntp(ntptime, pivot);
89 return ntptime - split.lo;
caltontp.c 43 vint64 ntptime;/* resulting NTP time */ local
70 ntptime = ntpcal_dayjoin(eraday - DAY_NTP_STARTS,
73 return ntptime.d_s.lo;
  /src/external/bsd/ntp/bin/ntptime/
Makefile 5 PROG= ntptime
6 MAN= ntptime.8
9 SRCS= ntptime.c
  /src/external/bsd/ntp/bin/
Makefile 5 SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp
  /src/external/bsd/ntp/dist/include/
ntp_stdlib.h 103 extern u_int32 calyearstart (u_int32 ntptime, const time_t *pivot);
104 extern u_int32 calmonthstart (u_int32 ntptime, const time_t *pivot);
105 extern u_int32 calweekstart (u_int32 ntptime, const time_t *pivot);
106 extern u_int32 caldaystart (u_int32 ntptime, const time_t *pivot);
ntpd.h 329 extern void check_leap_file (int is_daily_check, u_int32 ntptime, const time_t * systime);
  /src/external/bsd/ntp/dist/ntpd/
ntp_util.c 946 uint32_t ntptime,
962 check_leap_expiration(is_daily_check, ntptime, systime);
971 uint32_t ntptime ,
982 rc = leapsec_daystolive(ntptime, systime);
  /src/external/bsd/ntp/html/
Makefile 79 ntptime.html \
  /src/external/bsd/ntp/dist/
configure 33077 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we want and can make the ntptime utility" >&5
33078 printf %s "checking if we want and can make the ntptime utility... " >&6; }
33100 MAKE_NTPTIME=ntptime

Completed in 48 milliseconds