Home
last modified time | relevance | path

Searched refs:pjd2 (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c47 static int calcomp(struct calendar *pjd1, struct calendar *pjd2) in calcomp() argument
51 diff = pjd1->year - pjd2->year; in calcomp()
54 diff = pjd1->month - pjd2->month; in calcomp()
57 diff = pjd1->monthday - pjd2->monthday; in calcomp()
60 diff = pjd1->hour - pjd2->hour; in calcomp()
62 diff = pjd1->minute - pjd2->minute; in calcomp()
64 diff = pjd1->second - pjd2->second; in calcomp()