Lines Matching defs:month
164 int year, month, day, hour, minute, sec, gmtoff;
167 month = HDE_DATE_MONTH(dp);
178 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
201 int year, month, day, hour, minute, sec, gmtoff;
204 month = HSV_DATE_MONTH(dp);
215 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
224 /* cumulative number of seconds per month, non-leap and leap-year versions */
239 * Convert year(1970-2099)/month(1-12)/day(1-31) to seconds-since-1970/1/1.
268 * add in seconds until this month.
274 * (days-per-month validation is not done here)