Home
last modified time | relevance | path

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

123

/third_party/ltp/testcases/kernel/syscalls/rmdir/
H A 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/
H A 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/
H A Dchmod.c30 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 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()
H A Dfchmod.c35 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.c137 #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 Dcreat03.c38 if ((statbuf.st_mode & S_ISVTX) != 0) in verify_creat()
/third_party/ltp/testcases/kernel/syscalls/rename/
H A Drename12.c12 * 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 Dopen01.c39 {TEST_FILE, O_RDWR | O_CREAT, 01444, S_ISVTX, "sticky bit"},
/third_party/ltp/testcases/kernel/syscalls/chmod/
H A Dchmod05.c43 #define DIR_MODE (mode_t)(S_ISVTX | S_ISGID | S_IFDIR)
/third_party/musl/libc-test/src/api/
H A Dftw.c35 C(S_ISVTX) in f()
H A Dfcntl.c59 C(S_ISVTX) in f()
H A Dsys_stat.c58 C(S_ISVTX) in f()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h86 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h86 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h55 #define S_ISVTX 01000 macro
/third_party/elfutils/lib/
H A Dsystem.h140 #define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */

Completed in 12 milliseconds

123