Searched refs:sm_io_setvbuf (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | setvbuf.c | 49 sm_io_setvbuf(fp, timeout, buf, mode, size) function
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | control.c | 303 (void) sm_io_setvbuf(s, SM_TIME_DEFAULT, NULL,
|
H A D | sfsasl.c | 130 (void) sm_io_setvbuf(so->fp, SM_TIME_DEFAULT, NULL, SM_IO_NOW, 0); 519 (void) sm_io_setvbuf(so->fp, SM_TIME_DEFAULT, NULL, SM_IO_NOW, 0);
|
H A D | envelope.c | 895 (void) sm_io_setvbuf(e->e_xfp, SM_TIME_DEFAULT, NULL, SM_IO_LBF, 0);
|
H A D | main.c | 460 (void) sm_io_setvbuf(sm_debug_file(), SM_TIME_DEFAULT, 1157 (void) sm_io_setvbuf(TrafficLogFile, SM_TIME_DEFAULT,
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 298 int sm_io_setvbuf __P((SM_FILE_T *, int, char *, int, size_t));
|
Completed in 73 milliseconds