Home
last modified time | relevance | path

Searched refs:__utc (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/time/
D__tz.c27 const char __utc[] = "UTC"; variable
137 if (!*s) s = __utc; in do_tzset()
149 if (i > PATH_MAX+1) s = __utc, i = 3; in do_tzset()
189 if (!map) s = __utc; in do_tzset()
194 s = __utc; in do_tzset()
230 if (!__tzname[0]) __tzname[0] = (char *)__utc; in do_tzset()
239 if (!s) s = __utc; in do_tzset()
434 if (p != __utc && p != __tzname[0] && p != __tzname[1] && in __tm_to_tzname()
Dgmtime_r.c12 tm->__tm_zone = __utc; in __gmtime_r()
Dtime_impl.h11 extern hidden const char __utc[];
Dtimegm.c16 tm->__tm_zone = __utc; in timegm()
/third_party/musl/porting/linux/user/src/time/
D__tz.c47 const char __utc[] = "UTC"; variable
182 s = __utc; in do_tzset()
201 if (i > PATH_MAX+1) s = __utc, i = 3; in do_tzset()
252 s = __utc; in do_tzset()
315 if (!__tzname[0]) __tzname[0] = (char *)__utc; in do_tzset()
324 if (!s) s = __utc; in do_tzset()
521 if (p != __utc && p != __tzname[0] && p != __tzname[1] && in __tm_to_tzname()
Dtime_impl.h29 extern hidden const char __utc[];
/third_party/musl/porting/liteos_a/kernel/src/time/
Dgmtime_r.c12 tm->__tm_zone = __utc; in __gmtime_r()
Dtime_impl.h11 extern hidden const char __utc[];
D__tz.c31 const char __utc[] = "UTC"; variable
223 if (p != __utc && p != __tzname[0] && p != __tzname[1] && in __tm_to_tzname()
/third_party/musl/porting/uniproton/kernel/src/time/
Dtime_impl.h12 extern hidden const char __utc[];
D__tz.c35 const char __utc[] = "UTC"; variable
229 if (p != __utc && p != __tzname[0] && p != __tzname[1] && in __tm_to_tzname()
/third_party/musl/porting/liteos_m/kernel/src/time/
Dtime_impl.h12 extern hidden const char __utc[];
D__tz.c35 const char __utc[] = "UTC"; variable
229 if (p != __utc && p != __tzname[0] && p != __tzname[1] && in __tm_to_tzname()