Searched refs:__month_to_secs (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A D__month_to_secs.c1 int __month_to_secs(int month, int is_leap) { function
H A Dtime_impl.h12 int __month_to_secs(int, int) ATTR_LIBC_VISIBILITY;
H A D__tm_to_secs.c17 t += __month_to_secs(month, is_leap);
H A D__tz.c365 t += __month_to_secs(m - 1, is_leap);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk810 $(LOCAL_DIR)/src/time/__month_to_secs.c \

Completed in 41 milliseconds