Home
last modified time | relevance | path

Searched refs:now_tm (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/tests/
Dgdbus-connection.c38 struct tm *now_tm;
49 now_tm = localtime (&now_time);
50 strftime (time_buf, sizeof time_buf, "%H:%M:%S", now_tm);
/third_party/glib/glib/
Dgmessages.c2268 struct tm *now_tm; in g_log_writer_format_fields() local
2315 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()