Home
last modified time | relevance | path

Searched refs:SM_IO_NOW (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dsetvbuf.c71 mode != SM_IO_NOW) || size > INT_MAX)
160 else if (mode == SM_IO_NOW)
/freebsd/contrib/sendmail/src/
H A Dsfsasl.c131 (void) sm_io_setvbuf(so->fp, SM_TIME_DEFAULT, NULL, SM_IO_NOW, 0);
517 (void) sm_io_setvbuf(so->fp, SM_TIME_DEFAULT, NULL, SM_IO_NOW, 0);
/freebsd/contrib/sendmail/include/sm/
H A Dio.h252 #define SM_IO_NOW 3 macro