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

/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c492 ntpcal_periodic_extend( function
1682 return ntpcal_periodic_extend(rdn+1, dow, 7);
1691 return ntpcal_periodic_extend(rdn, dow, 7);
1700 return ntpcal_periodic_extend(rdn-3, dow, 7);
1709 return ntpcal_periodic_extend(rdn, dow, -7);
1718 return ntpcal_periodic_extend(rdn-1, dow, -7);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_calendar.h337 ntpcal_periodic_extend(int32_t /* pivot */, int32_t /* value */,

Completed in 54 milliseconds