Searched refs: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) macro144 TIMESTAMP_TO_TM(&t2, &result); in convertT64ToTm()