Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/syscalls/rmdir/
Drmdir03.c39 {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/
Dstat.py95 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/
Dchmod.c30 …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()
Dfchmodat.c36 …S_ISUID | S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH … in fchmodat_0100()
Dfchmod.c35 …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.c137 #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/
Dcreat03.c38 if ((statbuf.st_mode & S_ISVTX) != 0) in verify_creat()
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen01.c39 {TEST_FILE, O_RDWR | O_CREAT, 01444, S_ISVTX, "sticky bit"},
/third_party/ltp/testcases/kernel/syscalls/chmod/
Dchmod05.c43 #define DIR_MODE (mode_t)(S_ISVTX | S_ISGID | S_IFDIR)
/third_party/ltp/testcases/kernel/syscalls/rename/
Drename12.c202 if (chmod(fdir, buf1.st_mode | S_ISVTX) != 0) { in setup()
/third_party/musl/libc-test/src/api/
Dftw.c35 C(S_ISVTX) in f()
Dfcntl.c59 C(S_ISVTX) in f()
Dsys_stat.c58 C(S_ISVTX) in f()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/include/sys/
Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h85 #define S_ISVTX 01000 macro

12