Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_heath.c323 struct tm *tm_time_p; in heath_receive()
327 tm_time_p = gmtime(&now); in heath_receive()
332 if (tm_time_p) { in heath_receive()
333 month = tm_time_p->tm_mon + 1; in heath_receive()
334 day = tm_time_p->tm_mday; in heath_receive()
Drefclock_dumbclock.c107 struct tm *tm_time_p; in dumbclock_start() local
144 tm_time_p = localtime(&now); in dumbclock_start()
146 tm_time_p = gmtime(&now); in dumbclock_start()
148 if (tm_time_p) in dumbclock_start()
149 up->ymd = *tm_time_p; in dumbclock_start()