HomeSort by: relevance | last modified time | path
    Searched refs:caljulian (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
caljulian.c 1 /* $NetBSD: caljulian.c,v 1.6 2020/05/25 20:47:24 christos Exp $ */
4 * caljulian - determine the Julian date from an NTP time.
24 caljulian( function
  /src/external/bsd/ntp/dist/tests/libntp/
caljulian.c 1 /* $NetBSD: caljulian.c,v 1.3 2024/08/18 20:47:26 christos Exp $ */
75 caljulian(testDate, &actual);
87 caljulian(input, &actual);
99 caljulian(enc_time, &actual);
111 caljulian(enc_time, &actual);
  /src/external/bsd/ntp/dist/ntpd/
check_y2k.c 490 puts( " libntp/caljulian.c" );
491 { /* test caljulian() */
520 caljulian( ntp_time, &ot ); /* convert January 1 */
534 caljulian( ntp_time, &ot ); /* convert Feb 28 */
555 caljulian( ntp_time, &ot ); /* convert this day */
606 /* now call caljulian as a type of failsafe supercheck */
607 caljulian( ObservedNtp, &ot ); /* convert January 1 */
613 fprintf( stdout, "%lu: caljulian FAILSAFE EXPECTED %04d-01-01: FOUND %04d-%02d-%02d\n",
refclock_arc.c 1084 caljulian (new_stamp.l_ui, &cal);
  /src/external/bsd/ntp/lib/libntp/
Makefile 27 caljulian.c \
  /src/external/bsd/ntp/dist/include/
ntp_calendar.h 119 extern void caljulian (uint32_t, struct calendar *);

Completed in 38 milliseconds