Home
last modified time | relevance | path

Searched refs:S_ISUID (Results 1 - 25 of 61) sorted by relevance

123

/third_party/python/Lib/
H A 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/chown/
H A 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()
H A Dchown02.c21 #define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
/third_party/ltp/testcases/kernel/syscalls/fchown/
H A 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()
H A Dfchown02.c28 #define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
/third_party/python/Modules/
H A D_stat.c124 #ifndef S_ISUID
125 # define S_ISUID 04000 macro
375 if (mode & S_ISUID) { in fileperm()
447 "S_ISUID: set UID bit\n\
520 ADD_INT_MACRO(module, S_ISUID); in stat_exec()
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl06.h24 #define SUID_MODE (S_ISUID|S_ISGID|S_IXUSR|S_IXGRP|S_IXOTH)
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dchmod.c63 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 Dfchmodat.c39 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()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl32.c33 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
H A Dfcntl33.c41 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen13.c43 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
/third_party/musl/libc-test/src/api/
H A Dftw.c33 C(S_ISUID) in f()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h84 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h83 #define S_ISUID 04000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h83 #define S_ISUID 04000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h83 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h84 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h83 #define S_ISUID 04000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h53 #define S_ISUID 04000 macro
/third_party/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2_01.c39 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)

Completed in 13 milliseconds

123