Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/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()
/titanic_41/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} },
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c227 #define DAYS (HOURS * 24) macro
228 #define WEEKS (DAYS * 7)
289 secs *= DAYS; in convtime()
/titanic_41/usr/src/uts/common/inet/
H A Dtunables.h142 #define DAYS (24 * HOURS) macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7cnca.c70 #define DAYS (24 * HOURS) macro
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c310 {10*SECONDS, 10*DAYS, 2*HOURS}, {2*HOURS} },
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c265 #define DAYS * 24 HOURS macro
341 TimeOuts.to_q_return[i] = 5 DAYS; /* option T */
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c178 #define DAYS (24 * HOURS) macro