Searched refs:NOW (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconvtime.c54 return NOW;
136 if (intvl == NOW)
H A Denvelope.c146 #define MSG_T_O_NOW 0x02 /* NOW timeout */
242 else if (TimeOuts.to_q_return[e->e_timeoutclass] == NOW &&
H A Dsendmail.h1954 #define NOW ((time_t) (-1)) /* queue return: now */ macro
H A Ddeliver.c818 (TimeOuts.to_q_return[e->e_timeoutclass] == NOW ||
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh71 NOW=`/usr/bin/date +%G%m%d_%H%M`
133 $CP $file $SAVEDIR/$newfile.$cmd.$NOW
155 echo "\tcp /mnt${SAVEDIR}/$DRVCONF.$cmd.$NOW /mnt$KDRVCONF" >> $RECOVERFILE
159 echo "\tcp /mnt${SAVEDIR}/vfstab.$cmd.$NOW /mnt$VFSTAB" >> $RECOVERFILE
169 echo "\tcp /mnt${SAVEDIR}/bootenv.rc.$cmd.$NOW /mnt/boot/solaris/$BOOTENV_FILE" >> $RECOVERFILE
213 $CP $KDRVCONF $SAVEDIR/`basename $KDRVCONF`.$cmd.$NOW
261 $CP /boot/solaris/$BOOTENV_FILE $SAVEDIR/$BOOTENV_FILE.$cmd.$NOW
/illumos-gate/usr/src/cmd/cron/
H A Datt2.l72 "now" { LL(TIME, NOW); }
H A Datt1.y46 %token NOW
108 case NOW:
/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;

Completed in 101 milliseconds