Home
last modified time | relevance | path

Searched refs:fdays (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.bin/calendar/
HDcalendar.h142 extern const char *fdays[];
HDlocale.c42 const char *fdays[] = { variable
HDparsedata.c949 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()