HomeSort by: relevance | last modified time | path
    Searched refs:TM_ZONE (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/time/
strptime.c 142 #ifdef TM_ZONE
144 tm->TM_ZONE = NULL; /* XXX */
503 #ifdef TM_ZONE
504 tm->TM_ZONE = utc;
532 #ifdef TM_ZONE
533 tm->TM_ZONE = NULL; /* XXX */
543 #ifdef TM_ZONE
544 tm->TM_ZONE = NULL; /* XXX */
562 #ifdef TM_ZONE
563 tm->TM_ZONE = __UNCONST(nast[i])
    [all...]
strftime.c 64 #undef TM_ZONE
630 #ifdef TM_ZONE
631 pt = _add(t->TM_ZONE, pt, ptlim);
727 # ifdef TM_ZONE
728 negative = t->TM_ZONE[0] == '-';
zdump.c 27 # ifdef TM_ZONE
192 /* Platforms with TM_ZONE don't need tzname, so they can use the
195 #if defined TM_ZONE && HAVE_LOCALTIME_RZ
203 # if !defined TM_ZONE || ! HAVE_LOCALTIME_R || ! HAVE_TZSET
731 caller already did that. On platforms without TM_ZONE,
1156 #ifdef TM_ZONE
1157 return tmp->TM_ZONE;
private.h 10 #define TM_ZONE tm_zone
56 /* Enable tm_gmtoff, tm_zone, and environ on GNUish systems. */
858 /* Infer TM_ZONE on systems where this information is known, but suppress
868 # if !defined TM_ZONE && !defined NO_TM_ZONE
869 # define TM_ZONE tm_zone
localtime.c 169 ** 5. They might reference tm.TM_ZONE after calling offtime.
185 #if !USE_TIMEX_T || defined TM_ZONE || !defined TM_GMTOFF
1782 # ifdef TM_ZONE
1783 result->TM_ZONE = UNCONST(&sp->chars[ttisp->tt_desigidx]);
1845 #ifdef TM_ZONE
1852 result->TM_ZONE = UNCONST(offset ? wildabbr : gmtptr ?
1854 #endif /* defined TM_ZONE */

Completed in 38 milliseconds