Home
last modified time | relevance | path

Searched refs:S_IRWXO (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/libsnd/src/
Dsf_unistd.h82 #ifndef S_IRWXO
83 #define S_IRWXO 0 /* rwx, other */ macro
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dfchmodat.c58 S_IRWXU | S_IRWXG | S_IRWXO, in fchmodat_0200()
74 int result = fchmodat(-1, "test.txt", S_IRWXU | S_IRWXG | S_IRWXO, AT_SYMLINK_NOFOLLOW); in fchmodat_0300()
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()
Dumask.c28 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in umask_0100()
Dchmod.c48 int result = chmod("test.txt", S_IRWXU | S_IRWXG | S_IRWXO); in chmod_0200()
/third_party/ltp/testcases/kernel/syscalls/nftw/
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()
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()
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,
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,
/third_party/ltp/testcases/kernel/syscalls/rmdir/
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/
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
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
Dmknod02.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
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
/third_party/ltp/testcases/network/nfs/nfs_stress/
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/
Dfchmod.h11 #define DIR_MODE (S_IRWXU | S_IRWXG | S_IRWXO)
/third_party/python/Modules/
D_stat.c185 #ifndef S_IRWXO
186 # define S_IRWXO 00007 macro
539 ADD_INT_MACRO(module, S_IRWXO); in stat_exec()
/third_party/gn/src/base/files/
Dfile_util.h139 FILE_PERMISSION_MASK = S_IRWXU | S_IRWXG | S_IRWXO,
142 FILE_PERMISSION_OTHERS_MASK = S_IRWXO,
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dfs.h46 #define S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)
Dstat.h55 #define COMPAT_S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)
/third_party/ltp/testcases/kernel/syscalls/renameat/
Drenameat01.c71 #define DIRMODE (S_IRWXU | S_IRWXG | S_IRWXO)
72 #define FILEMODE (S_IRWXU | S_IRWXG | S_IRWXO)
/third_party/NuttX/fs/vfs/
Dfs_open.c305 mode &= (S_IRWXU | S_IRWXG | S_IRWXO); in do_open()
353 mode &= (S_IRWXU|S_IRWXG|S_IRWXO); in open64()
/third_party/ltp/testcases/kernel/syscalls/chmod/
Dchmod03.c23 #define DIR_MODE S_IRWXU | S_IRWXG | S_IRWXO
Dchmod05.c42 #define MODE_RWX (mode_t)(S_IRWXU | S_IRWXG | S_IRWXO)
/third_party/ltp/testcases/kernel/syscalls/chown/
Dchown04.c40 #define MODE_RWX (S_IRWXU|S_IRWXG|S_IRWXO)

1234