Searched defs:O_TRUNC (Results 1 – 6 of 6) sorted by relevance
18 #define O_TRUNC (1 << 9) /* not fcntl */ macro
8 #define O_TRUNC (1 << 10) /* not fcntl */ macro
82 pub const O_TRUNC: u32 = bindings::O_TRUNC; constant
6 #define O_TRUNC (1 << 10) /* not fcntl */ macro
32 #define O_TRUNC global() macro