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

/macosx-10.10/crontabs-52/newsyslog/
H A Dptimes.c512 int moredays, tdpm, tmon, tyear; local
536 moredays = 0;
556 moredays = days_pmonth(ptime->tm.tm_mon + 1,
559 moredays = days_pmonth(0, ptime->tm.tm_year + 1);
563 moredays = days_pmonth(ptime->tm.tm_mon, ptime->tm.tm_year);
581 moredays += tdpm;
585 moredays = 7;
587 moredays = 1;
590 if (moredays != 0) {
591 nextmatch.tsecs += SECS_PER_HOUR * 24 * moredays;
[all...]

Completed in 124 milliseconds