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

  /external/clearsilver/util/test/
date_test.c 30 fprintf(stderr, "From tm: %s %ld\n", ttm.tm_zone, ttm.tm_gmtoff);
40 fprintf(stderr, "From tm: %s %ld\n", ttm.tm_zone, ttm.tm_gmtoff);
  /bionic/libc/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
64 #define TM_ZONE tm_zone
  /development/ndk/platforms/android-3/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
64 #define TM_ZONE tm_zone
  /development/ndk/platforms/android-8/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
64 #define TM_ZONE tm_zone
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
64 #define TM_ZONE tm_zone
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
64 #define TM_ZONE tm_zone
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
64 #define TM_ZONE tm_zone
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
64 #define TM_ZONE tm_zone
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
64 #define TM_ZONE tm_zone
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
64 #define TM_ZONE tm_zone
  /external/webkit/JavaScriptCore/wtf/
DateMath.h 149 #if HAVE(TM_ZONE)
150 int inZoneSize = strlen(inTm.tm_zone) + 1;
152 strncpy(timeZone, inTm.tm_zone, inZoneSize);
176 #if HAVE(TM_ZONE)
177 ret.tm_zone = timeZone;
DateMath.cpp 403 #if HAVE(TM_ZONE)
404 localt.tm_zone = 0;
  /bionic/libc/bionic/
time64.c 388 dest->tm_zone = src->tm_zone;
420 dest->tm_zone = src->tm_zone;
551 p->tm_zone = "UTC";
  /external/chromium/base/
time_posix.cc 76 timestruct.tm_zone = NULL; // not a POSIX field, so mktime/timegm ignore
  /external/v8/src/
platform-macos.cc 267 return t->tm_zone;
platform-openbsd.cc 102 return t->tm_zone;
platform-freebsd.cc 103 return t->tm_zone;
platform-linux.cc 173 return t->tm_zone;
  /external/clearsilver/
configure     [all...]

Completed in 252 milliseconds