Home
last modified time | relevance | path

Searched refs:SM_IO_IS_READABLE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Drefill.c234 (*fp->f_getinfo)(fp, SM_IO_IS_READABLE, NULL) <= 0)
H A Dstdio.c358 case SM_IO_IS_READABLE:
H A Dfindfp.c402 case SM_IO_IS_READABLE:
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c70 case SM_IO_IS_READABLE:
465 case SM_IO_IS_READABLE:
H A Dusersmtp.c2280 sm_io_getinfo(mci->mci_in, SM_IO_IS_READABLE, NULL) > 0)
2676 if (sm_io_getinfo(mci->mci_in, SM_IO_IS_READABLE, NULL) > 0)
H A Dsrvrsmtp.c1284 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h58 #define SM_IO_IS_READABLE 6 macro