Home
last modified time | relevance | path

Searched defs:S_IXOTH (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DPosixApi.h47 #define S_IXOTH 0 /* execute, others */ macro
/openbsd/gnu/usr.bin/cvs/lib/
H A Dsystem.h125 #define S_IXOTH S_IEXEC macro
145 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */ macro
/openbsd/gnu/lib/libreadline/
H A Dposixstat.h129 # define S_IXOTH (S_IEXEC >> 6) /* execute, other */ macro
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dfilemode.c112 #define S_IXOTH 0001 macro
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dfilemode.c100 #define S_IXOTH 0001 macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfdio.c39 #define S_IXOTH 0001 /* Execute by others. */ macro
H A Dopncls.c37 #define S_IXOTH 0001 /* Execute by others. */ macro
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h53 #define S_IXOTH 00001 /* others: --------x */ macro
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dbfdio.c38 #define S_IXOTH 0001 /* Execute by others. */ macro
H A Dopncls.c37 #define S_IXOTH 0001 /* Execute by others. */ macro
/openbsd/sys/sys/
H A Dstat.h119 #define S_IXOTH 0000001 /* X for other */ macro
/openbsd/gnu/usr.bin/perl/
H A Dperl.h1932 # define S_IXOTH (S_IXUSR>>6) macro
1936 # define S_IXOTH 0010 macro