Home | History | Annotate | Download | only in src

Lines Matching refs:month

220   char month[4];
224 /* We recognize the three formats in RFC2616, section 3.3.1. Month
256 &day, month, &year, &hour, &min, &sec) == 6 ||
258 &day, month, &year, &hour, &min, &sec) == 6 ||
260 month, &day, &hour, &min, &sec, &year) == 6) {
268 year, month, day, hour, min, sec);
277 if (!strcmp(month, MONTHS[i])) {