Home
last modified time | relevance | path

Searched refs:localtime_r (Results 1 – 6 of 6) sorted by relevance

/components/drivers/rtc/
A Ddev_rtc.c169 localtime_r(&old_timestamp, &tm_new); in set_date()
216 localtime_r(&old_timestamp, &tm_new); in set_time()
A Ddev_alarm.c249 localtime_r(&timestamp, &now); in alarm_update()
264 localtime_r(&timestamp, &now); in alarm_update()
377 localtime_r(&timestamp, &now); in alarm_setup()
596 localtime_r(&timestamp, &now); in rt_alarm_start()
/components/libc/compilers/common/include/sys/
A Dtime.h115 struct tm* localtime_r(const time_t* t, struct tm* r);
/components/libc/compilers/common/
A Dctime.c214 struct tm* localtime_r(const time_t* t, struct tm* r) in localtime_r() function
224 RTM_EXPORT(localtime_r);
229 return localtime_r(t, &tmp); in localtime()
311 return asctime_r(localtime_r(tim_p, &tm), result); in ctime_r()
/components/libc/
A Dposix-info.txt299 + localtime_r()
/components/utilities/ulog/
A Dulog.c287 tm = localtime_r(&t, &tm_tmp); in ulog_head_formater()

Completed in 10 milliseconds