/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 96 #elif defined(__tm_zone) 97 auto tm_zone(const std::tm& tm) -> decltype(tm.__tm_zone) { 98 return tm.__tm_zone; 106 auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) { 107 return tm.__tm_zone;
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | mktime.c | 10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime() 18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
|
D | gmtime_r.c | 12 tm->__tm_zone = __utc; in __gmtime_r()
|
D | localtime_r.c | 13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
|
D | __tz.c | 220 const void *p = tm->__tm_zone; in __tm_to_tzname()
|
/third_party/musl/src/time/ |
D | mktime.c | 10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime() 18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
|
D | gmtime_r.c | 12 tm->__tm_zone = __utc; in __gmtime_r()
|
D | timegm.c | 16 tm->__tm_zone = __utc; in timegm()
|
D | localtime_r.c | 13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
|
D | __tz.c | 431 const void *p = tm->__tm_zone; in __tm_to_tzname()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | time.h | 41 const char *__tm_zone 45 #define __tm_zone tm_zone macro
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 35 #define __tm_zone tm_zone macro 49 const char *__tm_zone; member
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 35 #define __tm_zone tm_zone macro 49 const char *__tm_zone; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 36 #define __tm_zone tm_zone macro 50 const char *__tm_zone; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 36 #define __tm_zone tm_zone macro 50 const char *__tm_zone; member
|
/third_party/musl/include/ |
D | time.h | 37 #define __tm_zone tm_zone macro 51 const char *__tm_zone; member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 40 #define __tm_zone tm_zone macro 54 const char *__tm_zone; member
|
/third_party/musl/porting/linux/user/src/time/ |
D | gmtime_r.c | 27 tm->__tm_zone = __gmt; in __gmtime_r()
|
D | strptime.c | 69 tm->__tm_zone = buf; in __getzonename()
|
D | __tz.c | 518 const void *p = tm->__tm_zone; in __tm_to_tzname()
|
/third_party/musl/libc-test/src/functionalext/time/ |
D | strptime_ext.c | 405 int cnt = sprintf(buffResult, "%s", tmTime.__tm_zone); in strptime_1800() 422 int cnt = sprintf(buffResult, "%s", tmTime.__tm_zone); in strptime_1900()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | __tz.c | 226 const void *p = tm->__tm_zone; in __tm_to_tzname()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | __tz.c | 226 const void *p = tm->__tm_zone; in __tm_to_tzname()
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 91 pub __tm_zone: *const c_char,
|