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

/freebsd-12-stable/contrib/ntp/libntp/
H A Dprettydate.c68 int32 folds = 0; local
82 if (--folds < MINFOLD)
86 if (++folds > MAXFOLD)
105 if (--folds < MINFOLD)
109 if (++folds > MAXFOLD)
133 if (--folds < MINFOLD)
137 if (++folds > MAXFOLD)
145 if (folds != 0) {
146 tm->tm_year += folds * SOLAR_CYCLE_YEARS;

Completed in 95 milliseconds