Searched refs:_tm_localtime (Results 1 – 6 of 6) sorted by relevance
38 #define tmlocaltime(p) _tm_localtime(p)40 extern struct tm* _tm_localtime(const time_t*);
67 #define tmlocaltime(p) _tm_localtime(p)69 extern __MANGLE__ struct tm* _tm_localtime __PROTO__((const time_t*));
94 _tm_localtime(const time_t* t) in _tm_localtime() function