Searched refs:inmode (Results 1 – 1 of 1) sorted by relevance
4033 int inmode, outmode; in setup_smtpd_io() local4035 inmode = fcntl(inchfd, F_GETFL, 0); in setup_smtpd_io()4036 if (inmode == -1) in setup_smtpd_io()4053 if (bitset(O_NONBLOCK, inmode) || in setup_smtpd_io()4055 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1) in setup_smtpd_io()4069 (void) fcntl(inchfd, F_SETFL, inmode); in setup_smtpd_io()