Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Drefill.c235 (*fp->f_getinfo)(fp, SM_IO_IS_READABLE, NULL) <= 0)
H A Dstdio.c358 case SM_IO_IS_READABLE:
H A Dfindfp.c392 case SM_IO_IS_READABLE:
/freebsd/contrib/sendmail/src/
H A Dsfsasl.c71 case SM_IO_IS_READABLE:
463 case SM_IO_IS_READABLE:
H A Dusersmtp.c2411 sm_io_getinfo(mci->mci_in, SM_IO_IS_READABLE, NULL) > 0)
2807 if (sm_io_getinfo(mci->mci_in, SM_IO_IS_READABLE, NULL) > 0)
H A Dsrvrsmtp.c1756 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0)
2591 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0)
4043 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0)
/freebsd/contrib/sendmail/include/sm/
H A Dio.h58 #define SM_IO_IS_READABLE 6 macro