Home
last modified time | relevance | path

Searched refs:buftvtots (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dbuftvtots.c16 buftvtots( in buftvtots() function
H A DMakefile.in170 authusekey.c bsd_strerror.c buftvtots.c caljulian.c caltontp.c \
227 buftvtots.$(OBJEXT) caljulian.$(OBJEXT) caltontp.$(OBJEXT) \
256 authusekey.c bsd_strerror.c buftvtots.c caljulian.c caltontp.c \
306 ./$(DEPDIR)/buftvtots.Po ./$(DEPDIR)/caljulian.Po \
788 buftvtots.c \
1058 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buftvtots.Po@am__quote@ # am--include-marker
1344 -rm -f ./$(DEPDIR)/buftvtots.Po
1498 -rm -f ./$(DEPDIR)/buftvtots.Po
H A DMakefile.am158 buftvtots.c \
/freebsd/usr.sbin/ntp/libntp/
H A DMakefile13 authreadkeys.c authusekey.c bsd_strerror.c buftvtots.c \
/freebsd/contrib/ntp/include/
H A Dntp_fp.h351 extern int buftvtots (const char *, l_fp *);
/freebsd/contrib/ntp/
H A DCommitLog-4.1.0582 * libntp/buftvtots.c (buftvtots): Allow for 8-byte tv_sec, tv_usec
5575 * libntp/buftvtots.c (buftvtots): using WORD_BIGENDIAN instead of XNTP_BIG_ENDIAN
H A DNEWS2851 * tests/libntp: a_md5encrypt.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c,
3070 atouint.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c,
6617 * tests/libntp: a_md5encrypt.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c,
6836 atouint.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c,
H A DCommitLog12128 tests/libntp/run-buftvtots.c@1.8 +2 -0
16381 tests/libntp/run-buftvtots.c@1.7 +8 -0
26429 tests/libntp/buftvtots.c@1.6 +18 -6
28455 tests/libntp/buftvtots.c@1.5 +7 -7
28645 tests/libntp/run-buftvtots.c@1.6 +1 -1
29162 BitKeeper/deleted/0c/buftvtots.cpp~eababa3e59583108@1.6 +0 -0
30171 run-buftvtots.c, run-calendar.c:
30175 buftvtots.c:
30182 tests/libntp/buftvtots.c@1.4 +4 -0
30227 tests/libntp/run-buftvtots
[all...]
H A DChangeLog954 * tests/libntp: a_md5encrypt.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c,
1083 atouint.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c,
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c2350 if (!buftvtots((const char *)&ev.tv, &tts)) in local_input()