Home
last modified time | relevance | path

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

/third_party/musl/src/time/
D__tz.c20 const char __utc[] = "UTC"; variable
129 if (!*s) s = __utc; in do_tzset()
141 if (i > PATH_MAX+1) s = __utc, i = 3; in do_tzset()
170 if (!map) s = __utc; in do_tzset()
175 s = __utc; in do_tzset()
211 if (!__tzname[0]) __tzname[0] = (char *)__utc; in do_tzset()
220 if (!s) s = __utc; in do_tzset()
417 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.c41 const char __utc[] = "UTC"; variable
175 s = __utc; in do_tzset()
194 if (i > PATH_MAX+1) s = __utc, i = 3; in do_tzset()
235 s = __utc; in do_tzset()
298 if (!__tzname[0]) __tzname[0] = (char *)__utc; in do_tzset()
307 if (!s) s = __utc; in do_tzset()
506 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
225 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()
/third_party/boost/libs/chrono/doc/
Dchrono.qbk338 [def __utc [link chrono.reference.io.timezone_hpp.timezone `utc`]]
4147 __utc, __local
6460 The conversion to `tm` use `gmtime` (when available) if the timezone is __utc, else it use localtim…