Searched refs:SM_IO_IS_READABLE (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/sendmail/libsm/ |
| H A D | refill.c | 235 (*fp->f_getinfo)(fp, SM_IO_IS_READABLE, NULL) <= 0)
|
| H A D | stdio.c | 358 case SM_IO_IS_READABLE:
|
| H A D | findfp.c | 392 case SM_IO_IS_READABLE:
|
| /freebsd/contrib/sendmail/src/ |
| H A D | sfsasl.c | 71 case SM_IO_IS_READABLE: 463 case SM_IO_IS_READABLE:
|
| H A D | usersmtp.c | 2411 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 D | srvrsmtp.c | 1756 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 D | io.h | 58 #define SM_IO_IS_READABLE 6 macro
|