Searched defs:O_WRONLY (Results 1 – 3 of 3) sorted by relevance
18 #define O_WRONLY 00000001 // Open Write-only macro
14 #define O_WRONLY 00000001 // Open Write-only macro
41 const O_WRONLY = 0o1; constant