Lines Matching defs:month_days
87 static int month_days(int yy, int mm)
123 if (*dd > month_days(*yy, *mm))
124 *dd = month_days(*yy, *mm);
131 ndays = month_days(*yy, *mm);
143 ndays = month_days(*yy, *mm);
168 *dd = month_days(*yy, *mm);
189 ndays = month_days(*yy, *mm);
199 ndays = month_days(*yy, *mm);
205 ndays = month_days(*yy, *mm);
211 ndays = month_days(*yy, *mm);
276 ndays = month_days(yy, mm);