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

  /external/webkit/Source/JavaScriptCore/runtime/
DateConversion.cpp 88 struct tm gtm = t; local
89 strftime(timeZoneName, sizeof(timeZoneName), "%Z", &gtm);
  /external/openssh/
moduli.c 149 struct tm *gtm; local
154 gtm = gmtime(&time_now);
157 gtm->tm_year + 1900, gtm->tm_mon + 1, gtm->tm_mday,
158 gtm->tm_hour, gtm->tm_min, gtm->tm_sec,
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 130 struct tm gtm; local
131 memset(&gtm, 0, sizeof(gtm));
132 strftime(timeZoneName, sizeof(timeZoneName), "%Z", &gtm);
    [all...]

Completed in 1228 milliseconds