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

/freebsd-9.3-release/contrib/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.c337 ** SM_IO_IS_READABLE returns 1 if there is data available for reading,
402 case SM_IO_IS_READABLE:
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsfsasl.c70 case SM_IO_IS_READABLE:
465 case SM_IO_IS_READABLE:
H A Dusersmtp.c2286 sm_io_getinfo(mci->mci_in, SM_IO_IS_READABLE, NULL) > 0)
2682 if (sm_io_getinfo(mci->mci_in, SM_IO_IS_READABLE, NULL) > 0)
H A Dsrvrsmtp.c1269 ** telnet SM_IO_IS_READABLE only returns 1 if there were
1274 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0)
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dio.h58 #define SM_IO_IS_READABLE 6 macro

Completed in 135 milliseconds