Searched refs:fdays (Results 1 – 3 of 3) sorted by relevance
142 extern const char *fdays[];
42 const char *fdays[] = { variable
949 for (i = 0; fdays[i] != NULL; i++) { in checkdayofweek()950 *len = strlen(fdays[i]); in checkdayofweek()951 if (strncasecmp(s, fdays[i], *len) == 0) { in checkdayofweek()952 *dow = fdays[i]; in checkdayofweek()