Searched refs:dayofmonth (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/calendar/ |
H A D | parsedata.c | 91 char *month, int *imonth, char *dayofmonth, int *idayofmonth, in determinestyle() argument 105 *dayofmonth = '\0'; in determinestyle() 218 strlcpy(dayofmonth, p2, SLEN); in determinestyle() 251 snprintf(dayofmonth, SLEN, "%d", d); in determinestyle() 295 snprintf(dayofmonth, SLEN, "%d", m); in determinestyle() 300 snprintf(dayofmonth, SLEN, "%d", d); in determinestyle() 339 int imonth, char *dayofmonth, int idayofmonth, char *dayofweek, in debug_determinestyle() argument 358 if (dayofmonth[0] != '\0') in debug_determinestyle() 359 printf("dayofmonth: |%s| (%d)\n", dayofmonth, idayofmonth); in debug_determinestyle() 434 char month[SLEN], dayofmonth[SLEN], dayofweek[SLEN], modifieroffset[SLEN]; in parsedaymonth() local [all …]
|
H A D | dates.c | 58 int dayofmonth; /* 01 .. 31 */ member 159 pd->dayofmonth = d; in createdate() 251 d->dayofmonth, d->julianday, d->dayofweek); in dumpdates() 284 if (d->dayofmonth == dd) in remember_ymd() 318 *rd = d->dayofmonth; in remember_yd() 432 if (d->dayofmonth == dd) in find_day()
|