Home
last modified time | relevance | path

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

/external/dropbear/
Dsvr-session.c184 struct tm * local_tm = NULL; in svr_dropbear_log() local
186 local_tm = localtime(&timesec); in svr_dropbear_log()
187 if (local_tm == NULL in svr_dropbear_log()
/external/libxslt/libxslt/
Dextra.c180 struct tm *local_tm; in xsltFunctionLocalTime() local
240 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()