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