Searched refs:tmBuf (Results 1 – 5 of 5) sorted by relevance
44 struct tm tmBuf; in strptime() local45 ptm = localtime_r(&now, &tmBuf); in strptime()83 ptm = localtime_r(&now, &tmBuf); in strptime()
357 struct tm tmBuf; in showLog() local386 ptm = localtime_r(&when, &tmBuf); in showLog()
1272 struct tm tmBuf; in android_log_formatLogLine() local1320 ptm = localtime_r(&now, &tmBuf); in android_log_formatLogLine()
551 struct tm tmBuf; in dump_log_file() local553 ptm = localtime_r(&sec, &tmBuf); in dump_log_file()
92 struct tm tmBuf; in TEST() local93 ptm = localtime_r(&now, &tmBuf); in TEST()