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

/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dsmime.c90 const char *inmode = "r", *outmode = "w"; local
489 inmode = "rb";
498 inmode = "rb";
589 if (!(in = BIO_new_file(infile, inmode)))
/opensolaris-onvv-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 99 milliseconds