Searched refs:TM_ZONE (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Dtime.h61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
64 #define TM_ZONE tm_zone macro
/bionic/libc/tzcode/
H A Dstrftime.c578 #ifdef TM_ZONE
579 if (t->TM_ZONE != NULL)
580 pt = _add(t->TM_ZONE, pt, ptlim,
583 #endif /* defined TM_ZONE */
H A Dlocaltime.c122 ** 5. They might reference tm.TM_ZONE after calling offtime.
1419 #ifdef TM_ZONE
1420 tmp->TM_ZONE = &sp->chars[ttisp->tt_abbrind];
1421 #endif /* defined TM_ZONE */
1472 #ifdef TM_ZONE
1479 tmp->TM_ZONE = wildabbr;
1483 tmp->TM_ZONE = gmt;
1484 else tmp->TM_ZONE = gmtptr->chars;
1487 tmp->TM_ZONE = gmtptr->chars;
1490 #endif /* defined TM_ZONE */
[all...]

Completed in 436 milliseconds