Home
last modified time | relevance | path

Searched refs:__tm_zone (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc96 #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/
Dmktime.c10 __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()
Dgmtime_r.c12 tm->__tm_zone = __utc; in __gmtime_r()
Dlocaltime_r.c13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
D__tz.c220 const void *p = tm->__tm_zone; in __tm_to_tzname()
/third_party/musl/src/time/
Dmktime.c10 __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()
Dgmtime_r.c12 tm->__tm_zone = __utc; in __gmtime_r()
Dtimegm.c16 tm->__tm_zone = __utc; in timegm()
Dlocaltime_r.c13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
D__tz.c431 const void *p = tm->__tm_zone; in __tm_to_tzname()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtime.h41 const char *__tm_zone
45 #define __tm_zone tm_zone macro
/third_party/musl/ndk_musl_include/
Dtime.h35 #define __tm_zone tm_zone macro
49 const char *__tm_zone; member
/third_party/musl/porting/liteos_m/user/include/
Dtime.h35 #define __tm_zone tm_zone macro
49 const char *__tm_zone; member
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h36 #define __tm_zone tm_zone macro
50 const char *__tm_zone; member
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h36 #define __tm_zone tm_zone macro
50 const char *__tm_zone; member
/third_party/musl/include/
Dtime.h37 #define __tm_zone tm_zone macro
51 const char *__tm_zone; member
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h40 #define __tm_zone tm_zone macro
54 const char *__tm_zone; member
/third_party/musl/porting/linux/user/src/time/
Dgmtime_r.c27 tm->__tm_zone = __gmt; in __gmtime_r()
Dstrptime.c69 tm->__tm_zone = buf; in __getzonename()
D__tz.c518 const void *p = tm->__tm_zone; in __tm_to_tzname()
/third_party/musl/libc-test/src/functionalext/time/
Dstrptime_ext.c405 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.c226 const void *p = tm->__tm_zone; in __tm_to_tzname()
/third_party/musl/porting/liteos_m/kernel/src/time/
D__tz.c226 const void *p = tm->__tm_zone; in __tm_to_tzname()
/third_party/rust/crates/libc/src/
Dwasi.rs91 pub __tm_zone: *const c_char,