Searched refs:local_tm (Results 1 – 2 of 2) sorted by relevance
184 struct tm * local_tm = NULL; in svr_dropbear_log() local186 local_tm = localtime(×ec); in svr_dropbear_log()187 if (local_tm == NULL in svr_dropbear_log()
180 struct tm *local_tm; in xsltFunctionLocalTime() local240 local_tm = localtime(&gmt); in xsltFunctionLocalTime()252 local_tm = localtime(&lmt); in xsltFunctionLocalTime()259 str = asctime(local_tm); /* "Tue Jun 26 05:02:16 2001" */ in xsltFunctionLocalTime()