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

/freebsd-11-stable/usr.bin/calendar/
H A Dlocale.c68 struct fixs nmonths[13]; /* short national month names */ variable in typeref:struct:fixs
116 if (nmonths[i].name != NULL)
117 free(nmonths[i].name);
118 if ((nmonths[i].name = strdup(buf)) == NULL)
120 nmonths[i].len = strlen(buf);
H A Dcalendar.h149 extern struct fixs nmonths[13]; /* short national month names */
H A Dparsedata.c877 if (nmonths[i - 1].len != 0 && nmonths[i - 1].name != NULL)
878 return (nmonths[i - 1].name);
897 for (i = 0; nmonths[i].name != NULL; i++) {
898 n = nmonths + i;

Completed in 110 milliseconds