Searched defs:localtime_r (Results 1 – 5 of 5) sorted by relevance
124 localtime_r( const time_t * clock, struct tm * result ) in localtime_r() function
271 # define localtime_r tz_localtime_r macro
1343 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r() function
98 static void localtime_r(const time_t* secs, struct tm* time) { in localtime_r() function
2115 TEST(MemorySanitizer, localtime_r) { in TEST() argument