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

/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c1313 SM_NONVOLATILE time_t enough = 0; local
2013 enough = curtime() + TimeOuts.to_aconnect;
2141 enough);
2153 ** Have we tried long enough to get a connection?
2158 if (enough > 0 && mci->mci_lastuse >= enough)
2173 enough = 0;
2912 ** fast enough

Completed in 55 milliseconds