Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/libsm/
HDrefill.c235 (*fp->f_getinfo)(fp, SM_IO_IS_READABLE, NULL) <= 0)
HDstdio.c358 case SM_IO_IS_READABLE:
HDfindfp.c392 case SM_IO_IS_READABLE:
/freebsd-11-stable/contrib/sendmail/src/
HDsfsasl.c71 case SM_IO_IS_READABLE:
467 case SM_IO_IS_READABLE:
HDusersmtp.c2324 sm_io_getinfo(mci->mci_in, SM_IO_IS_READABLE, NULL) > 0)
2718 if (sm_io_getinfo(mci->mci_in, SM_IO_IS_READABLE, NULL) > 0)
HDsrvrsmtp.c1612 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0)
/freebsd-11-stable/contrib/sendmail/include/sm/
HDio.h58 #define SM_IO_IS_READABLE 6 macro