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

/bionic/libc/include/
H A Dtime.h60 #define TM_ZONE tm_zone macro
/bionic/libc/tzcode/
H A Dprivate.h434 /* Infer TM_ZONE on systems where this information is known, but suppress
442 # if !defined TM_ZONE && !defined NO_TM_ZONE
443 # define TM_ZONE tm_zone macro
H A Dstrftime.c504 #ifdef TM_ZONE
507 const char* zone = t->TM_ZONE;
H A Dlocaltime.c72 ** 5. They might reference tm.TM_ZONE after calling offtime.
1505 #ifdef TM_ZONE
1506 result->TM_ZONE = (char *) &sp->chars[ttisp->tt_abbrind];
1507 #endif /* defined TM_ZONE */
1562 #ifdef TM_ZONE
1568 tmp->TM_ZONE = ((char *)
1570 #endif /* defined TM_ZONE */
/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c442 pt = _sadd(t->TM_ZONE, pt, ptlim);

Completed in 11 milliseconds