:orphan: .. index:: pair: enum; rpc_fcntl_flags .. _doxid-te__rpc__fcntl_8h_1a0a55e0e08fcc12bc285453bf26388017: enum rpc_fcntl_flags ==================== All known file control flags. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum rpc_fcntl_flags { :target:`RPC_O_RDONLY` = 0x00000001, :target:`RPC_O_WRONLY` = 0x00000002, :target:`RPC_O_RDWR` = 0x00000004, :target:`RPC_O_CREAT` = 0x00000008, :target:`RPC_O_EXCL` = 0x00000010, :target:`RPC_O_NOCTTY` = 0x00000020, :target:`RPC_O_TRUNC` = 0x00000040, :target:`RPC_O_APPEND` = 0x00000080, :target:`RPC_O_NONBLOCK` = 0x00000100, :target:`RPC_O_NDELAY` = 0x00000200, :target:`RPC_O_SYNC` = 0x00000400, :target:`RPC_O_FSYNC` = 0x00000800, :target:`RPC_O_ASYNC` = 0x00001000, :target:`RPC_O_DIRECT` = 0x00002000, :target:`RPC_O_DIRECTORY` = 0x00004000, :target:`RPC_O_NOFOLLOW` = 0x00008000, :target:`RPC_O_DSYNC` = 0x00010000, :target:`RPC_O_RSYNC` = 0x00020000, :target:`RPC_O_LARGEFILE` = 0x00040000, :target:`RPC_O_CLOEXEC` = 0x00080000, };