Searched refs:tlocaltime (Results 1 – 1 of 1) sorted by relevance
145 struct tm *tlocaltime; in logger_emit() local175 tlocaltime = localtime (&tnow.tv_sec); in logger_emit()176 strftime (tbuf, sizeof (tbuf), "%H:%M:%S", tlocaltime); in logger_emit()216 struct tm *tlocaltime; in logger_forward_debug() local230 tlocaltime = localtime (&tnow.tv_sec); in logger_forward_debug()231 strftime (tbuf, sizeof (tbuf), "%H:%M:%S", tlocaltime); in logger_forward_debug()