Home
last modified time | relevance | path

Searched refs:SM_IO_WRONLY_B (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsmstdio.c77 case SM_IO_WRONLY_B:
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c398 SM_IO_WRONLY_B, NULL);
961 tlsout = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_WRONLY_B,
H A Dcollect.c978 SM_IO_WRONLY_B, NULL, df);
H A Ddaemon.c817 SM_IO_WRONLY_B,
2799 SM_IO_WRONLY_B, NULL)) == NULL ||
2978 (void *) &sock, SM_IO_WRONLY_B, NULL))
H A Dqueue.c469 (void *) &tfd, SM_IO_WRONLY_B,
561 (void *) &dfd, SM_IO_WRONLY_B,
8549 SM_IO_WRONLY_B, NULL);
H A Ddeliver.c2788 (void *) &(mpvect[1]), SM_IO_WRONLY_B,
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h42 #define SM_IO_WRONLY_B (SM_IO_WRONLY|SM_IO_BINARY) macro