Lines Matching refs:dayofmonth
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
457 dayofmonth, idayofmonth, dayofweek, idayofweek, in parsedaymonth()
459 if (determinestyle(date, flags, month, &imonth, dayofmonth, in parsedaymonth()
469 dayofmonth, idayofmonth, dayofweek, idayofweek, in parsedaymonth()
808 dayofmonth, idayofmonth, dayofweek, idayofweek, in parsedaymonth()