Searched refs:now_tm (Results 1 – 2 of 2) sorted by relevance
157 struct tm now_tm; in __vsyslog_internal() local158 struct tm *now_tmp = __localtime64_r (&now, &now_tm); in __vsyslog_internal()
7273 * misc/syslog.c (vsyslog): Fix typo (`mow_tm' -> `now_tm').