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

/sendmail/sendmail/
H A Dsrvrsmtp.c4045 int inmode, outmode; local
4056 outmode = fcntl(outchfd, F_GETFL, 0);
4057 if (outmode == -1)
4066 bitset(O_NONBLOCK, outmode) ||
4069 outmode = fcntl(outchfd, F_GETFL, 0);
4070 if (outmode != -1 && bitset(O_NONBLOCK, outmode))

Completed in 19 milliseconds