Searched refs:DAYS (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libast/common/tm/ |
H A D | tmfix.c | 33 #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_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_tunables.c | 216 {0, 1*DAYS, 30*SECONDS}, {30*SECONDS} }, 224 {0, 1*DAYS, 10*MINUTES}, {10*MINUTES} }, 228 {0, 1*DAYS, 2*MINUTES}, {2*MINUTES} },
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | misc.c | 227 #define DAYS (HOURS * 24) macro 228 #define WEEKS (DAYS * 7) 289 secs *= DAYS; in convtime()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | tunables.h | 142 #define DAYS (24 * HOURS) macro
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7cnca.c | 70 #define DAYS (24 * HOURS) macro
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tunables.c | 310 {10*SECONDS, 10*DAYS, 2*HOURS}, {2*HOURS} },
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 265 #define DAYS * 24 HOURS macro 341 TimeOuts.to_q_return[i] = 5 DAYS; /* option T */
|
/titanic_44/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 178 #define DAYS (24 * HOURS) macro
|