Searched refs:SM_IO_BINARY (Results 1 – 3 of 3) sorted by relevance
38 # define SM_IO_BINARY 0x0 /* binary mode: not used in Unix */ macro39 #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)
64 ret |= SM_IO_BINARY;
75 #if SM_IO_BINARY != 0