/third_party/ltp/testcases/kernel/syscalls/rmdir/ |
H A D | rmdir03.c | 39 {DIR_MODE | S_ISVTX, TESTDIR2}, 54 if (tc->dir_mode & S_ISVTX && TST_ERR == EPERM) in do_rmdir() 72 SAFE_MKDIR(TESTDIR, DIR_MODE | S_ISVTX); in setup()
|
/third_party/python/Lib/ |
H A D | stat.py | 95 S_ISVTX = 0o1000 # sticky bit variable 151 ((S_IXOTH|S_ISVTX, "t"), 152 (S_ISVTX, "T"),
|
/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/python/Modules/ |
H A D | _stat.c | 137 #ifndef S_ISVTX 138 # define S_ISVTX 01000 macro 389 if (mode & S_ISVTX) { in fileperm() 450 S_ISVTX: sticky bit\n\ 522 ADD_INT_MACRO(module, S_ISVTX); in stat_exec()
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
H A D | creat03.c | 38 if ((statbuf.st_mode & S_ISVTX) != 0) in verify_creat()
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename12.c | 12 * containing oldpath has the sticky bit (S_ISVTX) set and the caller 38 SAFE_CHMOD(TEMP_DIR, buf1.st_mode | S_ISVTX); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open01.c | 39 {TEST_FILE, O_RDWR | O_CREAT, 01444, S_ISVTX, "sticky bit"},
|
/third_party/ltp/testcases/kernel/syscalls/chmod/ |
H A D | chmod05.c | 43 #define DIR_MODE (mode_t)(S_ISVTX | S_ISGID | S_IFDIR)
|
/third_party/musl/libc-test/src/api/ |
H A D | ftw.c | 35 C(S_ISVTX) in f()
|
H A D | fcntl.c | 59 C(S_ISVTX) in f()
|
H A D | sys_stat.c | 58 C(S_ISVTX) in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | fcntl.h | 86 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 85 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 85 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 85 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 86 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 85 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/elfutils/lib/ |
H A D | system.h | 140 #define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */
|