/third_party/libsnd/src/ |
H A D | sf_unistd.h | 60 #ifndef S_IXUSR 61 #define S_IXUSR 0000100 /* execute/search permission, owner */ macro
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link04.c | 24 #define MODE_TO1 S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IXOTH|S_IROTH 25 #define MODE_TO2 S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IXOTH|S_IROTH|S_IWOTH 26 #define MODE_TE S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
|
H A D | link08.c | 24 #define DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP| \
|
/third_party/python/Lib/ |
H A D | stat.py | 98 S_IEXEC = 0o0100 # Unix V7 synonym for S_IXUSR 102 S_IXUSR = 0o0100 # execute by owner variable 139 ((S_IXUSR|S_ISUID, "s"), 141 (S_IXUSR, "x")),
|
/third_party/python/Modules/ |
H A D | _stat.c | 165 #ifndef S_IXUSR 166 # define S_IXUSR 00100 macro 376 buf[2] = mode & S_IXUSR ? 's' : 'S'; in fileperm() 378 buf[2] = mode & S_IXUSR ? 'x' : '-'; in fileperm() 453 S_IEXEC: Unix V7 synonym for S_IXUSR\n\ 457 S_IXUSR: execute by owner\n\ 532 ADD_INT_MACRO(module, S_IXUSR); in stat_exec()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | chmod.c | 30 S_IRUSR | S_ISGID | S_ISVTX | S_IWUSR | S_IROTH | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | in chmod_0100() 63 S_ISUID | S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH | in chmod_0300()
|
H A D | fchmodat.c | 39 S_ISUID | S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH | in fchmodat_0100()
|
H A D | fchmod.c | 35 S_IRUSR | S_ISGID | S_ISVTX | S_IWUSR | S_IROTH | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | in fchmod_0100()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | stat.h | 58 #define S_IXUSR 0100 macro 98 #define S_IEXEC S_IXUSR
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | stat.h | 58 #define S_IXUSR 0100 macro 98 #define S_IEXEC S_IXUSR
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | stat.h | 58 #define S_IXUSR 0100 macro 98 #define S_IEXEC S_IXUSR
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | stat.h | 58 #define S_IXUSR 0100 macro 98 #define S_IEXEC S_IXUSR
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | stat.h | 58 #define S_IXUSR 0100 macro 98 #define S_IEXEC S_IXUSR
|
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
H A D | mknod07.c | 52 #define DIR_TEMP_MODE (S_IRUSR | S_IXUSR) 53 #define DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP| \
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | tools.c | 122 if (chmod("./tmp/data/d333", (mode_t) S_IWUSR | S_IXUSR | S_IWGRP | in setup_path() 138 if (chmod("./tmp/data/dirg/dir_right.1", (mode_t) S_IWUSR | S_IXUSR | in setup_path()
|
H A D | tools64.c | 121 if (chmod("./tmp/data/d333", (mode_t) S_IWUSR | S_IXUSR | S_IWGRP | in setup_path() 137 if (chmod("./tmp/data/dirg/dir_right.1", (mode_t) S_IWUSR | S_IXUSR | in setup_path()
|
/third_party/musl/include/sys/ |
H A D | stat.h | 65 #define S_IXUSR 0100 macro 105 #define S_IEXEC S_IXUSR
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | fs.h | 43 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
|
H A D | stat.h | 51 #define COMPAT_S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl06.h | 24 #define SUID_MODE (S_ISUID|S_ISGID|S_IXUSR|S_IXGRP|S_IXOTH)
|
/third_party/python/Mac/BuildScript/resources/ |
H A D | install_certificates.command | 18 STAT_0o775 = ( stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR
|
/third_party/ltp/testcases/kernel/syscalls/mkdirat/ |
H A D | mkdirat02.c | 18 #define DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP| \
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
H A D | fchown04.c | 31 #define DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount01.c | 36 #define DIR_MODE (S_IRWXU | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP)
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
H A D | chown04.c | 42 #define DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
|