Home
last modified time | relevance | path

Searched refs:total (Results 1 – 1 of 1) sorted by relevance

/timezone/
A Dzic.c2401 register int month, total; in stringrule() local
2405 total = 0; in stringrule()
2407 total += len_months[0][month]; in stringrule()
2410 result += sprintf(result, "%d", total + rp->r_dayofmonth - 1); in stringrule()
2412 result += sprintf(result, "J%d", total + rp->r_dayofmonth); in stringrule()

Completed in 9 milliseconds