Searched refs:P9_WRONLY (Results 1 – 2 of 2) sorted by relevance
977 if $flags & P9_TRUNC == 0 && $flags & P9_WRONLY == 0 {982 if $flags & P9_RDWR != 0 || $flags & P9_WRONLY != 0 {1011 open_test!(write_only_file_open, P9_WRONLY);1015 open_test!(create_write_only_file_open, P9_CREATE | P9_WRONLY);1019 open_test!(append_write_only_file_open, P9_APPEND | P9_WRONLY);1023 open_test!(trunc_write_only_file_open, P9_TRUNC | P9_WRONLY);1035 P9_CREATE | P9_APPEND | P9_WRONLY1048 P9_CREATE | P9_TRUNC | P9_WRONLY1061 P9_APPEND | P9_TRUNC | P9_WRONLY1074 P9_CREATE | P9_APPEND | P9_TRUNC | P9_WRONLY[all …]
23 const P9_WRONLY: u32 = 0o00000001; constant44 (P9_WRONLY, libc::O_WRONLY),