Searched refs:rs_tm (Results 1 – 8 of 8) sorted by relevance
63 } rs_tm;87 extern rs_tm * __attribute__((overloadable))88 rsLocaltime(rs_tm *local, const rs_time_t *timer);
7 rs_tm tm;
24 volatile static rs_tm rstm; variable1285 rsLocaltime((rs_tm *) &rstm, (rs_time_t *) &rst);
101 } rs_tm; typedef1567 rs_tm* rsLocaltime(rs_tm* local, const int *timer) { in rsLocaltime()1568 return (rs_tm*)(SC_LocalTime((tm*)local, (long*)timer)); in rsLocaltime()