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

/freebsd-current/usr.bin/calendar/
H A Dlocale.c65 struct fixs fndays[8]; /* full national days names */ variable in typeref:struct:fixs
100 if (fndays[i].name != NULL)
101 free(fndays[i].name);
102 if ((fndays[i].name = strdup(buf)) == NULL)
104 fndays[i].len = strlen(buf);
H A Dcalendar.h148 extern struct fixs fndays[8]; /* full national days names */
H A Dparsedata.c936 for (i = 0; fndays[i].name != NULL; i++) {
937 n = fndays + i;

Completed in 85 milliseconds