Searched defs:FS_APPEND_FL (Results 1 – 3 of 3) sorted by relevance
37 #define FS_APPEND_FL 0x00000020 /* writes to file may only append */ macro
243 #define FS_APPEND_FL 0x00000020 /* writes to file may only append */ macro
201 pub const FS_APPEND_FL: ::std::os::raw::c_uint = 32; constant