Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dclock.c97 auto struct timeval now, nowi, ival; local
100 auto time_t now, nowi; local
113 nowi = now;
114 timeradd(&now, &ival, &nowi);
117 nowi = now + (time_t)(intvl / 1000);
126 if (timercmp(&(ev->ev_time), &nowi, >=))
128 if (ev->ev_time >= nowi)
157 ev->ev_time = nowi;