| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0004-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch | 32 # define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) 35 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) 44 #define DND_ROOTDIR_PERMS (S_IRWXU | S_IRWXG | S_IRWXO) 45 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) 48 #define ACCESSPERMS (S_IRWXU | S_IRWXG | S_IRWXO) 55 -#define ACCESSPERMS (S_IRWXU | S_IRWXG | S_IRWXO)
|
| /OK3568_Linux_fs/buildroot/package/openvmtools/ |
| H A D | 0006-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch | 35 # define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) 38 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) 47 #define DND_ROOTDIR_PERMS (S_IRWXU | S_IRWXG | S_IRWXO) 48 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) 51 #define ACCESSPERMS (S_IRWXU | S_IRWXG | S_IRWXO) 58 -#define ACCESSPERMS (S_IRWXU | S_IRWXG | S_IRWXO)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | stat.h | 172 #define S_IRWXU (__S_IREAD|__S_IWRITE|__S_IEXEC) macro 184 #define S_IRWXG (S_IRWXU >> 3) 195 # define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */ 196 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | stat.h | 172 #define S_IRWXU (__S_IREAD|__S_IWRITE|__S_IEXEC) macro 184 #define S_IRWXG (S_IRWXU >> 3) 195 # define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */ 196 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0003-musl-utils.patch | 33 +# define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */ 50 +# define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */ 68 +# define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | fcntl.h | 109 # define S_IRWXU (__S_IREAD|__S_IWRITE|__S_IEXEC) macro 115 # define S_IRWXG (S_IRWXU >> 3)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | fcntl.h | 109 # define S_IRWXU (__S_IREAD|__S_IWRITE|__S_IEXEC) macro 115 # define S_IRWXG (S_IRWXU >> 3)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stat.h | 9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | stat.h | 29 #define S_IRWXU 00700 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | stat.h | 29 #define S_IRWXU 00700 macro
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | mode_t.c | 8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | stat.h | 29 #define S_IRWXU 00700 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | stat.h | 29 #define S_IRWXU 00700 macro
|
| /OK3568_Linux_fs/u-boot/fs/reiserfs/ |
| H A D | mode_string.c | 30 #if (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX) == 07777
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | data.c | 320 mkdir(data->path, S_IRWXU) < 0) in open_dir() 439 return mkdir(buf, S_IRWXU); in perf_data__make_kcore_dir()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | stat.h | 30 #define S_IRWXU 00700 /* rwx for owner */ macro
|
| /OK3568_Linux_fs/kernel/fs/sysfs/ |
| H A D | dir.c | 60 S_IRWXU | S_IRUGO | S_IXUGO, uid, gid, in sysfs_create_dir_ns()
|
| /OK3568_Linux_fs/kernel/fs/configfs/ |
| H A D | mount.c | 76 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | posix_acl.c | 332 acl->a_entries[0].e_perm = (mode & S_IRWXU) >> 6; in posix_acl_from_mode() 429 mode &= (pa->e_perm << 6) | ~S_IRWXU; in posix_acl_create_masq() 483 pa->e_perm = (mode & S_IRWXU) >> 6; in __posix_acl_chmod_masq()
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/src/ |
| H A D | usbip_attach.c | 63 fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU); in record_connection()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | ucount.c | 43 mode = (table->mode & S_IRWXU) >> 6; in set_permissions()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | relocate_sdk.py | 232 os.chmod(e, perms|stat.S_IRWXU)
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_common.h | 154 #define mkdir(x) mkdir(x, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsacl.c | 743 umode_t user_mask = S_IRWXU; in parse_dacl() 745 umode_t other_mask = S_IRWXU | S_IRWXG | S_IRWXO; in parse_dacl() 893 pownersid, nmode, S_IRWXU); in set_chmod_dacl()
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_ringmic_test.c | 35 #define MODE S_IRWXU | S_IXGRP | S_IROTH | S_IXOTH
|