Searched refs:mo_full (Results 1 – 1 of 1) sorted by relevance
478 const char *mo_full = months[i] + 3; in date_get_month() local479 int len = strlen(mo_full); in date_get_month()481 if (len > 0 && !av_strncasecmp(*pp, mo_full, len)) in date_get_month()