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

/freebsd-11-stable/usr.bin/calendar/
H A Dcalendar.h142 extern const char *fdays[];
H A Dlocale.c42 const char *fdays[] = { variable
H A Dparsedata.c957 for (i = 0; fdays[i] != NULL; i++) {
958 *len = strlen(fdays[i]);
959 if (strncasecmp(s, fdays[i], *len) == 0) {
960 *dow = fdays[i];

Completed in 62 milliseconds