Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/nftw/
H A 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...]
H A 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...]
H A 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()
H A 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()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawn_file_actions_addopen.c61 int ret = posix_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 int ret = posix_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/
H A 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/
H A D18-1.c35 #define UMASK_FLAGS (S_IRGRP | S_IWOTH) /* --?r-?-w? */
37 S_IROTH | S_IWOTH) /* rw?rw?rw? */
H A D26-2.c49 S_IWOTH); in main()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dchmod.c31 S_IWOTH | S_IXOTH); 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.c36 S_IWOTH | S_IXOTH); in fchmod_0100()
/third_party/libuv/test/
H A Dtest-pipe-set-fchmod.c65 ASSERT(stat_buf.st_mode & S_IWOTH); in TEST_IMPL()
77 ASSERT(stat_buf.st_mode & S_IWOTH); in TEST_IMPL()
/third_party/python/Modules/
H A D_stat.c193 #ifndef S_IWOTH
194 # define S_IWOTH 00002 macro
388 buf[7] = mode & S_IWOTH ? 'w' : '-'; in fileperm()
464 S_IWOTH: write by others\n\
541 ADD_INT_MACRO(module, S_IWOTH); in stat_exec()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h96 #define S_IWOTH 0002 macro
101 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/third_party/ltp/testcases/kernel/syscalls/link/
H A 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/python/Lib/
H A Dstat.py109 S_IWOTH = 0o0002 # write by others variable
150 ((S_IWOTH, "w"),),
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h42 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
H A Dstat.h47 #define COMPAT_S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dlgetxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in lgetxattr_0100()
H A Dllistxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in llistxattr_0100()
H A Dlistxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in listxattr_0100()
/third_party/node/test/parallel/
H A Dtest-net-server-listen-path.js67 assert.notStrictEqual(mode & fs.constants.S_IWOTH, 0);
/third_party/musl/libc-test/src/api/
H A Dftw.c31 C(S_IWOTH) in f()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h96 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h65 #define S_IWOTH 0002 macro

Completed in 8 milliseconds

1234