Searched refs:rawtime (Results 1 – 2 of 2) sorted by relevance
43 time_t rawtime = tv.tv_sec; in GetCurrentTimestamp() local47 timeinfo = localtime(&rawtime); in GetCurrentTimestamp()
187 time_t rawtime; in OSI_timer_get_current_time() local190 time(&rawtime); in OSI_timer_get_current_time()191 now = gmtime(&rawtime); in OSI_timer_get_current_time()