Home
last modified time | relevance | path

Searched defs:tm2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libcrypto/asn1/
H A Da_time_tm.c35 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() local
475 struct tm tm1, tm2; in ASN1_TIME_compare() local
/openbsd/regress/lib/libc/time/time_conversion/
H A Dtimetest.c36 static int tm_match(struct tm * tm1, struct tm *tm2) { in tm_match()