Searched defs:localtime_r (Results 1 – 13 of 13) sorted by relevance
45 localtime_r(const time_t *timer, struct tm *result) in localtime_r() function
1100 #define localtime_r rk_localtime_r macro
18 localtime_r(const time_t *t, struct tm *tm) in localtime_r() function
38 # define localtime_r rpl_localtime_r macro
69 localtime_r (time_t const * restrict t, struct tm * restrict tp) in localtime_r() function
41 localtime_r (time_t const * restrict t, struct tm * restrict tp) in localtime_r() function
92 localtime_r (const time_t * timep, struct tm * result) in localtime_r() function
220 # define localtime_r zdump_localtime_r global() macro 222 localtime_r(time_t *tp, struct tm *tmp) localtime_r() function
639 # define localtime_r tz_localtime_r global() macro
1699 localtime_r(const time_t *__restrict timep, struct tm *__restrict tmp) localtime_r() function
509 #define localtime_r _localtime_r global() macro
2272 TEST(MemorySanitizer, localtime_r) { in TEST() argument