Home
last modified time | relevance | path

Searched refs:S_ISGID (Results 1 – 25 of 61) sorted by relevance

123

/third_party/python/Lib/
Dstat.py93 S_ISGID = 0o2000 # set GID bit variable
94 S_ENFMT = S_ISGID # file locking enforcement
145 ((S_IXGRP|S_ISGID, "s"),
146 (S_ISGID, "S"),
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen10.c20 #define MODE_SGID (S_ISGID|0777)
68 if (buf.st_mode & S_ISGID) in file_test()
83 if (buf.st_mode & S_ISGID) in run()
96 if (!(buf.st_mode & S_ISGID)) in run()
Dopen13.c43 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
/third_party/ltp/testcases/kernel/syscalls/creat/
Dcreat08.c22 #define MODE_SGID (S_ISGID|0777)
70 if (buf.st_mode & S_ISGID) in file_test()
85 if (buf.st_mode & S_ISGID) in run()
98 if (!(buf.st_mode & S_ISGID)) in run()
Dcreat09.c40 #define MODE_SGID (S_ISGID|0777)
65 if (!(buf.st_mode & S_ISGID)) in setup()
91 if (buf.st_mode & S_ISGID) in file_test()
/third_party/ltp/testcases/kernel/syscalls/chmod/
Dchmod05.c43 #define DIR_MODE (mode_t)(S_ISVTX | S_ISGID | S_IFDIR)
60 if ((PERMS & ~S_ISGID) != dir_mode) { in test_chmod()
63 PERMS & ~S_ISGID); in test_chmod()
/third_party/ltp/testcases/kernel/syscalls/mknod/
Dmknod05.c87 #define MODE_SGID S_IFIFO | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO
146 if (!(buf.st_mode & S_ISGID)) { in main()
241 if (!(buf.st_mode & S_ISGID)) { in setup()
Dmknod02.c87 #define MODE_SGID S_IFIFO | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO
148 if (!(buf.st_mode & S_ISGID)) { in main()
250 if (buf.st_mode & S_ISGID) { in setup()
Dmknod04.c87 #define MODE_SGID S_IFIFO | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO
147 if (buf.st_mode & S_ISGID) { in main()
250 if (!(buf.st_mode & S_ISGID)) { in setup()
Dmknod08.c144 if (buf.st_mode & S_ISGID) { in main()
245 if (buf.st_mode & S_ISGID) { in setup()
Dmknod03.c87 #define MODE_SGID S_IFIFO | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO
245 if (!(buf.st_mode & S_ISGID)) { in setup()
/third_party/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir02.c40 if (!(statbuf.st_mode & S_ISGID)) { in verify_mkdir()
60 SAFE_CHMOD(TESTDIR1, 0777 | S_ISGID); in setup()
/third_party/python/Modules/
D_stat.c128 #ifndef S_ISGID
129 # define S_ISGID 02000 macro
134 # define S_ENFMT S_ISGID
382 if (mode & S_ISGID) { in fileperm()
521 ADD_INT_MACRO(module, S_ISGID); in stat_exec()
/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/ltp/testcases/kernel/syscalls/fchmod/
Dfchmod05.c42 if ((PERMS_DIR & ~S_ISGID) != dir_mode) { in verify_fchmod()
44 TESTDIR, dir_mode & ~S_ISGID, PERMS_DIR); in verify_fchmod()
/third_party/ltp/testcases/kernel/syscalls/chown/
Dchown02.c20 #define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
21 #define NEW_PERMS2 (S_IFREG|S_IRWXU|S_ISGID)
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()
/third_party/ltp/testcases/kernel/syscalls/fchown/
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()
Dfchown02.c27 #define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
28 #define NEW_PERMS2 (S_IFREG|S_IRWXU|S_ISGID)
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl06.h24 #define SUID_MODE (S_ISUID|S_ISGID|S_IXUSR|S_IXGRP|S_IXOTH)
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl32.c33 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)
/third_party/musl/libc-test/src/api/
Dftw.c34 C(S_ISGID) in f()
/third_party/ltp/testcases/kernel/syscalls/umount2/
Dumount2_01.c40 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID)

123