Home
last modified time | relevance | path

Searched refs:ntptime (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-10-stable/contrib/ntp/libntp/
Dcalyearstart.c23 calyearstart(u_int32 ntptime, const time_t *pivot) in calyearstart() argument
29 vlong = ntpcal_ntp_to_ntp(ntptime, pivot); in calyearstart()
42 calmonthstart(u_int32 ntptime, const time_t *pivot) in calmonthstart() argument
48 vlong = ntpcal_ntp_to_ntp(ntptime, pivot); in calmonthstart()
61 calweekstart(u_int32 ntptime, const time_t *pivot) in calweekstart() argument
67 vlong = ntpcal_ntp_to_ntp(ntptime, pivot); in calweekstart()
79 caldaystart(u_int32 ntptime, const time_t *pivot) in caldaystart() argument
84 vlong = ntpcal_ntp_to_ntp(ntptime, pivot); in caldaystart()
87 return ntptime - split.lo; in caldaystart()
Dcaltontp.c41 vint64 ntptime;/* resulting NTP time */ in caltontp() local
64 ntptime = ntpcal_dayjoin(eraday - DAY_NTP_STARTS, in caltontp()
67 return ntptime.d_s.lo; in caltontp()
/freebsd-10-stable/contrib/ntp/include/
Dntp_stdlib.h84 extern u_int32 calyearstart (u_int32 ntptime, const time_t *pivot);
85 extern u_int32 calmonthstart (u_int32 ntptime, const time_t *pivot);
86 extern u_int32 calweekstart (u_int32 ntptime, const time_t *pivot);
87 extern u_int32 caldaystart (u_int32 ntptime, const time_t *pivot);
Dntpd.h293 extern void check_leap_file (int is_daily_check, u_int32 ntptime, const time_t * systime);
/freebsd-10-stable/usr.sbin/ntp/doc/
DMakefile19 ntptime.html ntptrace.html orphan.html parsedata.html \
26 MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8
/freebsd-10-stable/contrib/ntp/html/scripts/
Dmanual.txt9 <li class='inline'><a href='ntptime.html'><tt>ntptime</tt> - read and set kernel time variables</a>…
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_util.c888 uint32_t ntptime , in check_leap_file() argument
904 check_leap_expiration(is_daily_check, ntptime, systime); in check_leap_file()
913 uint32_t ntptime , in check_leap_expiration() argument
924 rc = leapsec_daystolive(ntptime, systime); in check_leap_expiration()
/freebsd-10-stable/contrib/ntp/sntp/loc/
Dfreebsd11 ntptime,sbin,8
Dnetbsd12 ntptime,sbin,8
Ddarwin12 ntptime,sbin,8
Dredhat13 ntptime,sbin,8
Ddebian13 ntptime,sbin,8
Dlegacy13 ntptime,bin,1
Dsolaris13 ntptime,sbin,1m
/freebsd-10-stable/contrib/ntp/util/
DREADME7 The ntptime.c program checks the kernel configuration for the NTP user
11 distribution for further details. ntptime will be built be if configure
DMakefile.in98 ntp-keygen$(EXEEXT) ntptime$(EXEEXT) pps-api$(EXEEXT) \
193 ntptime_SOURCES = ntptime.c
194 ntptime_OBJECTS = ntptime.$(OBJEXT)
272 longsize.c $(ntp_keygen_SOURCES) ntptime.c pps-api.c \
275 longsize.c $(ntp_keygen_SOURCES) ntptime.c pps-api.c \
880 ntptime$(EXEEXT): $(ntptime_OBJECTS) $(ntptime_DEPENDENCIES) $(EXTRA_ntptime_DEPENDENCIES)
881 @rm -f ntptime$(EXEEXT)
930 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntptime.Po@am__quote@
DMakefile.am8 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim
/freebsd-10-stable/usr.sbin/ntp/
DMakefile5 ntptime ntp-keygen sntp
/freebsd-10-stable/usr.sbin/ntp/ntptime/
DMakefile5 PROG= ntptime
/freebsd-10-stable/contrib/ntp/
DTODO33 util/ntptime.c
DCommitLog-4.1.0766 * html/ntptime.htm:
910 * util/ntptime.c:
922 * util/ntptime.c: MNT options
1682 * util/ntptime.c (main): Report TAI stuff
1728 * util/ntptime.c: Use: HAVE_STRUCT_NTPTIMEVAL_TIME_TV_NSEC, it's
2198 * html/ntptime.htm: More fixes
2266 * html/ntptime.htm: Document reality check
3629 * util/ntptime.c:
3832 ntptimeval, not timespec or nsec (Solaris 2.7 should get ntptime
3846 * util/ntptime.c:
[all …]
Dconfigure.ac3709 AC_CACHE_CHECK([if we want and can make the ntptime utility], ac_cv_make_ntptime,
3724 MAKE_NTPTIME=ntptime
DChangeLog606 * util/ntptime.c: initialization nit. Harlan Stenn.
1602 * [Bug 1744] Remove obsolete ntpdate/ntptime* items.
4710 * Don't make ntptime under Linux. It doesn't compile for too many folks.
DNEWS2431 * util/ntptime.c: initialization nit. Harlan Stenn.
/freebsd-10-stable/tools/build/mk/
DOptionalObsoleteFiles.inc3993 OLD_FILES+=usr/sbin/ntptime
4048 OLD_FILES+=usr/share/doc/ntp/ntptime.html
4070 OLD_FILES+=usr/share/man/man8/ntptime.8.gz

12