Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__filesystem/
HDperms.h41 others_write = 02, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFileSystem.h96 others_write = 02, enumerator
98 others_all = others_read | others_write | others_exe,
100 all_write = owner_write | group_write | others_write,
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp3191 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
HDMachODump.cpp2440 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()