O_ACCMODE
# define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
# define O_ACCMODE 0
#define O_ACCMODE 0x00000003 /* mask for above modes */