Home
last modified time | relevance | path

Searched refs:libparse (Results 1 – 19 of 19) sorted by relevance

/freebsd-12-stable/usr.sbin/ntp/
DMakefile4 SUBDIR= libopts libntp libntpevent libparse ntpd ntpdc ntpq ntpdate \
8 SUBDIR_DEPEND_ntpd= libntp libopts libparse
/freebsd-12-stable/contrib/ntp/
DTODO48 libparse/parse.c
49 libparse/clk_trimtsip.c
55 libparse/parse.c
56 libparse/clk_trimsip.c
DCommitLog-4.1.0449 * 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 …]
DMakefile.am12 libparse \ subdir
DCommitLog391 libparse/clk_hopf6021.c@1.14 +3 -2
394 libparse/clk_wharton.c@1.13 +3 -2
1243 libparse/Makefile.am@1.35 +2 -2
1648 libparse/clk_wharton.c@1.12 +0 -7
4369 libparse/Makefile.am@1.34 +2 -1
8175 libparse/clk_rawdcf.c@1.24 +55 -0
8182 - test algorithm of in-situ implementation of Zeller's congruence in libparse
8458 [Bug3608] libparse fails to compile on S11.4SRU13 and later
8461 [Bug3608] libparse fails to compile on S11.4SRU13 and later
8463 libparse/Makefile.am@1.33 +3 -1
[all …]
Dconfigure.ac3004 LIBPARSE=../libparse/libparse.a
3005 MAKE_LIBPARSE=libparse.a
4456 AC_CONFIG_FILES([libparse/Makefile])
DMakefile.in530 libparse \
DChangeLog166 - 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.
DNEWS214 - 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.
Dconfigure31420 LIBPARSE=../libparse/libparse.a
31421 MAKE_LIBPARSE=libparse.a
35860 "libparse/Makefile") CONFIG_FILES="$CONFIG_FILES libparse/Makefile" ;;
/freebsd-12-stable/usr.sbin/ntp/ntpd/
DMakefile.depend15 usr.sbin/ntp/libparse \
/freebsd-12-stable/usr.sbin/ntp/libparse/
DMakefile3 .PATH: ${SRCTOP}/contrib/ntp/libparse
/freebsd-12-stable/contrib/ntp/libparse/
DMakefile.am6 EXTRA_LIBRARIES = libparse.a libparse_kernel.a
175 check-libparse: $(noinst_LIBRARIES)
DMakefile.in93 subdir = libparse
530 EXTRA_LIBRARIES = libparse.a libparse_kernel.a
617 $(AUTOMAKE) --foreign libparse/Makefile
649 libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES) $(EXTRA_libparse_a_DEPENDENCIES)
650 $(AM_V_at)-rm -f libparse.a
651 $(AM_V_AR)$(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD)
652 $(AM_V_at)$(RANLIB) libparse.a
1078 check-libparse: $(noinst_LIBRARIES)
/freebsd-12-stable/contrib/ntp/ntpd/
DMakefile.am482 ../libparse/libparse.a:
483 cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse
DMakefile.in2093 ../libparse/libparse.a:
2094 cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse
/freebsd-12-stable/share/mk/
Dsrc.libnames.mk534 LIBPARSEDIR= ${OBJTOP}/usr.sbin/ntp/libparse
535 LIBPARSE?= ${LIBPARSEDIR}/libparse${PIE_SUFFIX}.a
/freebsd-12-stable/targets/pseudo/userland/
DMakefile.depend647 usr.sbin/ntp/libparse \
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticParseKinds.td1 //==--- DiagnosticParseKinds.td - libparse diagnostics --------------------===//