Home
last modified time | relevance | path

Searched refs:DAYS (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmfix.c33 #define DAYS(p) (tm_data.days[(p)->tm_mon]+((p)->tm_mon==1&&LEAP(p))) macro
139 tm->tm_mday += DAYS(tm); in tmfix()
141 while (tm->tm_mday > (n = DAYS(tm))) in tmfix()
160 if ((tm->tm_mday += w) > DAYS(tm)) in tmfix()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_tunables.c216 {0, 1*DAYS, 30*SECONDS}, {30*SECONDS} },
224 {0, 1*DAYS, 10*MINUTES}, {10*MINUTES} },
228 {0, 1*DAYS, 2*MINUTES}, {2*MINUTES} },
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbinfo.c50 #define DAYS (24 * HRS) macro
589 if (amt >= DAYS) { in print_age()
590 days = amt / DAYS; in print_age()
591 amt %= DAYS; in print_age()
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.h142 #define DAYS (24 * HOURS) macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c376 {1*SECONDS, 10*DAYS, 2*HOURS}, {2*HOURS} },
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c266 #define DAYS * 24 HOURS macro
342 TimeOuts.to_q_return[i] = 5 DAYS; /* option T */
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c177 #define DAYS (24 * HOURS) macro