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

/freebsd-9.3-release/usr.bin/calendar/
H A Dparsedata.c42 static const char *getmonthname(int i);
179 strcpy(month, getmonthname(*imonth));
219 strcpy(month, getmonthname(offset));
271 strcpy(month, getmonthname(d));
298 strcpy(month, getmonthname(d));
303 strcpy(month, getmonthname(m));
819 getmonthname(int i) function

Completed in 93 milliseconds