/third_party/ltp/testcases/kernel/syscalls/rmdir/ |
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/ |
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/ |
D | chmod.c | 30 …S_IRUSR | S_ISGID | S_ISVTX | S_IWUSR | S_IROTH | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP … in chmod_0100() 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()
|
D | fchmod.c | 35 …S_IRUSR | S_ISGID | S_ISVTX | S_IWUSR | S_IROTH | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP … in fchmod_0100()
|
/third_party/python/Modules/ |
D | _stat.c | 137 #ifndef S_ISVTX 138 # define S_ISVTX 01000 macro 389 if (mode & S_ISVTX) { in fileperm() 522 ADD_INT_MACRO(module, S_ISVTX); in stat_exec()
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
D | creat03.c | 38 if ((statbuf.st_mode & S_ISVTX) != 0) in verify_creat()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open01.c | 39 {TEST_FILE, O_RDWR | O_CREAT, 01444, S_ISVTX, "sticky bit"},
|
/third_party/ltp/testcases/kernel/syscalls/chmod/ |
D | chmod05.c | 43 #define DIR_MODE (mode_t)(S_ISVTX | S_ISGID | S_IFDIR)
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
D | rename12.c | 202 if (chmod(fdir, buf1.st_mode | S_ISVTX) != 0) { in setup()
|
/third_party/musl/libc-test/src/api/ |
D | ftw.c | 35 C(S_ISVTX) in f()
|
D | fcntl.c | 59 C(S_ISVTX) in f()
|
D | sys_stat.c | 58 C(S_ISVTX) in f()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/include/sys/ |
D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 55 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 85 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 85 #define S_ISVTX 01000 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 85 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 85 #define S_ISVTX 01000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 85 #define S_ISVTX 01000 macro
|