Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ntp/
H A DMakefile4 SUBDIR= libopts libntp libntpevent libparse ntpd ntpdc ntpq ntpdate \
8 SUBDIR_DEPEND_ntpd= libntp libopts libparse
/freebsd-12.1/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.0452 * libparse/clk_schmid.c:
454 * libparse/clk_rawdcf.c:
845 * libparse/clk_rawdcf.c:
847 * libparse/clk_schmid.c:
851 * libparse/parse.c:
3309 * libparse/data_mbg.c:
3319 * libparse/kparse.c:
3321 * libparse/parse.c:
3850 * libparse/parse.c:
4178 libparse/parse.c:
[all …]
H A DMakefile.am12 libparse \ subdir
H A DCommitLog16642 libparse/[email protected] +1 -1
26433 libparse/[email protected] +2 -2
30434 libparse/[email protected] +1 -1
123600 libparse/[email protected] +2 -2
154113 libparse/[email protected] +1 -0
154308 refclock_ripencc.c, libparse/binio.c, libparse/gsptolfp.c,
154309 libparse/ieee754io.c, libparse/info_trimble.c,
154310 libparse/mfp_mul.c, libparse/parsesolaris.c,
154311 libparse/parsestreams.c, libparse/trim_info.c references.
216460 libparse/[email protected] +0 -0
[all …]
H A Dconfigure.ac3007 LIBPARSE=../libparse/libparse.a
3008 MAKE_LIBPARSE=libparse.a
4426 AC_CONFIG_FILES([libparse/Makefile])
H A DMakefile.in531 libparse \
H A DChangeLog15 - implement Zeller's congruence in libparse and libntp <[email protected]>
34 * [Bug 3608] libparse fails to compile on S11.4SRU13 and later <[email protected]>
125 * [Bug 3535] libparse won't handle GPS week rollover <[email protected]>
783 * [Bug 1060] Buffer overruns in libparse/clk_rawdcf.c. Helge Oldach.
1045 * [Bug 2706] libparse/info_trimble.c build dependencies are broken.
1686 * Cleanup kclk_sel240x.o rules in libparse/Makefile.am.
H A DNEWS28 - implement Zeller's congruence in libparse and libntp <[email protected]>
47 * [Bug 3608] libparse fails to compile on S11.4SRU13 and later <[email protected]>
146 * [Bug 3535] libparse won't handle GPS week rollover <[email protected]>
2668 * [Bug 1060] Buffer overruns in libparse/clk_rawdcf.c. Helge Oldach.
H A Dconfigure30211 LIBPARSE=../libparse/libparse.a
30212 MAKE_LIBPARSE=libparse.a
34667 "libparse/Makefile") CONFIG_FILES="$CONFIG_FILES libparse/Makefile" ;;
/freebsd-12.1/usr.sbin/ntp/ntpd/
H A DMakefile.depend17 usr.sbin/ntp/libparse \
/freebsd-12.1/usr.sbin/ntp/libparse/
H A DMakefile3 .PATH: ${SRCTOP}/contrib/ntp/libparse
/freebsd-12.1/contrib/ntp/libparse/
H A DMakefile.in93 subdir = libparse
519 EXTRA_LIBRARIES = libparse.a libparse_kernel.a
605 $(AUTOMAKE) --foreign libparse/Makefile
628 libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES) $(EXTRA_libparse_a_DEPENDENCIES)
629 $(AM_V_at)-rm -f libparse.a
630 $(AM_V_AR)$(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD)
631 $(AM_V_at)$(RANLIB) libparse.a
1009 check-libparse: $(noinst_LIBRARIES)
H A DMakefile.am5 EXTRA_LIBRARIES = libparse.a libparse_kernel.a
174 check-libparse: $(noinst_LIBRARIES)
/freebsd-12.1/contrib/ntp/ntpd/
H A DMakefile.am468 ../libparse/libparse.a:
469 cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse
H A DMakefile.in1858 ../libparse/libparse.a:
1859 cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse
/freebsd-12.1/share/mk/
H A Dsrc.libnames.mk510 LIBPARSEDIR= ${OBJTOP}/usr.sbin/ntp/libparse
511 LIBPARSE?= ${LIBPARSEDIR}/libparse${PIE_SUFFIX}.a
/freebsd-12.1/targets/pseudo/userland/
H A DMakefile.depend647 usr.sbin/ntp/libparse \
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td1 //==--- DiagnosticParseKinds.td - libparse diagnostics --------------------===//