Searched refs:fmonths (Results 1 – 3 of 3) sorted by relevance
145 extern const char *fmonths[];
51 const char *fmonths[] = { variable
903 for (i = 0; fmonths[i] != NULL; i++) { in checkmonth()904 *len = strlen(fmonths[i]); in checkmonth()905 if (strncasecmp(s, fmonths[i], *len) == 0) { in checkmonth()906 *month = fmonths[i]; in checkmonth()