Home
last modified time | relevance | path

Searched refs:prettydate (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_wwvb.c299 prettydate(&trtmp))); in wwvb_receive()
303 prettydate(&trtmp))); in wwvb_receive()
314 prettydate(&trtmp), prettydate(&pp->lastrec))); in wwvb_receive()
483 printf("%c poll at %s\n", pollchar, prettydate(&now)); in wwvb_timer()
Drefclock_parse.c4018 prettydate(&reftime), in parse_process()
4019 prettydate(&rectime), in parse_process()
4048 prettydate(&offset)); in parse_process()
4126 prettydate(&reftime), in parse_process()
4127 prettydate(&rectime), in parse_process()
4139 prettydate(&reftime), in parse_process()
4140 prettydate(&rectime)); in parse_process()
4210 prettydate(&reftime), in parse_process()
4211 prettydate(&rectime), in parse_process()
Drefclock_mx4200.c886 prettydate(&pp->lastrec), pp->offset); in mx4200_receive()
Drefclock_palisade.c1190 up->unit, prettydate(&pp->lastrec)); in palisade_receive()
/netbsd/src/external/bsd/ntp/dist/tests/libntp/
DMakefile.am49 test-prettydate \
115 $(srcdir)/run-prettydate.c \
394 prettydate.c \
395 run-prettydate.c \
398 $(srcdir)/run-prettydate.c: $(srcdir)/prettydate.c $(std_unity_list)
DMakefile.in101 test-octtoint$(EXEEXT) test-prettydate$(EXEEXT) \
366 am_test_prettydate_OBJECTS = prettydate.$(OBJEXT) \
367 run-prettydate.$(OBJEXT) $(am__objects_1)
547 ./$(DEPDIR)/octtoint.Po ./$(DEPDIR)/prettydate.Po \
559 ./$(DEPDIR)/run-octtoint.Po ./$(DEPDIR)/run-prettydate.Po \
1163 $(srcdir)/run-prettydate.c $(srcdir)/run-realpath.c \
1396 prettydate.c \
1397 run-prettydate.c \
1674 test-prettydate$(EXEEXT): $(test_prettydate_OBJECTS) $(test_prettydate_DEPENDENCIES) $(EXTRA_test_p…
1675 @rm -f test-prettydate$(EXEEXT)
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/
Dnetworking.c288 msyslog(LOG_ERR, "resp org: %s", prettydate(&resp_org)); in process_pkt()
289 msyslog(LOG_ERR, "sent xmt: %s", prettydate(&sent_xmt)); in process_pkt()
Dutilities.c43 fprintf(output, "%s\n", prettydate(ts)); in l_fp_output()
/netbsd/src/external/bsd/ntp/dist/clockstuff/
Dchutest.c659 printf("yearstart %s\n", prettydate(&ts)); in chufilter()
660 printf("received %s\n", prettydate(rtime)); in chufilter()
662 printf("date_ui %s\n", prettydate(&ts)); in chufilter()
/netbsd/src/external/bsd/ntp/lib/libntp/
DMakefile64 prettydate.c \
/netbsd/src/external/bsd/ntp/dist/libntp/
Dprettydate.c211 prettydate( in prettydate() function
DMakefile.in178 ntp_worker.c numtoa.c octtoint.c prettydate.c refidsmear.c \
241 octtoint.$(OBJEXT) prettydate.$(OBJEXT) refidsmear.$(OBJEXT) \
264 ntp_worker.c numtoa.c octtoint.c prettydate.c refidsmear.c \
325 ./$(DEPDIR)/prettydate.Po ./$(DEPDIR)/recvbuff.Po \
826 prettydate.c \
1096 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prettydate.Po@am__quote@ # am--include-marker
1382 -rm -f ./$(DEPDIR)/prettydate.Po
1536 -rm -f ./$(DEPDIR)/prettydate.Po
DMakefile.am196 prettydate.c \
/netbsd/src/external/bsd/ntp/dist/util/
Dntptime.c315 prettydate(&ts), fdigits, (int)time_frac); in main()
/netbsd/src/external/bsd/ntp/dist/ntpdate/
Dntpdate.c2199 prettydate(&pp->reftime)); in print_server()
2201 prettydate(&pp->org)); in print_server()
2203 prettydate(&pp->xmt)); in print_server()
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dntpdc_ops.c634 prettydate(&tempts)); in printpeer()
637 prettydate(&tempts)); in printpeer()
640 prettydate(&tempts)); in printpeer()
643 prettydate(&tempts)); in printpeer()
1001 (void) fprintf(fp, "reference time: %s\n", prettydate(&tempts)); in sysinfo()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_fp.h359 extern char * prettydate (l_fp *);
/netbsd/src/external/bsd/ntp/dist/ntpq/
Dntpq.c3696 output(fp, name, prettydate(&lfp)); in cookedprint()
Dntpq-subs.c3902 prettydate(&pvdc->v.lfp)); in collect_display_vdc()
/netbsd/src/external/bsd/ntp/dist/
DChangeLog438 * [Bug 3475] modify prettydate() to suppress output of zero time <perlinger@ntp.org>
1092 msyslog.c, prettydate.c, recvbuff.c, sfptostr.c, tstotv.c, tvtots.c,
2603 * Remove sntp l_fp_output() test now that it uses prettydate().
4280 * Fix [CID 72], a typo introduced at the latest fix to prettydate.c.
4284 * [Bug 1118] Fixed sign extension for 32 bit time_t in caljulian() and prettydate().
4336 * Updated caljulian.c and prettydate.c from Juergen Perlinger.
DCommitLog-4.1.0836 * libntp/prettydate.c:
4755 * ntpd/refclock_parse.c (parse_control): using gmprettydate instead of prettydate()
4770 * libntp/prettydate.c (gmprettydate): new function for format date
DCommitLog2623 libntp/prettydate.c@1.22 +0 -1
4818 tests/libntp/prettydate.c@1.7 +0 -0
12200 tests/libntp/run-prettydate.c@1.8 +2 -0
14228 [Bug 3475] modify prettydate() to suppress output of zero time
14231 [Bug 3475] modify prettydate() to suppress output of zero time
14233 libntp/prettydate.c@1.21 +5 -0
14234 [Bug 3475] modify prettydate() to suppress output of zero time
16453 tests/libntp/run-prettydate.c@1.7 +8 -0
26315 tests/libntp/prettydate.c@1.6 +10 -0
26354 tests/libntp/run-prettydate.c@1.6 +1 -1
[all …]
DNEWS521 [Bug 3475] modify prettydate() to suppress output of zero time <perlinger@ntp.org>
4287 [Bug 3475] modify prettydate() to suppress output of zero time <perlinger@ntp.org>