Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dlogger.c145 struct tm *tlocaltime; in logger_emit() local
175 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() local
230 tlocaltime = localtime (&tnow.tv_sec); in logger_forward_debug()
231 strftime (tbuf, sizeof (tbuf), "%H:%M:%S", tlocaltime); in logger_forward_debug()