Home
last modified time | relevance | path

Searched refs:S_IRWXO (Results 1 - 25 of 115) sorted by relevance

12345

/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_fstatat64_test.cpp23 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
29 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
45 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
52 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
68 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
75 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
H A Dstat_fstatat_test.cpp21 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
28 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
43 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
50 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
H A Dstat_mkdir_test.cpp19 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
33 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
H A Dstat_lstat_test.cpp21 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
H A Dstat_fstat64_test.cpp22 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
/third_party/libsnd/src/
H A Dsf_unistd.h82 #ifndef S_IRWXO
83 #define S_IRWXO 0 /* rwx, other */ macro
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dtools.c49 chmod("./tmp/data/d333", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
50 chmod("./tmp/data/d666", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
52 S_IRWXO); in cleanup_function()
H A Dtools64.c48 chmod("./tmp/data/d333", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
49 chmod("./tmp/data/d666", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
51 S_IRWXO); in cleanup_function()
H A Dnftw.c75 S_IRWXU | S_IRWXG | S_IRWXO,
78 S_IRWXU | S_IRWXG | S_IRWXO,
82 | S_IRWXO,
131 S_IRWXO,
142 S_IRWXU | S_IRWXG | S_IRWXO,
H A Dnftw64.c75 S_IRWXU | S_IRWXG | S_IRWXO,
78 S_IRWXU | S_IRWXG | S_IRWXO,
82 | S_IRWXO,
131 S_IRWXO,
142 S_IRWXU | S_IRWXG | S_IRWXO,
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dfchmodat.c63 S_IRWXU | S_IRWXG | S_IRWXO, in fchmodat_0200()
79 int result = fchmodat(-1, "test.txt", S_IRWXU | S_IRWXG | S_IRWXO, AT_SYMLINK_NOFOLLOW); in fchmodat_0300()
H A Dfchmod.c54 int result = fchmod(fd, S_IRWXU | S_IRWXG | S_IRWXO); in fchmod_0200()
69 int result = fchmod(-1, S_IRWXU | S_IRWXG | S_IRWXO); in fchmod_0300()
/third_party/ltp/testcases/kernel/syscalls/rmdir/
H A Drmdir02.c22 #define DIR_MODE (S_IRWXU | S_IRWXG | S_IRWXO)
23 #define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO)
/third_party/ltp/testcases/kernel/syscalls/mknod/
H A Dmknod03.c86 #define MODE_RWX S_IFIFO | S_IRWXU | S_IRWXG | S_IRWXO
87 #define MODE_SGID S_IFIFO | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO
H A Dmknod04.c86 #define MODE_RWX S_IFIFO | S_IRWXU | S_IRWXG | S_IRWXO
87 #define MODE_SGID S_IFIFO | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO
H A Dmknod05.c86 #define MODE_RWX S_IFIFO | S_IRWXU | S_IRWXG | S_IRWXO
87 #define MODE_SGID S_IFIFO | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO
/third_party/python/Modules/
H A D_stat.c185 #ifndef S_IRWXO
186 # define S_IRWXO 00007 macro
462 S_IRWXO: mask for others (not in group) permissions\n\
539 ADD_INT_MACRO(module, S_IRWXO); in stat_exec()
/third_party/elfutils/lib/
H A Dsystem.h136 #define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */
140 #define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */
/third_party/gn/src/base/files/
H A Dfile_util.h148 FILE_PERMISSION_MASK = S_IRWXU | S_IRWXG | S_IRWXO,
151 FILE_PERMISSION_OTHERS_MASK = S_IRWXO,
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs05_make_tree.c143 S_IRWXU | S_IRWXG | S_IRWXO); in thread_fn()
157 S_IRWXU | S_IRWXG | S_IRWXO); in thread_fn()
/third_party/ltp/testcases/kernel/syscalls/fchmod/
H A Dfchmod.h11 #define DIR_MODE (S_IRWXU | S_IRWXG | S_IRWXO)
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h44 #define S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)
H A Dstat.h55 #define COMPAT_S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_umask_chk_test.cpp18 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/regex/regex_gtest/
H A Dregex_fnmatch_test.cpp19 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F()

Completed in 9 milliseconds

12345