/third_party/python/Lib/ |
D | stat.py | 92 S_ISUID = 0o4000 # set UID bit variable 139 ((S_IXUSR|S_ISUID, "s"), 140 (S_ISUID, "S"),
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown03.c | 31 #define NEW_PERMS (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID) 72 check_mode(&stat_buf, NEW_PERMS & ~(S_ISUID | S_ISGID)); in run()
|
D | fchown02.c | 27 #define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
D | chown03.c | 26 #define NEW_PERMS (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID) 67 check_mode(&stat_buf, NEW_PERMS & ~(S_ISUID | S_ISGID)); in run()
|
D | chown02.c | 20 #define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
|
/third_party/python/Modules/ |
D | _stat.c | 124 #ifndef S_ISUID 125 # define S_ISUID 04000 macro 375 if (mode & S_ISUID) { in fileperm() 520 ADD_INT_MACRO(module, S_ISUID); in stat_exec()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl06.h | 24 #define SUID_MODE (S_ISUID|S_ISGID|S_IXUSR|S_IXGRP|S_IXOTH)
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | chmod.c | 63 …S_ISUID | S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH … in chmod_0300()
|
D | fchmodat.c | 36 …S_ISUID | S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH … in fchmodat_0100()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open13.c | 43 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl32.c | 33 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
|
D | fcntl33.c | 41 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
|
/third_party/musl/libc-test/src/api/ |
D | ftw.c | 33 C(S_ISUID) in f()
|
D | fcntl.c | 56 C(S_ISUID) in f()
|
D | sys_stat.c | 55 C(S_ISUID) in f()
|
/third_party/ltp/testcases/kernel/syscalls/umount2/ |
D | umount2_01.c | 40 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 53 #define S_ISUID 04000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 53 #define S_ISUID 04000 macro
|
/third_party/musl/include/sys/ |
D | stat.h | 53 #define S_ISUID 04000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 53 #define S_ISUID 04000 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 53 #define S_ISUID 04000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 53 #define S_ISUID 04000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 53 #define S_ISUID 04000 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 83 #define S_ISUID 04000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 83 #define S_ISUID 04000 macro
|