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

  /src/external/bsd/ntp/dist/ntpd/
check_y2k.c 423 Observed = parse_to_unixtime( &ct, &Flag );
427 "%04d: parse_to_unixtime(,%d) CORRUPTED ct.year: was %d\n",
437 "%04d: parse_to_unixtime(,%d) FAILURE: was=%lu s/b=%lu (%ld)\n",
447 /* check year % 100 code we put into parse_to_unixtime() */
452 Observed = parse_to_unixtime( &ct, &Flag );
457 "%04d: parse_to_unixtime(%d,%d) FAILURE: was=%lu s/b=%lu (%ld)\n",
465 /* check year - 1900 code we put into parse_to_unixtime() */
470 Observed = parse_to_unixtime( &ct, &Flag );
475 "%04d: parse_to_unixtime(%d,%d) FAILURE: was=%lu s/b=%lu (%ld)\n",
  /src/external/bsd/ntp/dist/include/
parse.h 391 extern time_t parse_to_unixtime (clocktime_t *, u_long *);
  /src/external/bsd/ntp/dist/libparse/
parse.c 402 parse_to_unixtime( function
725 if ((t = parse_to_unixtime(&clock_time, &cvtrtc)) == -1)
clk_rawdcf.c 556 newtime = parse_to_unixtime(clock_time, &rtc);

Completed in 17 milliseconds