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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strptime.c 310 #ifdef TM_ZONE
311 tm->TM_ZONE = gmt;
325 #ifdef TM_ZONE
326 tm->TM_ZONE = tzname[i];
strftime.c 69 #undef TM_ZONE
455 #ifdef TM_ZONE
456 if (t->TM_ZONE != NULL)
457 pt = _add(t->TM_ZONE, pt, ptlim);
459 #endif /* defined TM_ZONE */
Time.c 684 #ifdef TM_ZONE
691 tmp->TM_ZONE = (__aconst char *)__UNCONST(wildabbr);
695 tmp->TM_ZONE = (__aconst char *)__UNCONST(gmt);
696 else tmp->TM_ZONE = gmtptr->chars;
699 tmp->TM_ZONE = gmtptr->chars;
702 #endif /* defined TM_ZONE */
752 #ifdef TM_ZONE
753 tmp->TM_ZONE = &sp->chars[ttisp->tt_abbrind];
754 #endif /* defined TM_ZONE */
  /bionic/libc/include/
time.h 57 const char* tm_zone; member in struct:tm
60 #define TM_ZONE tm_zone
  /bionic/libc/tzcode/
private.h 78 /* Enable tm_gmtoff and tm_zone on GNUish systems. */
441 /* Infer TM_ZONE on systems where this information is known, but suppress
449 # if !defined TM_ZONE && !defined NO_TM_ZONE
450 # define TM_ZONE tm_zone
strftime.c 526 #ifdef TM_ZONE
529 const char* zone = t->TM_ZONE;
localtime.c 72 ** 5. They might reference tm.TM_ZONE after calling offtime.
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 441 if (t->tm_zone != NULL)
442 pt = _sadd(t->TM_ZONE, pt, ptlim);
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 52 ** 5. They might reference tm.TM_ZONE after calling offtime.
    [all...]

Completed in 261 milliseconds