Home
last modified time | relevance | path

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

/glibc-2.36/misc/
Dsyslog.c157 struct tm now_tm; in __vsyslog_internal() local
158 struct tm *now_tmp = __localtime64_r (&now, &now_tm); in __vsyslog_internal()
/glibc-2.36/ChangeLog.old/
DChangeLog.67273 * misc/syslog.c (vsyslog): Fix typo (`mow_tm' -> `now_tm').