HomeSort by: relevance | last modified time | path
    Searched refs:calcomp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/xorg/server/xorg-server/hw/xfree86/common/
Makefile 95 IDRIVERS= mouse keyboard acecad calcomp citron digitaledge \
  /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/common/
Makefile 106 IDRIVERS= mouse keyboard acecad calcomp citron digitaledge \
  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 44 * calcomp - compare two calendar structures, ignoring yearday and weekday; like strcmp
47 static int calcomp(struct calendar *pjd1, struct calendar *pjd2) function
1163 if ((calcomp(&tscal, &(cert_host->first)) < 0)
1164 || (calcomp(&tscal, &(cert_host->last)) > 0))
3221 if ((calcomp(&tscal, &(cert_host->first)) < 0)
3222 || (calcomp(&tscal, &(cert_host->last)) > 0)) {
3412 if ((calcomp(&(xp->first), &(yp->first)) < 0)
3413 || (calcomp(&(xp->first), &(yp->last)) > 0)) {
3598 if ((calcomp(&(ret->first), &(ret->last)) > 0)
3599 || (calcomp(&(ret->first), &fscal) < 0))
    [all...]

Completed in 15 milliseconds