Home
last modified time | relevance | path

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

/freebsd-src/usr.sbin/ntp/
H A DMakefile3 SUBDIR= libopts libntp libntpevent libparse ntpd ntpdc ntpq ntpdate \
7 SUBDIR_DEPEND_ntpd= libntp libopts libparse
/freebsd-src/contrib/ntp/
H A DTODO48 libparse/parse.c
49 libparse/clk_trimtsip.c
55 libparse/parse.c
56 libparse/clk_trimsip.c
H A 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 …]
H A DMakefile.am12 libparse \ subdir
H A Dconfigure.ac90 NTP_VPATH_HACK dnl used by ntpd/Makefile.am libparse/Makefile.am
3004 LIBPARSE=../libparse/libparse.a
3005 MAKE_LIBPARSE=libparse.a
4453 AC_CONFIG_FILES([libparse/Makefile])
H A DCommitLog1420 libparse/ieee754io.c@1.15 +1 -1
1424 Remove an extra */ from libparse/ieee754io.c
1427 Remove an extra */ from libparse/ieee754io.c
1429 libparse/ieee754io.c@1.14 +1 -1
1430 Remove an extra */ from libparse/ieee754io.c
1445 libparse/ieee754io.c@1.13 +21 -2
2100 libparse/Makefile.am@1.36 +5 -10
2220 libparse/clk_computime.c@1.14 +1 -1
2223 libparse/clk_dcf7000.c@1.14 +1 -1
2226 libparse/clk_meinberg.c@1.17 +1 -1
[all …]
H A DMakefile.in531 libparse \
H A DChangeLog70 * Remove extraneous */ from libparse/ieee754io.c
284 - implement Zeller's congruence in libparse and libntp <perlinger@ntp.org>
303 * [Bug 3608] libparse fails to compile on S11.4SRU13 and later <perlinger@ntp.org>
394 * [Bug 3535] libparse won't handle GPS week rollover <perlinger@ntp.org>
1052 * [Bug 1060] Buffer overruns in libparse/clk_rawdcf.c. Helge Oldach.
1314 * [Bug 2706] libparse/info_trimble.c build dependencies are broken.
1955 * Cleanup kclk_sel240x.o rules in libparse/Makefile.am.
H A DNEWS88 * Remove extraneous */ from libparse/ieee754io.c
350 - implement Zeller's congruence in libparse and libntp <perlinger@ntp.org>
369 * [Bug 3608] libparse fails to compile on S11.4SRU13 and later <perlinger@ntp.org>
468 * [Bug 3535] libparse won't handle GPS week rollover <perlinger@ntp.org>
2990 * [Bug 1060] Buffer overruns in libparse/clk_rawdcf.c. Helge Oldach.
4116 - implement Zeller's congruence in libparse and libntp <perlinger@ntp.org>
4135 * [Bug 3608] libparse fails to compile on S11.4SRU13 and later <perlinger@ntp.org>
4234 * [Bug 3535] libparse won't handle GPS week rollover <perlinger@ntp.org>
6756 * [Bug 1060] Buffer overruns in libparse/clk_rawdcf.c. Helge Oldach.
H A Dconfigure32315 LIBPARSE=../libparse/libparse.a
32316 MAKE_LIBPARSE=libparse.a
36240 "libparse/Makefile") CONFIG_FILES="$CONFIG_FILES libparse/Makefile" ;;
/freebsd-src/usr.sbin/ntp/ntpd/
H A DMakefile.depend15 usr.sbin/ntp/libparse \
/freebsd-src/usr.sbin/ntp/libparse/
H A DMakefile1 .PATH: ${SRCTOP}/contrib/ntp/libparse
/freebsd-src/contrib/ntp/libparse/
H A DMakefile.am6 EXTRA_LIBRARIES = libparse.a libparse_kernel.a
170 check-libparse: $(noinst_LIBRARIES)
H A DMakefile.in94 subdir = libparse
532 EXTRA_LIBRARIES = libparse.a libparse_kernel.a
619 $(AUTOMAKE) --foreign libparse/Makefile
651 libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES) $(EXTRA_libparse_a_DEPENDENCIES)
652 $(AM_V_at)-rm -f libparse.a
653 $(AM_V_AR)$(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD)
654 $(AM_V_at)$(RANLIB) libparse.a
1075 check-libparse: $(noinst_LIBRARIES)
/freebsd-src/contrib/ntp/ntpd/
H A DMakefile.am482 ../libparse/libparse.a:
483 cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse
H A DMakefile.in2095 ../libparse/libparse.a:
2096 cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse
/freebsd-src/share/mk/
H A Dsrc.libnames.mk631 LIBPARSEDIR= ${_LIB_OBJTOP}/usr.sbin/ntp/libparse
632 LIBPARSE?= ${LIBPARSEDIR}/libparse${PIE_SUFFIX}.a
/freebsd-src/targets/pseudo/userland/
H A DMakefile.depend629 usr.sbin/ntp/libparse \
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td1 //==--- DiagnosticParseKinds.td - libparse diagnostics --------------------===//