/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw64.c | 72 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 91 S_IWOTH, 101 S_IWOTH, 106 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 109 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 113 S_IROTH | S_IWOTH, 118 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 136 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 139 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 150 | S_IWOTH, [all …]
|
D | nftw.c | 72 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 91 S_IWOTH, 101 S_IWOTH, 106 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 109 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 113 S_IROTH | S_IWOTH, 118 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 136 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 139 S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH, 150 | S_IWOTH, [all …]
|
D | tools64.c | 122 S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path() 130 S_IWGRP | S_IROTH | S_IWOTH) == -1) { in setup_path() 138 S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path()
|
D | tools.c | 123 S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path() 131 S_IWGRP | S_IROTH | S_IWOTH) == -1) { in setup_path() 139 S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path()
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
D | posix_spawn_file_actions_addopen.c | 61 …osix_spawn_file_actions_addopen(&fa, fd, "/data", O_RDONLY | O_CREAT, S_IXGRP | S_IROTH | S_IWOTH); in posix_spawn_file_actions_addopen_0200() 68 EXPECT_EQ("posix_spawn_file_actions_addopen_0200", ptr->mode, S_IXGRP | S_IROTH | S_IWOTH); in posix_spawn_file_actions_addopen_0200() 86 …osix_spawn_file_actions_addopen(&fa, fd, "/data", O_WRONLY | O_CREAT, S_IXGRP | S_IROTH | S_IWOTH); in posix_spawn_file_actions_addopen_0300() 93 EXPECT_EQ("posix_spawn_file_actions_addopen_0300", ptr->mode, S_IXGRP | S_IROTH | S_IWOTH); in posix_spawn_file_actions_addopen_0300()
|
/third_party/libsnd/src/ |
D | sf_unistd.h | 90 #ifndef S_IWOTH 91 #define S_IWOTH 0 /* write permission, other */ macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 18-1.c | 35 #define UMASK_FLAGS (S_IRGRP | S_IWOTH) /* --?r-?-w? */ 37 S_IROTH | S_IWOTH) /* rw?rw?rw? */
|
D | 26-2.c | 49 S_IWOTH); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | chmod.c | 31 S_IWOTH | S_IXOTH); in chmod_0100() 63 …S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH | in chmod_0300()
|
D | fchmodat.c | 36 …S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH | in fchmodat_0100()
|
D | fchmod.c | 36 S_IWOTH | S_IXOTH); in fchmod_0100()
|
/third_party/libuv/test/ |
D | test-pipe-set-fchmod.c | 63 ASSERT(stat_buf.st_mode & S_IWOTH); in TEST_IMPL() 75 ASSERT(stat_buf.st_mode & S_IWOTH); in TEST_IMPL()
|
/third_party/python/Modules/ |
D | _stat.c | 193 #ifndef S_IWOTH 194 # define S_IWOTH 00002 macro 388 buf[7] = mode & S_IWOTH ? 'w' : '-'; in fileperm() 541 ADD_INT_MACRO(module, S_IWOTH); in stat_exec()
|
/third_party/python/Lib/ |
D | stat.py | 109 S_IWOTH = 0o0002 # write by others variable 150 ((S_IWOTH, "w"),),
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link04.c | 25 #define MODE_TO2 S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IXOTH|S_IROTH|S_IWOTH 26 #define MODE_TE S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 96 #define S_IWOTH 0002 macro 101 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | fs.h | 44 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
|
D | stat.h | 47 #define COMPAT_S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | lgetxattr.c | 36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in lgetxattr_0100()
|
D | listxattr.c | 36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in listxattr_0100()
|
D | llistxattr.c | 36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in llistxattr_0100()
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/model_converter_utils/ |
D | shared_memory.cc | 24 auto access_mode = S_IRUSR | S_IWUSR | S_IROTH | S_IWOTH | S_IRGRP | S_IWGRP; in Create()
|
/third_party/boost/libs/iostreams/test/detail/ |
D | file_handle.hpp | 71 S_IROTH | S_IWOTH;
|
/third_party/node/test/parallel/ |
D | test-net-server-listen-path.js | 67 assert.notStrictEqual(mode & fs.constants.S_IWOTH, 0);
|
/third_party/musl/libc-test/src/api/ |
D | ftw.c | 31 C(S_IWOTH) in f()
|