Searched defs:SM_IO_BINARY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h38 # define SM_IO_BINARY 0x0 /* binary mode: not used in Unix */ macro
39 #define SM_IS_BINARY(mode) (((mode) & SM_IO_BINARY) != 0)
42 #define SM_IO_RDWR_B (SM_IO_RDWR|SM_IO_BINARY)
43 #define SM_IO_RDONLY_B (SM_IO_RDONLY|SM_IO_BINARY)
44 #define SM_IO_WRONLY_B (SM_IO_WRONLY|SM_IO_BINARY)
45 #define SM_IO_APPEND_B (SM_IO_APPEND|SM_IO_BINARY)
46 #define SM_IO_APPENDRW_B (SM_IO_APPENDRW|SM_IO_BINARY)
47 #define SM_IO_RDWRTR_B (SM_IO_RDWRTR|SM_IO_BINARY)

Completed in 59 milliseconds