Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dt-fget.c28 SM_IO_WRONLY_B, NULL); in check()
H A Dsmstdio.c77 case SM_IO_WRONLY_B:
/freebsd/contrib/sendmail/src/
H A Dsfsasl.c395 SM_IO_WRONLY_B, NULL);
971 tlsout = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_WRONLY_B,
H A Dcollect.c1143 SM_IO_WRONLY_B, NULL, df);
H A Ddaemon.c843 SM_IO_WRONLY_B,
2995 SM_IO_WRONLY_B, NULL)) == NULL ||
3201 (void *) &sock, SM_IO_WRONLY_B, NULL))
H A Dqueue.c474 (void *) &tfd, SM_IO_WRONLY_B,
566 (void *) &dfd, SM_IO_WRONLY_B,
8824 SM_IO_WRONLY_B, NULL);
H A Ddeliver.c3513 (void *) &(mpvect[1]), SM_IO_WRONLY_B,
/freebsd/contrib/sendmail/include/sm/
H A Dio.h42 #define SM_IO_WRONLY_B (SM_IO_WRONLY|SM_IO_BINARY) macro