Lines Matching refs:idayofweek
92 char *dayofweek, int *idayofweek, char *modifieroffset, in determinestyle() argument
108 *idayofweek = 0; in determinestyle()
167 *idayofweek = offset; in determinestyle()
231 *idayofweek = offset; in determinestyle()
264 *idayofweek = offset; in determinestyle()
340 int idayofweek, char *modifieroffset, char *modifierindex, char *specialday, in debug_determinestyle() argument
361 printf("dayofweek: |%s| (%d)\n", dayofweek, idayofweek); in debug_determinestyle()
437 int idayofweek = -1, imonth = -1, idayofmonth = -1, iyear = -1; in parsedaymonth() local
457 dayofmonth, idayofmonth, dayofweek, idayofweek, in parsedaymonth()
460 &idayofmonth, dayofweek, &idayofweek, modifieroffset, in parsedaymonth()
469 dayofmonth, idayofmonth, dayofweek, idayofweek, in parsedaymonth()
580 d = (idayofweek - dow + 7) % 7 + 1; in parsedaymonth()
599 d = wdayom (idayofweek, offset, m, year); in parsedaymonth()
620 d = (idayofweek - dow + 7) % 7 + 1; in parsedaymonth()
656 d = (idayofweek - dow + 7) % 7 + 1; in parsedaymonth()
808 dayofmonth, idayofmonth, dayofweek, idayofweek, in parsedaymonth()