Home
last modified time | relevance | path

Searched refs:__timezone (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/linux/user/src/time/
H A D__tz.c37 long __timezone = 0; variable
41 weak_alias(__timezone, timezone);
302 __daylight = __timezone = dst_off = 0; in do_tzset()
306 __timezone = -zi_read32(p); in do_tzset()
318 dst_off = __timezone; in do_tzset()
327 __timezone = getoff(&s); in do_tzset()
335 dst_off = __timezone - 3600; in do_tzset()
338 dst_off = __timezone; in do_tzset()
478 t0 += __timezone; in __secs_to_zone()
490 *offset = -__timezone; in __secs_to_zone()
[all...]
/third_party/musl/src/time/
H A D__tz.c27 long __timezone = 0; variable
31 weak_alias(__timezone, timezone);
376 __daylight = __timezone = dst_off = 0; in do_tzset()
380 __timezone = -zi_read32(p); in do_tzset()
392 dst_off = __timezone; in do_tzset()
401 __timezone = getoff(&s); in do_tzset()
409 dst_off = __timezone - 3600; in do_tzset()
412 dst_off = __timezone; in do_tzset()
557 t0 += __timezone; in __secs_to_zone()
569 *offset = -__timezone; in __secs_to_zone()
[all...]
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__tz.c10 long __timezone = 0; variable
14 weak_alias(__timezone, timezone);
184 t0 += __timezone; in __secs_to_zone()
196 *offset = -__timezone; in __secs_to_zone()
204 if (oppoff) *oppoff = -__timezone; in __secs_to_zone()
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__tz.c10 long __timezone = 0; variable
14 weak_alias(__timezone, timezone);
190 t0 += __timezone; in __secs_to_zone()
202 *offset = -__timezone; in __secs_to_zone()
210 if (oppoff) *oppoff = -__timezone; in __secs_to_zone()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__tz.c10 long __timezone = 0; variable
14 weak_alias(__timezone, timezone);
190 t0 += __timezone; in __secs_to_zone()
202 *offset = -__timezone; in __secs_to_zone()
210 if (oppoff) *oppoff = -__timezone; in __secs_to_zone()
/third_party/icu/icu4c/source/common/
H A Dputilimp.h115 // uClibc does not have __timezone or _timezone.
120 # define U_TIMEZONE __timezone
/third_party/node/deps/icu-small/source/common/
H A Dputilimp.h115 // uClibc does not have __timezone or _timezone.
120 # define U_TIMEZONE __timezone
/third_party/skia/third_party/externals/icu/source/common/
H A Dputilimp.h115 // uClibc does not have __timezone or _timezone.
120 # define U_TIMEZONE __timezone
/third_party/icu/icu4c/source/
H A Dconfigure7127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __timezone" >&5
7128 $as_echo_n "checking for __timezone... " >&6; }
7138 __timezone = 1;
7154 U_TIMEZONE=__timezone
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure7118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __timezone" >&5
7119 $as_echo_n "checking for __timezone... " >&6; }
7129 __timezone = 1;
7145 U_TIMEZONE=__timezone
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17601 extern long int __timezone;
[all...]

Completed in 45 milliseconds