Searched refs:libparse (Results 1 – 19 of 19) sorted by relevance
4 SUBDIR= libopts libntp libntpevent libparse ntpd ntpdc ntpq ntpdate \8 SUBDIR_DEPEND_ntpd= libntp libopts libparse
48 libparse/parse.c49 libparse/clk_trimtsip.c55 libparse/parse.c56 libparse/clk_trimsip.c
449 * libparse/clk_wharton.c:450 * libparse/clk_varitext.c:451 * libparse/clk_trimtaip.c:452 * libparse/clk_schmid.c:453 * libparse/clk_rcc8000.c:454 * libparse/clk_rawdcf.c:455 * libparse/clk_meinberg.c:456 * libparse/clk_hopf6021.c:457 * libparse/clk_dcf7000.c:458 * libparse/clk_computime.c:[all …]
12 libparse \ subdir
391 libparse/clk_hopf6021.c@1.14 +3 -2394 libparse/clk_wharton.c@1.13 +3 -21243 libparse/Makefile.am@1.35 +2 -21648 libparse/clk_wharton.c@1.12 +0 -74369 libparse/Makefile.am@1.34 +2 -18175 libparse/clk_rawdcf.c@1.24 +55 -08182 - test algorithm of in-situ implementation of Zeller's congruence in libparse8458 [Bug3608] libparse fails to compile on S11.4SRU13 and later8461 [Bug3608] libparse fails to compile on S11.4SRU13 and later8463 libparse/Makefile.am@1.33 +3 -1[all …]
3004 LIBPARSE=../libparse/libparse.a3005 MAKE_LIBPARSE=libparse.a4456 AC_CONFIG_FILES([libparse/Makefile])
530 libparse \
166 - implement Zeller's congruence in libparse and libntp <perlinger@ntp.org>185 * [Bug 3608] libparse fails to compile on S11.4SRU13 and later <perlinger@ntp.org>276 * [Bug 3535] libparse won't handle GPS week rollover <perlinger@ntp.org>934 * [Bug 1060] Buffer overruns in libparse/clk_rawdcf.c. Helge Oldach.1196 * [Bug 2706] libparse/info_trimble.c build dependencies are broken.1837 * Cleanup kclk_sel240x.o rules in libparse/Makefile.am.
214 - implement Zeller's congruence in libparse and libntp <perlinger@ntp.org>233 * [Bug 3608] libparse fails to compile on S11.4SRU13 and later <perlinger@ntp.org>332 * [Bug 3535] libparse won't handle GPS week rollover <perlinger@ntp.org>2854 * [Bug 1060] Buffer overruns in libparse/clk_rawdcf.c. Helge Oldach.
31420 LIBPARSE=../libparse/libparse.a31421 MAKE_LIBPARSE=libparse.a35860 "libparse/Makefile") CONFIG_FILES="$CONFIG_FILES libparse/Makefile" ;;
15 usr.sbin/ntp/libparse \
3 .PATH: ${SRCTOP}/contrib/ntp/libparse
6 EXTRA_LIBRARIES = libparse.a libparse_kernel.a175 check-libparse: $(noinst_LIBRARIES)
93 subdir = libparse530 EXTRA_LIBRARIES = libparse.a libparse_kernel.a617 $(AUTOMAKE) --foreign libparse/Makefile649 libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES) $(EXTRA_libparse_a_DEPENDENCIES) 650 $(AM_V_at)-rm -f libparse.a651 $(AM_V_AR)$(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD)652 $(AM_V_at)$(RANLIB) libparse.a1078 check-libparse: $(noinst_LIBRARIES)
482 ../libparse/libparse.a:483 cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse
2093 ../libparse/libparse.a:2094 cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse
534 LIBPARSEDIR= ${OBJTOP}/usr.sbin/ntp/libparse535 LIBPARSE?= ${LIBPARSEDIR}/libparse${PIE_SUFFIX}.a
647 usr.sbin/ntp/libparse \
1 //==--- DiagnosticParseKinds.td - libparse diagnostics --------------------===//