Home
last modified time | relevance | path

Searched refs:S_IEXEC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.os.h298 #ifndef S_IEXEC
299 # define S_IEXEC 0000100 macro
302 # define S_IXOTH (S_IEXEC >> 6)
305 # define S_IXGRP (S_IEXEC >> 3)
308 # define S_IXUSR S_IEXEC
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h32 #define S_IEXEC _S_IEXEC /* execute/search permission, owner */ macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1384 # define S_IEXEC _S_IEXEC macro
1894 # define S_IEXEC S_IXUSR macro
2897 # define S_IXOTH (S_IEXEC >> 6)
2901 # define S_IXGRP (S_IEXEC >> 3)
2905 # define S_IXUSR (S_IEXEC)
/freebsd/sys/sys/
H A Dstat.h254 #define S_IEXEC S_IXUSR
253 #define S_IEXEC global() macro
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.c206 int md = S_IWRITE|S_IEXEC;