Searched refs:tm_tmp (Results 1 – 2 of 2) sorted by relevance
186 struct tm *tm, tm_tmp; in syslog_formater() local188 tm = gmtime_r(&now, &tm_tmp); in syslog_formater()
279 static struct tm *tm, tm_tmp; in ulog_head_formater() local287 tm = localtime_r(&t, &tm_tmp); in ulog_head_formater()
Completed in 5 milliseconds