OS_ACC_W_OK
#define OS_ACC_RW_OK (OS_ACC_W_OK | OS_ACC_R_OK) /* Test for RW permission */
(mode & OS_ACC_W_OK ? W_OK : 0) |