Searched defs:tm_wday (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtime.h43 int tm_wday; member in struct:tm
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dtime.h48 int tm_wday; member in struct:tm
/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h87 int tm_wday; member in struct:std::tm
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.h50 int tm_wday; /* days since Sunday */ member in struct:tm
/illumos-gate/usr/src/boot/include/
H A Dtime.h132 int tm_wday; /* days since Sunday [0-6] */ member in struct:tm
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h153 int tm_wday; member in struct:Tm_s
/illumos-gate/usr/src/lib/libast/common/include/
H A Dtm.h144 int tm_wday; member in struct:Tm_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dtm.h153 int tm_wday; member in struct:Tm_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h153 int tm_wday; member in struct:Tm_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h153 int tm_wday; member in struct:Tm_s
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c64 int tm_wday; member in struct:tm
1065 result->tm_wday = tsec / SECSPERDAY;
1066 result->tm_wday = (result->tm_wday + TM_THURSDAY) % DAYSPERWEEK;
1113 * tm_wday and tm_yday are ignored and, as the input data is assumed to
1116 * Before returning the clock time, we use smb_gmtime_r to set up tm_wday
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1522 (tp)->tm_wday = 0; \
1550 int tm_mon, tm_mday, tm_wday, wday, m, min, h, hr, carry, day, days; local
1590 tm_wday = next_ge(tm->tm_wday, e->of.ct.dayweek); /* 0-6 */
1592 if ((strcmp(e->of.ct.daymon, "*") == 0 && tm->tm_wday != tm_wday) ||
1594 (tm->tm_mday != tm_mday && tm->tm_wday != tm_wday) ||
1715 d2 = tm->tm_wday + 1;
1750 wd = (tm->tm_wday
[all...]

Completed in 73 milliseconds