Searched refs:calcomp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c42 * calcomp - compare two calendar structures, ignoring yearday and weekday; like strcmp
45 static int calcomp(struct calendar *pjd1, struct calendar *pjd2) function
1168 if ((calcomp(&tscal, &(cert_host->first)) < 0)
1169 || (calcomp(&tscal, &(cert_host->last)) > 0))
3227 if ((calcomp(&tscal, &(cert_host->first)) < 0)
3228 || (calcomp(&tscal, &(cert_host->last)) > 0)) {
3419 if ((calcomp(&(xp->first), &(yp->first)) < 0)
3420 || (calcomp(&(xp->first), &(yp->last)) > 0)) {
3605 if ((calcomp(&(ret->first), &(ret->last)) > 0)
3606 || (calcomp(
[all...]

Completed in 134 milliseconds