Home
last modified time | relevance | path

Searched refs:S_ISUID (Results 1 – 25 of 43) sorted by relevance

12

/third_party/python/Lib/
Dstat.py92 S_ISUID = 0o4000 # set UID bit variable
139 ((S_IXUSR|S_ISUID, "s"),
140 (S_ISUID, "S"),
/third_party/ltp/testcases/kernel/syscalls/fchown/
Dfchown03.c31 #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()
Dfchown02.c27 #define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
/third_party/ltp/testcases/kernel/syscalls/chown/
Dchown03.c26 #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()
Dchown02.c20 #define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
/third_party/python/Modules/
D_stat.c124 #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/
Dprctl06.h24 #define SUID_MODE (S_ISUID|S_ISGID|S_IXUSR|S_IXGRP|S_IXOTH)
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dchmod.c63S_ISUID | S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH … in chmod_0300()
Dfchmodat.c36S_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/
Dopen13.c43 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl32.c33 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
Dfcntl33.c41 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
/third_party/musl/libc-test/src/api/
Dftw.c33 C(S_ISUID) in f()
Dfcntl.c56 C(S_ISUID) in f()
Dsys_stat.c55 C(S_ISUID) in f()
/third_party/ltp/testcases/kernel/syscalls/umount2/
Dumount2_01.c40 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/include/sys/
Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h83 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h83 #define S_ISUID 04000 macro

12