Searched defs:TIMESTAMP_TO_TM (Results 1 – 1 of 1) sorted by relevance
24 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) macro28 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) macro