Home
last modified time | relevance | path

Searched refs:__tm_to_secs (Results 1 – 21 of 21) sorted by relevance

/third_party/musl/src/time/
Dtime_impl.h6 hidden long long __tm_to_secs(const struct tm *);
Dtimegm.c8 long long t = __tm_to_secs(tm); in timegm()
D__tm_to_secs.c3 long long __tm_to_secs(const struct tm *tm) in __tm_to_secs() function
Dmktime.c8 long long t = __tm_to_secs(tm); in mktime()
Dstrftime.c126 val = __tm_to_secs(tm) - tm->__tm_gmtoff; in __strftime_fmt_1()
/third_party/musl/porting/liteos_a/kernel/src/time/
Dtime_impl.h6 hidden long long __tm_to_secs(const struct tm *);
D__tm_to_secs.c3 long long __tm_to_secs(const struct tm *tm) in __tm_to_secs() function
Dmktime.c8 long long t = __tm_to_secs(tm); in mktime()
Dstrftime.c126 val = __tm_to_secs(tm) - tm->__tm_gmtoff; in __strftime_fmt_1()
/third_party/musl/porting/linux/user/src/time/
Dtime_impl.h24 hidden long long __tm_to_secs(const struct tm *);
Dstrftime.c183 val = __tm_to_secs(tm) - tm->__tm_gmtoff; in __strftime_fmt_1()
/third_party/musl/porting/uniproton/kernel/src/time/
Dtime_impl.h7 hidden long long __tm_to_secs(const struct tm *);
D__tm_to_secs.c3 long long __tm_to_secs(const struct tm *tm) in __tm_to_secs() function
Dstrftime.c126 val = __tm_to_secs(tm) - tm->__tm_gmtoff; in __strftime_fmt_1()
/third_party/musl/porting/liteos_m/kernel/src/time/
Dtime_impl.h7 hidden long long __tm_to_secs(const struct tm *);
D__tm_to_secs.c3 long long __tm_to_secs(const struct tm *tm) in __tm_to_secs() function
Dstrftime.c126 val = __tm_to_secs(tm) - tm->__tm_gmtoff; in __strftime_fmt_1()
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni162 "$MUSLPORTINGDIR/src/time/__tm_to_secs.c",
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni166 "$MUSLPORTINGDIR/src/time/__tm_to_secs.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni374 "$MUSLPORTINGDIR/src/time/__tm_to_secs.c",
/third_party/musl/
Dmusl_src.gni1500 "src/time/__tm_to_secs.c",