HomeSort by: relevance | last modified time | path
    Searched defs:week (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/x68k/
iodevice.h 146 char pad6; unsigned char week; member in struct:rtc::__anon37645f060108
  /src/lib/libc/time/
zic.c 2969 register int week; local in function:stringrule
2979 week = 1 + (rp->r_dayofmonth - 1) / DAYSPERWEEK;
2982 week = 5;
2989 week = rp->r_dayofmonth / DAYSPERWEEK;
2995 rp->r_month + 1, week, wday);

Completed in 16 milliseconds