Lines Matching defs:month
1082 int year, month, day, hour, minute, sec, gmtoff;
1085 month = HDE_DATE_MONTH(dp);
1096 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
1117 int year, month, day, hour, minute, sec, gmtoff;
1120 month = HSV_DATE_MONTH(dp);
1131 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
1140 /* cumulative number of seconds per month, non-leap and leap-year versions */
1155 * Convert year(1970-2099)/month(1-12)/day(1-31) to seconds-since-1970/1/1.
1180 * add in seconds until this month.
1186 * (days-per-month validation is not done here)