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

/freebsd-9.3-release/usr.bin/calendar/
H A Dparsedata.c88 char *month, int *imonth, char *dayofmonth, int *idayofmonth,
99 *imonth = 0;
178 *imonth = (int)strtol(date, (char **)NULL, 10);
179 strcpy(month, getmonthname(*imonth));
217 *imonth = offset;
270 *imonth = d;
296 *imonth = d;
301 *imonth = m;
343 int imonth, char *dayofmonth, int idayofmonth, char *dayofweek,
361 printf("month: |%s| (%d)\n", month, imonth);
87 determinestyle(char *date, int *flags, char *month, int *imonth, char *dayofmonth, int *idayofmonth, char *dayofweek, int *idayofweek, char *modifieroffset, char *modifierindex, char *specialday, char *year, int *iyear) argument
342 debug_determinestyle(int dateonly, char *date, int flags, char *month, int imonth, char *dayofmonth, int idayofmonth, char *dayofweek, int idayofweek, char *modifieroffset, char *modifierindex, char *specialday, char *year, int iyear) argument
397 int idayofweek = -1, imonth = -1, idayofmonth = -1, iyear = -1; local
[all...]

Completed in 89 milliseconds