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

/openbsd-current/gnu/llvm/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c117 _setmode( _fileno(stdout), _O_BINARY ); local
/openbsd-current/lib/libcurses/base/
H A Dlib_newterm.c207 _setmode(fileno(_ifp), _O_BINARY); local
208 _setmode(fileno(_ofp), _O_BINARY); local
H A Dlib_set_term.c433 _setmode(fileno(output), _O_BINARY); local
444 _setmode(fileno(output), _O_BINARY); local
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_win32con.c1227 _setmode(fileno(stdin), _O_BINARY); local
1228 _setmode(fileno(stdout), _O_BINARY); local

Completed in 142 milliseconds