Searched refs:parse_to_unixtime (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c421 Observed = parse_to_unixtime( &ct, &Flag );
425 "%04d: parse_to_unixtime(,%d) CORRUPTED ct.year: was %d\n",
435 "%04d: parse_to_unixtime(,%d) FAILURE: was=%lu s/b=%lu (%ld)\n",
445 /* check year % 100 code we put into parse_to_unixtime() */
450 Observed = parse_to_unixtime( &ct, &Flag );
455 "%04d: parse_to_unixtime(%d,%d) FAILURE: was=%lu s/b=%lu (%ld)\n",
463 /* check year - 1900 code we put into parse_to_unixtime() */
468 Observed = parse_to_unixtime( &ct, &Flag );
473 "%04d: parse_to_unixtime(%d,%d) FAILURE: was=%lu s/b=%lu (%ld)\n",
/freebsd-11-stable/contrib/ntp/include/
H A Dparse.h389 extern time_t parse_to_unixtime (clocktime_t *, u_long *);
/freebsd-11-stable/contrib/ntp/libparse/
H A Dparse.c400 parse_to_unixtime( function
723 if ((t = parse_to_unixtime(&clock_time, &cvtrtc)) == -1)
H A Dclk_rawdcf.c554 newtime = parse_to_unixtime(clock_time, &rtc);

Completed in 90 milliseconds