Searched refs:gmtime_r (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 124 gmtime_r(&secs, (struct tm *)&tm); in TEST_F() 178 gmtime_r(&secs, (struct tm *)&alarm.time); in TEST_F() 226 gmtime_r(&secs, (struct tm *)&tm); 280 gmtime_r(&secs, (struct tm *)&alarm.time);
|
/kernel/linux/linux-6.6/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 209 gmtime_r(&secs, (struct tm *)&tm); in TEST_F() 267 gmtime_r(&secs, (struct tm *)&alarm.time); in TEST_F() 319 gmtime_r(&secs, (struct tm *)&tm); 377 gmtime_r(&secs, (struct tm *)&alarm.time);
|
/kernel/liteos_m/kal/posix/src/ |
H A D | time.c | 595 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r() function 611 return gmtime_r(timer, &tm); in gmtime()
|
Completed in 3 milliseconds