Searched refs:time_val (Results 1 – 1 of 1) sorted by relevance
95 struct tm *time_val; in get_current_time_long() local98 time_val = localtime((const time_t *)&t); in get_current_time_long()99 if (!time_val) in get_current_time_long()102 return strftime(buf, LONG_TIME_SIZE, "%Y-%m-%d/%H:%M:%S ", time_val); in get_current_time_long()
Completed in 5 milliseconds