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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c45 static int calcomp(struct calendar *pjd1, struct calendar *pjd2) argument
49 diff = pjd1->year - pjd2->year;
52 diff = pjd1->month - pjd2->month;
55 diff = pjd1->monthday - pjd2->monthday;
58 diff = pjd1->hour - pjd2->hour;
60 diff = pjd1->minute - pjd2->minute;
62 diff = pjd1->second - pjd2->second;

Completed in 154 milliseconds