Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 25 of 73) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/nftw/
Dnftw64.c72 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 …]
Dnftw.c72 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 …]
Dtools64.c122 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()
Dtools.c123 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/
Dposix_spawn_file_actions_addopen.c61 …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/
Dsf_unistd.h90 #ifndef S_IWOTH
91 #define S_IWOTH 0 /* write permission, other */ macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D18-1.c35 #define UMASK_FLAGS (S_IRGRP | S_IWOTH) /* --?r-?-w? */
37 S_IROTH | S_IWOTH) /* rw?rw?rw? */
D26-2.c49 S_IWOTH); in main()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dchmod.c31 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()
Dfchmodat.c36 …S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH | in fchmodat_0100()
Dfchmod.c36 S_IWOTH | S_IXOTH); in fchmod_0100()
/third_party/libuv/test/
Dtest-pipe-set-fchmod.c63 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.c193 #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/
Dstat.py109 S_IWOTH = 0o0002 # write by others variable
150 ((S_IWOTH, "w"),),
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink04.c25 #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/
Dfcntl.h96 #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/
Dfs.h44 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
Dstat.h47 #define COMPAT_S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dlgetxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in lgetxattr_0100()
Dlistxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in listxattr_0100()
Dllistxattr.c36 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/
Dshared_memory.cc24 auto access_mode = S_IRUSR | S_IWUSR | S_IROTH | S_IWOTH | S_IRGRP | S_IWGRP; in Create()
/third_party/boost/libs/iostreams/test/detail/
Dfile_handle.hpp71 S_IROTH | S_IWOTH;
/third_party/node/test/parallel/
Dtest-net-server-listen-path.js67 assert.notStrictEqual(mode & fs.constants.S_IWOTH, 0);
/third_party/musl/libc-test/src/api/
Dftw.c31 C(S_IWOTH) in f()

123