Home
last modified time | relevance | path

Searched refs:tm_yday (Results 1 – 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dmktime.c62 tm.tm_yday = ts->tm_yday;
72 ts->tm_yday = tm.tm_yday;
H A Dstrptime.c63 tm.tm_yday = ts->tm_yday;
77 ts->tm_yday = tm.tm_yday;
H A Dgetdate.c78 ts.tm_yday = tm->tm_yday;
H A Dstrftime.c95 tl.tm_yday = tm->tm_yday;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Darpadate.c135 else if (lt->tm_yday < gmt.tm_yday)
137 else if (lt->tm_yday > gmt.tm_yday)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmweek.c61 if ((day = tm->tm_wday - tm->tm_yday % 7) < 0) in tmweek()
63 week = (tm->tm_yday + offset[day][type]) / 7; in tmweek()
86 return tm->tm_yday; in tmweek()
H A Dtmfix.c58 …if (w = !tm->tm_sec && !tm->tm_min && !tm->tm_mday && !tm->tm_year && !tm->tm_yday && !tm->tm_isds… in tmfix()
164 tm->tm_yday = tm_data.sum[tm->tm_mon] + (tm->tm_mon > 1 && LEAP(tm)) + tm->tm_mday - 1; in tmfix()
166 tm->tm_wday = (n + n / 4 - n / 100 + n / 400 + tm->tm_yday + 1) % 7; in tmfix()
H A Dtmxfmt.c283 if (tm->tm_yday < 7) in tmxfmt()
288 else if (tm->tm_yday > 358) in tmxfmt()
314 cp = number(cp, ep, (long)(tm->tm_yday + 1), 3, width, pad); in tmxfmt()
317 cp = number(cp, ep, (long)tm->tm_yday, 3, width, pad); in tmxfmt()
H A Dtminit.c152 n = tp->tm_yday; in tzwest()
161 if (n = tp->tm_yday - n) in tzwest()
H A Dtmxscan.c140 tm->tm_mday += set->yday - tm->tm_yday; in gen()
/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c103 sameday = cur.tm_yday == end.tm_yday; in pnpsplit()
158 if ((tp->tm_year == thisyear && tp->tm_yday > 359) in checkhol()
177 if (ltp->tm_yday == holidays[i]) in ssh()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c191 pt = _conv(t->tm_yday + 1, in _fmt()
267 pt = _conv((t->tm_yday + DAYSPERWEEK - in _fmt()
313 yday = t->tm_yday; in _fmt()
376 pt = _conv((t->tm_yday + DAYSPERWEEK - in _fmt()
H A Dgetdate.c127 rtm.tm_wday = rtm.tm_yday = rtm.tm_isdst = TMSENTINEL; in getdate()
H A Dstrptime.c191 tm->tm_yday = i - 1; in __strptime()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c244 } else if (tme->tm_yday < 0 || tme->tm_yday > 365) { in check_time()
246 gettext("day of year out of range (%d)"), tme->tm_yday); in check_time()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c845 if (delta->tm_yday == 0) in stimeprint()
858 (void) printf("%3dd", delta->tm_yday); in stimeprint()
872 if (delta->tm_yday == 0 && delta->tm_hour == 0 && delta->tm_min == 0 && in ltimeprint()
876 if (delta->tm_yday >= 10) in ltimeprint()
877 (void) printf("%d days", delta->tm_yday); in ltimeprint()
878 else if (delta->tm_yday > 0) in ltimeprint()
880 delta->tm_yday, delta->tm_yday == 1 ? "" : "s", in ltimeprint()
/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A Dtest_misc.c55 int tm_yday; member
221 result->tm_yday = tsec / SECSPERDAY; in smb_gmtime_r()
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.h51 int tm_yday; /* Days since January 1 */ member
H A Dtime.c133 tmp->tm_yday = days; in gmtime()
/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h88 int tm_yday; member
/illumos-gate/usr/src/boot/include/
H A Dtime.h133 int tm_yday; /* days since January 1 [0-365] */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtm.h145 int tm_yday; member
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c84 tmp->tm_yday = (int)days; in localtime()
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c485 result += newp->tm_yday - oldp->tm_yday;
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y903 a->tm_yday - b->tm_yday

12