Searched refs:tm_zone (Results 1 – 18 of 18) sorted by relevance
/glibc-2.36/time/ |
D | bug-mktime4.c | 16 && t->tm_zone == u->tm_zone); in equal_tm()
|
D | tst-strftime.c | 15 ttm.tm_zone = NULL; /* Dereferenced directly if non-NULL. */ in do_bz18985() 36 ttm.tm_zone = NULL; /* Dereferenced directly if non-NULL. */ in do_bz18985()
|
D | tzset.c | 538 tm->tm_zone = __tzname[isdst]; in __tz_compute() 599 tp->tm_zone = "GMT"; in weak_alias()
|
D | getdate.c | 195 tp->tm_zone = NULL; in __getdate_r()
|
D | tzfile.c | 749 tp->tm_zone = __tzname[tp->tm_isdst]; in __tzfile_compute()
|
D | strftime_l.c | 544 zone = (const char *) tp->tm_zone; in libc_hidden_def()
|
/glibc-2.36/time/bits/types/ |
D | struct_tm.h | 21 const char *tm_zone; /* Timezone abbreviation. */ member
|
/glibc-2.36/timezone/ |
D | Makefile | 62 -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone \
|
D | private.h | 586 # define TM_ZONE tm_zone
|
/glibc-2.36/manual/ |
D | time.texi | 1027 @item const char *tm_zone 1223 @code{tm_wday}, @code{tm_yday}, @code{tm_gmtoff}, and @code{tm_zone} 1237 of @var{brokentime}'s initial @code{tm_gmtoff} and @code{tm_zone} 1791 instead of @var{brokentime}'s @code{tm_gmtoff} and @code{tm_zone} 2697 GNU programs it is better to use the @code{tm_zone} member of the 2698 broken-down time structure, since @code{tm_zone} reports the correct
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.2 | 1721 tm_zone to "GMT".
|
D | ChangeLog.6 | 1931 (strftime): Don't use tm_zone member of argument for zone name. 6580 * time/time.h (tm_gmtoff, tm_zone): Prefix with `__' unless
|
D | ChangeLog.8 | 3668 take struct tm parameter and set tm_isdst, tm_zone and tm_offset 3672 tm_zone and tm_offset here if __use_tzfile.
|
D | ChangeLog.12 | 1009 tm_zone before calling strptime.
|
D | ChangeLog.5 | 4993 Use `const' instead of CONST. For time zones, use tm_zone if
|
D | ChangeLog.17 | 8837 (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
|
D | ChangeLog.7 | 5376 * time/strftime.c (strftime): Use tm_zone if available, even if _LIBC.
|
/glibc-2.36/posix/ |
D | tst-regex.input | 3668 take struct tm parameter and set tm_isdst, tm_zone and tm_offset 3672 tm_zone and tm_offset here if __use_tzfile.
|