Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dmakebuf.c119 #if SM_IO_MAX_BUF > 0 || SM_IO_MIN_BUF > 0
125 # if SM_IO_MIN_BUF > 0
129 # if SM_IO_MIN_BUF > 0
130 if (st.st_blksize < SM_IO_MIN_BUF)
131 st.st_blksize = SM_IO_MIN_BUF;
H A DREADME126 SM_IO_MIN_BUF
/freebsd/contrib/sendmail/include/sm/os/
H A Dsm_os_hp.h32 #ifndef SM_IO_MIN_BUF
33 # define SM_IO_MIN_BUF 4096 macro
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES2723 time flags are available: SM_IO_MAX_BUF_FILE, SM_IO_MIN_BUF,
2778 Set SM_IO_MIN_BUF (4K) and SM_IO_MAX_BUF (8K) for HP-UX.