Home
last modified time | relevance | path

Searched defs:dow (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/flex/dist/examples/manual/
H A Ddates.lex9 char month[20],dow[20],day[20],year[20]; variable
/netbsd-src/external/bsd/cron/dist/
H A Dcron.c353 int minute, hour, dom, month, dow; in find_jobs() local
/netbsd-src/usr.bin/cal/
H A Dcal.c199 static int dow; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d7105 const dow = date.dayOfWeek; member
9798 int daysToDayOfWeek(DayOfWeek currDoW, DayOfWeek dow) @safe pure nothrow @nogc in daysToDayOfWeek()
10409 immutable dow = cast(DayOfWeek)((day % 7) + 7); in getDayOfWeek() local
/netbsd-src/lib/libc/time/
H A Dlocaltime.c1060 int d, m1, yy0, yy1, yy2, dow; transtime() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d9307 int daysToDayOfWeek(DayOfWeek currDoW, DayOfWeek dow) @safe pure nothrow @nogc in daysToDayOfWeek()
9918 immutable dow = cast(DayOfWeek)((day % 7) + 7); in getDayOfWeek() local