Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_ripencc.c282 short rpt_0x41 (TSIPPKT *rpt, float *time_of_week, float *UTC_offset,
429 static char * show_time (float time_of_week);
2045 float *time_of_week, in rpt_0x41() argument
2054 *time_of_week = bGetSingle (buf); in rpt_0x41()
3225 float time_of_week in show_time() argument
3233 if (time_of_week == -1.0) in show_time()
3237 else if ((time_of_week >= 604800.0) || (time_of_week < 0.0)) in show_time()
3243 if (time_of_week < 604799.9) in show_time()
3244 tow = time_of_week + .00000001; in show_time()
3351 time_of_week, UTC_offset; in rpt_GPS_time() local
[all …]