Home
last modified time | relevance | path

Searched refs:__daylight (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/src/time/
H A D__tz.c38 int __daylight = 0; variable
42 weak_alias(__daylight, daylight);
302 __daylight = __timezone = dst_off = 0; in do_tzset()
311 __daylight = 1; in do_tzset()
316 if (!__daylight) { in do_tzset()
331 __daylight = 1; in do_tzset()
337 __daylight = 0; in do_tzset()
468 if (!__daylight) goto std; in __secs_to_zone()
/third_party/musl/src/time/
H A D__tz.c28 int __daylight = 0; variable
32 weak_alias(__daylight, daylight);
376 __daylight = __timezone = dst_off = 0; in do_tzset()
385 __daylight = 1; in do_tzset()
390 if (!__daylight) { in do_tzset()
405 __daylight = 1; in do_tzset()
411 __daylight = 0; in do_tzset()
545 if (!__daylight) goto std; in __secs_to_zone()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__tz.c11 int __daylight = 0; variable
15 weak_alias(__daylight, daylight);
172 if (!__daylight) goto std; in __secs_to_zone()
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__tz.c11 int __daylight = 0; variable
15 weak_alias(__daylight, daylight);
178 if (!__daylight) goto std; in __secs_to_zone()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__tz.c11 int __daylight = 0; variable
15 weak_alias(__daylight, daylight);
178 if (!__daylight) goto std; in __secs_to_zone()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17600 extern int __daylight;
[all...]

Completed in 28 milliseconds