Home
last modified time | relevance | path

Searched refs:SM_IO_MAX_BUF (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/sendmail/libsm/
HDmakebuf.c119 #if SM_IO_MAX_BUF > 0 || SM_IO_MIN_BUF > 0
122 # if SM_IO_MAX_BUF > 0
123 if (st.st_blksize > SM_IO_MAX_BUF)
124 st.st_blksize = SM_IO_MAX_BUF;
HDREADME123 SM_IO_MAX_BUF
/freebsd-11-stable/contrib/sendmail/include/sm/os/
HDsm_os_hp.h29 #ifndef SM_IO_MAX_BUF
30 # define SM_IO_MAX_BUF 8192 macro
/freebsd-11-stable/contrib/sendmail/
HDRELEASE_NOTES2426 and SM_IO_MAX_BUF, which define an upper limit for
2480 Set SM_IO_MIN_BUF (4K) and SM_IO_MAX_BUF (8K) for HP-UX.