Searched refs:S_IRWXO (Results 1 – 25 of 84) sorted by relevance
1234
/third_party/libsnd/src/ |
D | sf_unistd.h | 82 #ifndef S_IRWXO 83 #define S_IRWXO 0 /* rwx, other */ macro
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | fchmodat.c | 58 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()
|
D | fchmod.c | 54 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()
|
D | umask.c | 28 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in umask_0100()
|
D | chmod.c | 48 int result = chmod("test.txt", S_IRWXU | S_IRWXG | S_IRWXO); in chmod_0200()
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | tools64.c | 48 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()
|
D | tools.c | 49 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()
|
D | nftw64.c | 75 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,
|
D | nftw.c | 75 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/ |
D | rmdir02.c | 22 #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/ |
D | mknod05.c | 86 #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
|
D | mknod03.c | 86 #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
|
D | mknod02.c | 86 #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
|
D | mknod04.c | 86 #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/ |
D | nfs05_make_tree.c | 143 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/ |
D | fchmod.h | 11 #define DIR_MODE (S_IRWXU | S_IRWXG | S_IRWXO)
|
/third_party/python/Modules/ |
D | _stat.c | 185 #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/ |
D | file_util.h | 139 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/ |
D | fs.h | 46 #define S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)
|
D | stat.h | 55 #define COMPAT_S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)
|
/third_party/ltp/testcases/kernel/syscalls/renameat/ |
D | renameat01.c | 71 #define DIRMODE (S_IRWXU | S_IRWXG | S_IRWXO) 72 #define FILEMODE (S_IRWXU | S_IRWXG | S_IRWXO)
|
/third_party/NuttX/fs/vfs/ |
D | fs_open.c | 305 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/ |
D | chmod03.c | 23 #define DIR_MODE S_IRWXU | S_IRWXG | S_IRWXO
|
D | chmod05.c | 42 #define MODE_RWX (mode_t)(S_IRWXU | S_IRWXG | S_IRWXO)
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
D | chown04.c | 40 #define MODE_RWX (S_IRWXU|S_IRWXG|S_IRWXO)
|
1234