Searched defs:NOW (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c121 #define NOW (unsigned long)time(NiL) macro
623 fp->expire = timeout ? (NOW + timeout + 1) : 0;
652 fp->expire = NOW + timeout;
677 else if (!timeout || fp->expire > NOW)
690 fp->expire = NOW + timeout;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h1954 #define NOW ((time_t) (-1)) /* queue return: now */ macro

Completed in 68 milliseconds