Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dplog.c313 struct tm* loctime; in logIt() local
318 loctime = localtime(&now.secs); in logIt()
319 timeStrSize = LSTRFTIME(timeStr, TIME_BUF_SIZE, TIME_FORMAT, loctime); in logIt()