Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:setmode

41 #include <io.h> /* for setmode(), O_BINARY */
1292 * absence of an underscore before the identifiers 'setmode',
1299 setmode(_fileno(stdin), _O_BINARY);
1301 setmode(fileno(stdin), O_BINARY);