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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1408 int i, d, m1, yy0, yy1, yy2, dow; local
1442 dow = ((26 * m1 - 2) / 10 +
1445 if (dow < 0)
1446 dow += DAYSPERWEEK;
1453 ++dow;
1455 * "dow" is the day-of-week of the first day of the
1457 * first "dow" day of the month.
1459 d = rulep->r_day - dow;

Completed in 27 milliseconds