Home
last modified time | relevance | path

Searched refs:gmtime_r (Results 1 – 7 of 7) sorted by relevance

/components/drivers/rtc/
A Ddev_alarm.c251 gmtime_r(&timestamp, &now); in alarm_update()
266 gmtime_r(&timestamp, &now); in alarm_update()
379 gmtime_r(&timestamp, &now); in alarm_setup()
598 gmtime_r(&timestamp, &now); in rt_alarm_start()
/components/libc/compilers/common/include/sys/
A Dtime.h112 struct tm *gmtime_r(const time_t *timep, struct tm *r);
/components/utilities/ulog/syslog/
A Dsyslog.c188 tm = gmtime_r(&now, &tm_tmp); in syslog_formater()
/components/libc/compilers/common/
A Dctime.c155 struct tm *gmtime_r(const time_t *timep, struct tm *r) in gmtime_r() function
205 RTM_EXPORT(gmtime_r);
210 return gmtime_r(t, &tmp); in gmtime()
222 return gmtime_r(&local_tz, r); in localtime_r()
/components/libc/
A Dposix-info.txt297 + gmtime_r()
/components/dfs/dfs_v1/filesystems/elmfat/
A Ddfs_elm.c989 gmtime_r(&now, &tm_now); in get_fattime()
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c1215 gmtime_r(&now, &tm_now); in get_fattime()

Completed in 771 milliseconds