Searched refs:O_SETMASK (Results 1 – 2 of 2) sorted by relevance
85 #define O_SETMASK 0x0000000F ///< Flags modifiable by F_SETFD (fcntl) macro
388 temp &= O_SETMASK; // Only certain bits can be set in fcntl()389 temp |= retval & O_SETMASK; in fcntl()