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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dfcntl.h47 #define O_BINARY _O_BINARY macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dfcntl.h54 #define O_BINARY _O_BINARY macro
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dfilenet.c35 #define O_BINARY 0 macro
95 conn->fd = open( conn->filename, O_RDONLY | O_BINARY );
323 conn->fd = open( conn->filename, O_CREAT | O_WRONLY | O_BINARY |
326 conn->fd = open( conn->filename, O_CREAT | O_WRONLY | O_BINARY,
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwpng.c73 # include <fcntl.h> /* O_BINARY for fdopen() without text translation */
271 setmode(fileno(stdin), O_BINARY); local
272 setmode(fileno(stdout), O_BINARY); local
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h63 # define O_BINARY _O_BINARY macro
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h198 #ifndef O_BINARY
199 # define O_BINARY 0 macro
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h112 # define O_BINARY 0 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h197 #ifndef O_BINARY
198 # define O_BINARY 0 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h198 #ifndef O_BINARY
199 # define O_BINARY 0 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h195 #ifndef O_BINARY
196 # define O_BINARY 0 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h198 #ifndef O_BINARY
199 # define O_BINARY 0 macro
/vbox/src/recompiler/
H A Dqemu-common.h94 #ifndef O_BINARY
95 #define O_BINARY 0 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h198 #ifndef O_BINARY
199 # define O_BINARY 0 macro

Completed in 84 milliseconds