Searched refs:S_IEXEC (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Dposixstat.h115 # define S_IEXEC 00100 macro
121 # define S_IXUSR S_IEXEC /* execute, owner */
125 # define S_IXGRP (S_IEXEC >> 3) /* execute, group */
129 # define S_IXOTH (S_IEXEC >> 6) /* execute, other */
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dstat.h32 #define S_IEXEC _S_IEXEC /* execute/search permission, owner */ macro
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h298 #ifndef S_IEXEC
299 # define S_IEXEC 0000100 macro
300 #endif /* S_IEXEC */
302 # define S_IXOTH (S_IEXEC >> 6)
305 # define S_IXGRP (S_IEXEC >> 3)
308 # define S_IXUSR S_IEXEC
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h340 #ifndef S_IEXEC
341 #define S_IEXEC 0000100 macro
/freebsd-11-stable/sys/sys/
H A Dstat.h209 #define S_IEXEC S_IXUSR macro
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h1383 # define S_IEXEC _S_IEXEC macro
1891 # define S_IEXEC S_IXUSR macro
2894 # define S_IXOTH (S_IEXEC >> 6)
2898 # define S_IXGRP (S_IEXEC >> 3)
2902 # define S_IXUSR (S_IEXEC)
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c206 int md = S_IWRITE|S_IEXEC;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp6521 else if(mode & S_IEXEC)
6537 else if(mode & (S_IEXEC >> 3))
6553 else if(mode & (S_IEXEC >> 6))

Completed in 109 milliseconds