Searched refs:tm_time_p (Results 1 – 2 of 2) sorted by relevance
323 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()
107 struct tm *tm_time_p; in dumbclock_start() local144 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()