Searched defs:tm (Results 1 – 3 of 3) sorted by relevance
24 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) argument28 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) argument
61 struct timespec tm; in timespecAddNanos() local
4866 struct tm tm; in mz_zip_dos_to_time_t() local4882 struct tm *tm = &tm_struct; in mz_zip_time_to_dos_time() local