Home
last modified time | relevance | path

Searched refs:tm_wday (Results 26 – 44 of 44) sorted by relevance

12

/illumos-gate/usr/src/cmd/cron/
H A Datt1.y176 rt.tm_mday = $1 - tp->tm_wday;
H A Dcron.c1487 (tp)->tm_wday = 0; \
1515 int tm_mon, tm_mday, tm_wday, wday, m, min, h, hr, carry, day, days; in tz_next_time() local
1555 tm_wday = next_ge(tm->tm_wday, e->of.ct.dayweek); /* 0-6 */ in tz_next_time()
1557 if ((strcmp(e->of.ct.daymon, "*") == 0 && tm->tm_wday != tm_wday) || in tz_next_time()
1559 (tm->tm_mday != tm_mday && tm->tm_wday != tm_wday) || in tz_next_time()
1680 d2 = tm->tm_wday + 1; in tz_next_time()
1715 wd = (tm->tm_wday + db)%7; in tz_next_time()
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c1156 if (PREFIX("Wk", s) && tp->tm_wday >= 1 && tp->tm_wday <= 5)
1160 if (PREFIX(days[i], s) && tp->tm_wday == i)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c67 int tm_wday; member
1286 result->tm_wday = tsec / SECSPERDAY; in smb_gmtime_r()
1287 result->tm_wday = (result->tm_wday + TM_THURSDAY) % DAYSPERWEEK; in smb_gmtime_r()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_clnt.c523 tm->tm_wday = tod->tod_weekday; in srvsvc_net_remote_tod()
H A Dsrvsvc_svc.c1878 tod->tod_weekday = tm.tm_wday; in srvsvc_s_NetRemoteTOD()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxscan.c146 if ((n = set->wday - tm->tm_wday) < 0) in gen()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1212 tmptr->tm_wday = (int)((EPOCH_WDAY + days) % DAYSPERWEEK); in offtime_u()
1213 if (tmptr->tm_wday < 0) in offtime_u()
1214 tmptr->tm_wday += DAYSPERWEEK; in offtime_u()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c166 then.tm_yday, then.tm_wday, then.tm_year, then.tm_mon, in unctime()
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y705 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y586 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c427 numtab[DW].val = tm->tm_wday + 1; in cvtime()
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c925 tstruct.tm_sec, tstruct.tm_wday, hretime); in z_mount_in_lz()
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c2074 tstruct.tm_wday, hretime); in _getUniqueId()
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1502 days[tdate->tm_wday], tdate->tm_mday, months[tdate->tm_mon], in httpGetDateString()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1358 t.tm_wday = 0; in _glh_decode_timestamp()
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c2268 ts.tv_sec, wday_str(tm.tm_wday), mon_str(tm.tm_mon), in main()
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c658 pdatetime->tm_wday = 0; in GetBuildTime()
661 pdatetime->tm_wday = i; in GetBuildTime()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1290 tmfix: fix for tm_wday special case (via nl_langinfo on LC_TIME fields)

12