HomeSort by relevance Sort by last modified time
    Searched defs:local_tm (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
svr-session.c 184 struct tm * local_tm = NULL; local
186 local_tm = localtime(&timesec);
187 if (local_tm == NULL
  /external/chromium_org/third_party/libxslt/libxslt/
extra.c 180 struct tm *local_tm; local
240 local_tm = localtime(&gmt);
252 local_tm = localtime(&lmt);
255 * Now convert local_tm back into a string. This doesn't introduce
259 str = asctime(local_tm); /* "Tue Jun 26 05:02:16 2001" */
  /external/libxslt/libxslt/
extra.c 180 struct tm *local_tm; local
240 local_tm = localtime(&gmt);
252 local_tm = localtime(&lmt);
255 * Now convert local_tm back into a string. This doesn't introduce
259 str = asctime(local_tm); /* "Tue Jun 26 05:02:16 2001" */

Completed in 95 milliseconds