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

/freebsd-10-stable/usr.bin/calendar/
H A Dparsedata.c89 char *month, int *imonth, char *dayofmonth, int *idayofmonth,
103 *dayofmonth = '\0';
216 strcpy(dayofmonth, p2);
249 sprintf(dayofmonth, "%d", d);
293 sprintf(dayofmonth, "%d", m);
298 sprintf(dayofmonth, "%d", d);
340 int imonth, char *dayofmonth, int idayofmonth, char *dayofweek,
359 if (dayofmonth[0] != '\0')
360 printf("dayofmonth: |%s| (%d)\n", dayofmonth, idayofmont
88 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
339 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
435 char month[100], dayofmonth[100], dayofweek[100], modifieroffset[100]; local
[all...]
H A Ddates.c58 int dayofmonth; /* 01 .. 31 */ member in struct:cal_day
158 pd->dayofmonth = d;
250 d->dayofmonth, d->julianday, d->dayofweek);
283 if (d->dayofmonth == dd)
317 *rd = d->dayofmonth;
431 if (d->dayofmonth == dd)

Completed in 15 milliseconds