Searched refs:now_tm (Results 1 – 2 of 2) sorted by relevance
38 struct tm *now_tm;49 now_tm = localtime (&now_time);50 strftime (time_buf, sizeof time_buf, "%H:%M:%S", now_tm);
2268 struct tm *now_tm; in g_log_writer_format_fields() local2315 now_tm = localtime (&now_secs); in g_log_writer_format_fields()2316 strftime (time_buf, sizeof (time_buf), "%H:%M:%S", now_tm); in g_log_writer_format_fields()