Home | History | Annotate | Download | only in tzcode

Lines Matching defs:localtime_r

1343 localtime_r(const time_t *const timep, struct tm *tmp)
1561 return asctime_r(localtime_r(timep, &mytm), buf);