Home
last modified time | relevance | path

Searched refs:rtc_time (Results 1 – 2 of 2) sorted by relevance

/lib/
Dvsprintf.c1849 char *date_str(char *buf, char *end, const struct rtc_time *tm, bool r) in date_str()
1868 char *time_str(char *buf, char *end, const struct rtc_time *tm, bool r) in time_str()
1884 char *rtc_str(char *buf, char *end, const struct rtc_time *tm, in rtc_str()
1937 struct rtc_time rtc_time; in time64_str() local
1942 rtc_time.tm_sec = tm.tm_sec; in time64_str()
1943 rtc_time.tm_min = tm.tm_min; in time64_str()
1944 rtc_time.tm_hour = tm.tm_hour; in time64_str()
1945 rtc_time.tm_mday = tm.tm_mday; in time64_str()
1946 rtc_time.tm_mon = tm.tm_mon; in time64_str()
1947 rtc_time.tm_year = tm.tm_year; in time64_str()
[all …]
Dtest_printf.c508 const struct rtc_time tm = { in time_and_date()