Searched defs:tm2 (Results 1 – 2 of 2) sorted by relevance
35 ASN1_time_tm_cmp(struct tm *tm1, struct tm *tm2) in ASN1_time_tm_cmp()451 struct tm tm1, tm2; in ASN1_TIME_cmp_time_t_internal() local475 struct tm tm1, tm2; in ASN1_TIME_compare() local
36 static int tm_match(struct tm * tm1, struct tm *tm2) { in tm_match()