Searched refs:tzhour (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_hpgps.c118 int tzhour; /* timezone offset, hours */ member in struct:hpgpsunit
200 up->tzhour = 0;
377 m = sscanf(tcp,"%d,%d", &up->tzhour, &up->tzminute);
386 if ((up->tzhour < -12) || (up->tzhour > 13) ||
391 up->tzhour, up->tzminute);
493 pp->hour -= up->tzhour;

Completed in 219 milliseconds