Searched defs:tm_cmp (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dutc-mktime.c6 static int tm_cmp(const struct tm *tm1, const struct tm *tm2) function
41 if (tm_cmp(&leap_adj_tm, &tmp) != 0)
65 dir = tm_cmp(&leap_adj_tm, try_tm);

Completed in 29 milliseconds