| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_wwvb.c | 299 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()
|
| D | refclock_parse.c | 4018 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()
|
| D | refclock_mx4200.c | 886 prettydate(&pp->lastrec), pp->offset); in mx4200_receive()
|
| D | refclock_palisade.c | 1190 up->unit, prettydate(&pp->lastrec)); in palisade_receive()
|
| /netbsd/src/external/bsd/ntp/dist/tests/libntp/ |
| D | Makefile.am | 49 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)
|
| D | Makefile.in | 101 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/ |
| D | networking.c | 288 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()
|
| D | utilities.c | 43 fprintf(output, "%s\n", prettydate(ts)); in l_fp_output()
|
| /netbsd/src/external/bsd/ntp/dist/clockstuff/ |
| D | chutest.c | 659 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/ |
| D | Makefile | 64 prettydate.c \
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | prettydate.c | 211 prettydate( in prettydate() function
|
| D | Makefile.in | 178 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
|
| D | Makefile.am | 196 prettydate.c \
|
| /netbsd/src/external/bsd/ntp/dist/util/ |
| D | ntptime.c | 315 prettydate(&ts), fdigits, (int)time_frac); in main()
|
| /netbsd/src/external/bsd/ntp/dist/ntpdate/ |
| D | ntpdate.c | 2199 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/ |
| D | ntpdc_ops.c | 634 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/ |
| D | ntp_fp.h | 359 extern char * prettydate (l_fp *);
|
| /netbsd/src/external/bsd/ntp/dist/ntpq/ |
| D | ntpq.c | 3696 output(fp, name, prettydate(&lfp)); in cookedprint()
|
| D | ntpq-subs.c | 3902 prettydate(&pvdc->v.lfp)); in collect_display_vdc()
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | ChangeLog | 438 * [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.
|
| D | CommitLog-4.1.0 | 836 * 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
|
| D | CommitLog | 2623 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 …]
|
| D | NEWS | 521 [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>
|