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

/freebsd-10-stable/usr.bin/calendar/
H A Dparsedata.c42 static const char *getmonthname(int i);
180 strcpy(month, getmonthname(*imonth));
214 strcpy(month, getmonthname(offset));
265 strcpy(month, getmonthname(d));
292 strcpy(month, getmonthname(d));
297 strcpy(month, getmonthname(m));
865 getmonthname(int i) function

Completed in 103 milliseconds