HomeSort by: relevance | last modified time | path
    Searched refs:dow (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/cal/
cal.c 199 static int dow; variable
248 dow = getnum(optarg);
249 if (dow < 0 || dow > 6)
435 if (dow) {
437 j_day_headings + 4 * dow :
438 day_headings + 3 * dow);
439 printf("%.*s", dow * (julian ? 4 : 3) - 1,
555 return ((temp - dow + 6 + SATURDAY) % 7);
557 return (((temp - dow + 6 + SATURDAY) - NUMBER_MISSING_DAYS) % 7)
    [all...]
  /src/lib/libc/time/
localtime.c 1625 int d, m1, yy0, yy1, yy2, dow; local
1665 dow = ((26 * m1 - 2) / 10 +
1667 if (dow < 0)
1668 dow += DAYSPERWEEK;
1671 ** "dow" is the day-of-week of the first day of the month. Get
1672 ** the day-of-month (zero-origin) of the first "dow" day of the
1675 d = rulep->r_day - dow;
  /src/share/terminfo/
terminfo 20223 cub=\037lef %p1%d\r, cub1=^H, cud=\037dow %p1%d\r,
20269 cr=\r, cub=\035lef %p1%d;, cub1=^H, cud=\035dow %p1%d;,
20274 il1=\013\035ili;, ind=\n, indn=\035dow %p1%d;,
    [all...]

Completed in 40 milliseconds