Home
last modified time | relevance | path

Searched defs:S_IWOTH (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/cvs/lib/
H A Dsystem.h124 #define S_IWOTH S_IWRITE macro
144 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */ macro
379 #define S_IWOTH 0000002 /* write permission, other */ macro
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DPosixApi.h46 #define S_IWOTH 0 /* write, others */ macro
/openbsd/gnu/lib/libreadline/
H A Dposixstat.h128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dfilemode.c109 #define S_IWOTH 0002 macro
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dfilemode.c97 #define S_IWOTH 0002 macro
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h52 #define S_IWOTH 00002 /* others: -------w- */ macro
/openbsd/sys/sys/
H A Dstat.h118 #define S_IWOTH 0000002 /* W for other */ macro
/openbsd/gnu/usr.bin/perl/
H A Dperl.h1931 # define S_IWOTH (S_IWUSR>>6) macro
1935 # define S_IWOTH 0020 macro