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

/freebsd-10.1-release/usr.sbin/newsyslog/
H A Dptimes.c512 int moredays, tdpm, tmon, tyear; local
569 tmon = ptime->tm.tm_mon;
572 if (tmon < 11)
573 tmon += 1;
575 tmon = 0;
578 tdpm = days_pmonth(tmon, tyear);

Completed in 49 milliseconds