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

  /ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c 49 #undef gmtime macro
50 extern struct tm *gmtime (time_t const *);
69 /* Same as above, since gmtime and localtime use the same buffer. */
73 struct tm *tm = gmtime (timep);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 169 struct tm *__cdecl gmtime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
185 gmtime((_Time)); \
212 #define gmtime_r(_Time,_Tm) (gmtime ((_Time)) ? (*(_Tm) = *gmtime (_Time),(_Tm)) : 0)
229 __CRT_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime64(_Time); } function
240 __CRT_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime32(_Time); } function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 390 from time import gmtime, time namespace
392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 390 from time import gmtime, time namespace
392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)
  /bionic/libc/tzcode/
private.h 267 # undef gmtime macro
268 # define gmtime tz_gmtime macro
287 struct tm *gmtime(time_t const *);
localtime.c 227 ** ctime, gmtime, localtime] return values in one of two static
1419 gmtime(const time_t * const timep) function
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsio0.c 460 #define gmtime wceex_gmtime macro
479 memmove(&Icc ->Created, gmtime(&now), sizeof(Icc ->Created));
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 214 ** ctime, gmtime, localtime] return values in one of two static
1387 gmtime(timep) function
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 214 ** ctime, gmtime, localtime] return values in one of two static
1387 gmtime(timep) function
    [all...]

Completed in 78 milliseconds