Searched defs:_O_WRONLY (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dfcntl.h14 #define _O_WRONLY 1 macro
16 #define _O_ACCMODE (_O_RDONLY|_O_WRONLY|_O_RDWR)
35 #define O_WRONLY _O_WRONLY
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dfcntl.h24 #define _O_WRONLY 1 macro
26 #define _O_ACCMODE (_O_RDONLY|_O_WRONLY|_O_RDWR)
42 #define O_WRONLY _O_WRONLY

Completed in 33 milliseconds