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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4033 int inmode, outmode; local
4035 inmode = fcntl(inchfd, F_GETFL, 0);
4036 if (inmode == -1)
4053 if (bitset(O_NONBLOCK, inmode) ||
4055 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1)
4069 (void) fcntl(inchfd, F_SETFL, inmode);

Completed in 63 milliseconds