Searched refs:tmBuf (Results 1 – 4 of 4) sorted by relevance
43 struct tm tmBuf; in strptime() local44 ptm = localtime_r(&now, &tmBuf); in strptime()82 ptm = localtime_r(&now, &tmBuf); in strptime()
356 struct tm tmBuf; in showLog() local381 ptm = localtime_r(&when, &tmBuf); in showLog()
887 struct tm tmBuf; in android_log_formatLogLine() local910 ptm = localtime_r(&(entry->tv_sec), &tmBuf); in android_log_formatLogLine()
556 struct tm tmBuf; in dump_log_file() local558 ptm = localtime_r(&sec, &tmBuf); in dump_log_file()