Home
last modified time | relevance | path

Searched refs:cvtrtc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/libparse/
H A Dparse.c402 register u_long *cvtrtc in parse_to_unixtime() argument
405 #define SETRTC(_X_) { if (cvtrtc) *cvtrtc = (_X_); } in parse_to_unixtime()
685 u_long cvtrtc; /* current conversion result */ in timepacket() local
694 switch ((cvtrtc = clockformats[format]->convert ? in timepacket()
700 return cvtrtc; in timepacket()
720 return CVT_FAIL|cvtrtc; in timepacket()
723 if ((t = parse_to_unixtime(&clock_time, &cvtrtc)) == -1) in timepacket()
725 return CVT_FAIL|cvtrtc; in timepacket()
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c765 unsigned *cvtrtc in dcf_to_unixtime() argument
768 #define SETRTC(_X_) { if (cvtrtc) *cvtrtc = (_X_); } in dcf_to_unixtime()