Searched refs:SM_IO_MIN_BUF (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/sendmail/include/sm/os/
H A Dsm_os_hp.h32 #ifndef SM_IO_MIN_BUF
33 # define SM_IO_MIN_BUF 4096 macro
34 #endif /* SM_IO_MIN_BUF */
/freebsd-10.3-release/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
127 # endif /* 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;
132 # endif /* SM_IO_MIN_BUF > 0 */
134 #endif /* SM_IO_MAX_BUF > 0 || SM_IO_MIN_BUF > 0 */

Completed in 94 milliseconds