Home
last modified time | relevance | path

Searched refs:tm_zone (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/
Dtime.h57 const char* tm_zone; member
60 #define TM_ZONE tm_zone
/bionic/libc/bionic/
Dtime64.c383 dest->tm_zone = src->tm_zone; in copy_tm_to_TM()
415 dest->tm_zone = src->tm_zone; in copy_TM_to_tm()
546 p->tm_zone = "UTC"; in gmtime64_r()
/bionic/libc/tzcode/
Dprivate.h450 # define TM_ZONE tm_zone
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c441 if (t->tm_zone != NULL) in _fmt()