Home
last modified time | relevance | path

Searched refs:SM_IO_RDONLY_B (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsmstdio.c74 case SM_IO_RDONLY_B:
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c390 SM_IO_RDONLY_B, NULL);
955 tlsin = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_RDONLY_B,
H A Dcollect.c899 SM_IO_RDONLY_B, NULL)) == NULL)
H A Ddaemon.c811 SM_IO_RDONLY_B,
2803 SM_IO_RDONLY_B, NULL)) == NULL)
2982 (void *) &sock, SM_IO_RDONLY_B, NULL))
H A Ddeliver.c2803 (void *) &(rpvect[0]), SM_IO_RDONLY_B,
4584 SM_IO_RDONLY_B, NULL);
5301 SM_IO_RDONLY_B, NULL);
H A Dqueue.c2687 cf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
4566 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, p, SM_IO_RDONLY_B,
4905 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
H A Dmilter.c1802 SM_IO_RDONLY_B, NULL)) == NULL)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h41 #define SM_IO_RDONLY_B (SM_IO_RDONLY|SM_IO_BINARY) macro