Searched refs:now_tm (Results 1 – 2 of 2) sorted by relevance
172 struct tm now_tm; /* broken-down time */ in loc_get_time() local176 localtime_r(&now.tv_sec, &now_tm); in loc_get_time()178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()