Searched refs:gmt (Results 1 - 12 of 12) sorted by relevance

/external/tcpdump/
H A Dgmt2local.c42 * Returns the difference between gmt and local time in seconds.
49 register struct tm *gmt, *loc; local
54 gmt = &sgmt;
55 *gmt = *gmtime(&t);
57 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
58 (loc->tm_min - gmt->tm_min) * 60;
65 dir = loc->tm_year - gmt->tm_year;
67 dir = loc->tm_yday - gmt->tm_yday;
/external/chromium/base/third_party/nspr/
H A Dprtime.h148 * given the current time in GMT. The input argument gmt should
166 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
195 NSPR_API(PRTimeParameters) PR_GMTParameters(const PRExplodedTime *gmt); variable
H A Dprtime.cc141 // Compute |absolute_time| in seconds, correct for gmt and dst
439 PR_GMTParameters(const PRExplodedTime *gmt) argument
442 #pragma unused (gmt)
1102 /* The remaining work is to set the gmt and dst offsets in tm_params. */
/external/libxslt/libxslt/
H A Dextra.c178 time_t gmt, lmt; local
233 gmt = mktime(&gmt_tm);
240 local_tm = localtime(&gmt);
246 lmt = gmt - timezone;
/external/openssl/crypto/asn1/
H A Dt_x509.c389 int gmt=0; local
399 if (v[i-1] == 'Z') gmt=1;
425 mon[M-1],d,h,m,s,f_len,f,y,(gmt)?" GMT":"") <= 0)
437 int gmt=0; local
445 if (v[i-1] == 'Z') gmt=1;
461 mon[M-1],d,h,m,s,y+1900,(gmt)?" GMT":"") <= 0)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc384 unsigned long gmt, non_gmt = mktime(&tval); local
393 gmt = non_gmt + (zone[0] == '+') ? offset : -offset;
399 gmt = non_gmt + kTimeZoneOffsets[zindex] * 60 * 60;
403 tm *tm_for_timezone = localtime((time_t *)&gmt);
404 *seconds = gmt + tm_for_timezone->tm_gmtoff;
406 *seconds = gmt - timezone;
/external/icu4c/tools/tzcode/
H A Dlocaltime.c73 static const char gmt[] = "GMT"; variable
118 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt),
273 tzname[0] = tzname[1] = gmt;
1146 if (tzload(gmt, sp, TRUE) != 0)
1147 (void) tzparse(gmt, sp, TRUE);
1214 (void) strcpy(lclptr->chars, gmt);
1375 tmp->TM_ZONE = gmt;
H A Dzdump.c929 struct tm gmt; local
953 gmt = *gmtime(&t);
954 offset = delta(&loc, &gmt);
/external/v8/src/
H A Ddate.js261 var gmt = ' GMT' + ((sign == 1) ? '+' : '-') +
263 return gmt + ' (' + timezone + ')';
/external/icu4c/test/intltest/
H A Ddtfmrgts.cpp938 TimeZone *gmt = timeZone->clone(); local
940 gmt->setRawOffset(0);
946 format->setTimeZone(*gmt);
975 delete gmt;
H A Ddtfmttst.cpp3107 TimeZone *gmt = TimeZone::createTimeZone("Etc/GMT"); local
3175 calendars[i]->setTimeZone(*gmt);
3188 calendars[j]->setTimeZone(*gmt);
3216 delete gmt;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 213 milliseconds