Home
last modified time | relevance | path

Searched refs:TM_ZONE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/tzcode/
H A Dstrftime.c506 #ifdef TM_ZONE in _fmt()
507 pt = _add(t->TM_ZONE, pt, ptlim); in _fmt()
566 # ifdef TM_ZONE in _fmt()
567 negative = t->TM_ZONE[0] == '-'; in _fmt()
H A Dtzconfig.h5 #define TM_ZONE tm_zone macro
H A Dzdump.c26 # ifdef TM_ZONE
202 /* Platforms with TM_ZONE don't need tzname, so they can use the
205 #if defined TM_ZONE && HAVE_LOCALTIME_RZ
213 # if !defined TM_ZONE || ! HAVE_LOCALTIME_R || ! HAVE_TZSET
744 caller already did that. On platforms without TM_ZONE, in hunt()
1171 #ifdef TM_ZONE in abbr()
1172 return tmp->TM_ZONE; in abbr()
H A Dprivate.h797 /* Infer TM_ZONE on systems where this information is known, but suppress
807 # if !defined TM_ZONE && !defined NO_TM_ZONE
808 # define TM_ZONE tm_zone
785 # define TM_ZONE global() macro
H A Dlocaltime.c79 ** 5. They might reference tm.TM_ZONE after calling offtime.
1635 #ifdef TM_ZONE in localsub()
1636 result->TM_ZONE = (char *) &sp->chars[ttisp->tt_desigidx]; in localsub()
1637 #endif /* defined TM_ZONE */ in localsub()
1723 #ifdef TM_ZONE in localtime_tzset()
1729 tmp->TM_ZONE = ((char *) in localtime_tzset()
1731 #endif /* defined TM_ZONE */
H A DNEWS3449 on platforms not defining TM_ZONE, fixing a 2014g regression.
3563 The tz code now attempts to infer TM_GMTOFF and TM_ZONE if not
/freebsd/lib/libc/stdtime/
H A Dstrftime.c468 #ifdef TM_ZONE in _fmt()
469 if (t->TM_ZONE != NULL) in _fmt()
470 pt = _add(t->TM_ZONE, pt, ptlim); in _fmt()
/freebsd/contrib/tzdata/
H A DNEWS3527 on platforms not defining TM_ZONE, fixing a 2014g regression.
3641 The tz code now attempts to infer TM_GMTOFF and TM_ZONE if not