Home
last modified time | relevance | path

Searched refs:SM_IO_FBF (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dsetvbuf.c71 if ((mode != SM_IO_FBF && mode != SM_IO_LBF &&
163 else if (mode == SM_IO_FBF)
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dio.h249 #define SM_IO_FBF 0 /* setvbuf should set fully buffered */ macro