Searched refs:__secs_to_tm (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dtime_impl.h15 int __secs_to_tm(long long, struct tm*) ATTR_LIBC_VISIBILITY;
H A Dgmtime_r.c6 if (__secs_to_tm(*t, tm) < 0) {
H A Dtimegm.c8 if (__secs_to_tm(t, &new) < 0) {
H A Dlocaltime_r.c18 if (__secs_to_tm((long long)*t + tm->__tm_gmtoff, tm) < 0) {
H A Dmktime.c20 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0)
H A D__secs_to_tm.c11 int __secs_to_tm(long long t, struct tm* tm) { function
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk811 $(LOCAL_DIR)/src/time/__secs_to_tm.c \

Completed in 81 milliseconds