Searched refs:gmtime_r (Results 1 – 7 of 7) sorted by relevance
| /components/drivers/rtc/ |
| A D | dev_alarm.c | 251 gmtime_r(×tamp, &now); in alarm_update() 266 gmtime_r(×tamp, &now); in alarm_update() 379 gmtime_r(×tamp, &now); in alarm_setup() 598 gmtime_r(×tamp, &now); in rt_alarm_start()
|
| /components/libc/compilers/common/include/sys/ |
| A D | time.h | 112 struct tm *gmtime_r(const time_t *timep, struct tm *r);
|
| /components/utilities/ulog/syslog/ |
| A D | syslog.c | 188 tm = gmtime_r(&now, &tm_tmp); in syslog_formater()
|
| /components/libc/compilers/common/ |
| A D | ctime.c | 155 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 D | posix-info.txt | 297 + gmtime_r()
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | dfs_elm.c | 989 gmtime_r(&now, &tm_now); in get_fattime()
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | dfs_elm.c | 1215 gmtime_r(&now, &tm_now); in get_fattime()
|
Completed in 26 milliseconds