Home | History | Annotate | Download | only in src

Lines Matching defs:_setmode

117 #include <io.h>                /* For _setmode() */
135 #define _setmode(handle, mode) setmode(handle, mode)
7142 /* The following _setmode() stuff is some Windows magic that tells its runtime
7148 _setmode( _fileno( stdout ), _O_BINARY );