Home
last modified time | relevance | path

Searched refs:others_write (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dperms.h41 others_write = 02, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h93 others_write = 02, enumerator
95 others_all = others_read | others_write | others_exe,
97 all_write = owner_write | group_write | others_write,
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3262 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
H A DMachODump.cpp2444 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()