Searched refs:__month_to_secs (Results 1 - 15 of 15) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | __month_to_secs.c | 1 int __month_to_secs(int month, int is_leap) in __month_to_secs() function
|
H A D | __tm_to_secs.c | 18 t += __month_to_secs(month, is_leap); in __tm_to_secs()
|
H A D | __tz.c | 136 t += __month_to_secs(m-1, is_leap); in rule_to_secs()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | __month_to_secs.c | 1 int __month_to_secs(int month, int is_leap) in __month_to_secs() function
|
H A D | __tm_to_secs.c | 18 t += __month_to_secs(month, is_leap); in __tm_to_secs()
|
H A D | __tz.c | 142 t += __month_to_secs(m-1, is_leap); in rule_to_secs()
|
/third_party/musl/src/time/ |
H A D | __month_to_secs.c | 1 int __month_to_secs(int month, int is_leap) in __month_to_secs() function
|
H A D | time_impl.h | 11 hidden int __month_to_secs(int, int);
|
H A D | __tm_to_secs.c | 18 t += __month_to_secs(month, is_leap); in __tm_to_secs()
|
H A D | __tz.c | 506 t += __month_to_secs(m-1, is_leap); in rule_to_secs()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | __month_to_secs.c | 1 int __month_to_secs(int month, int is_leap) in __month_to_secs() function
|
H A D | __tm_to_secs.c | 18 t += __month_to_secs(month, is_leap); in __tm_to_secs()
|
H A D | __tz.c | 142 t += __month_to_secs(m-1, is_leap); in rule_to_secs()
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | time_impl.h | 22 hidden int __month_to_secs(int, int);
|
H A D | __tz.c | 432 t += __month_to_secs(m-1, is_leap); in rule_to_secs()
|
Completed in 6 milliseconds