/openbmc/u-boot/fs/reiserfs/ |
H A D | mode_string.c | 17 || ( S_IRUSR != 00400 ) || ( S_IWUSR != 00200 ) || ( S_IXUSR != 00100 ) \ 35 S_IRUSR, S_IWUSR, S_IXUSR, S_ISUID,
|
/openbmc/linux/include/linux/ |
H A D | stat.h | 13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
|
/openbmc/linux/tools/perf/util/ |
H A D | path.c | 80 return !S_ISDIR(st.st_mode) && (st.st_mode & S_IXUSR); in is_executable_file()
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | mode_t.c | 20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | stat.h | 32 #define S_IXUSR 00100 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | stat.h | 32 #define S_IXUSR 00100 macro
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 33 #define S_IXUSR 00100 /* execute/search permission for owner */ macro
|
/openbmc/linux/fs/proc/ |
H A D | fd.c | 137 i_mode |= S_IRUSR | S_IXUSR; in tid_fd_update_inode() 139 i_mode |= S_IWUSR | S_IXUSR; in tid_fd_update_inode()
|
H A D | proc_tty.c | 174 proc_tty_driver = proc_mkdir_mode("tty/driver", S_IRUSR|S_IXUSR, NULL); in proc_tty_init()
|
H A D | base.c | 3302 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 3303 DIR("map_files", S_IRUSR|S_IXUSR, proc_map_files_inode_operations, proc_map_files_operations), 3654 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations),
|
/openbmc/phosphor-led-sysfs/test/ |
H A D | physical.cpp | 36 if (chmod(dir, S_IXUSR | S_IXGRP) == -1) in createSandbox() 56 chmod(root.c_str(), S_IRUSR | S_IWUSR | S_IXUSR); in ~MockLed()
|
/openbmc/u-boot/cmd/ |
H A D | cramfs.c | 67 if(mode & S_ISUID) str[3] = (mode & S_IXUSR)?'s':'S'; in mkmodestr()
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 140 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) { in is_there()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 47 #define S_IXUSR 00100 macro
|
/openbmc/linux/samples/vfs/ |
H A D | test-statx.c | 129 stx->stx_mode & S_IXUSR ? 'x' : '-', in dump_statx()
|
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-utils.c | 121 perm_mode |= S_IXUSR; in orangefs_inode_perms() 544 S_IXUSR, S_IWUSR, S_IRUSR, in ORANGEFS_util_translate_mode()
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | help.c | 168 return st.st_mode & S_IXUSR; in is_executable()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 629 add_perm(stat.S_IXUSR, 's', 'S') 631 add_perm(stat.S_IXUSR, 'x')
|
/openbmc/linux/fs/afs/ |
H A D | security.c | 453 if ((mask & MAY_EXEC) && !(inode->i_mode & S_IXUSR)) in afs_permission()
|
/openbmc/linux/scripts/ |
H A D | rust_is_available_test.py | 33 os.chmod(path, os.stat(path).st_mode | stat.S_IXUSR)
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | uninative.bbclass | 168 …if not ((s[stat.ST_MODE] & stat.S_IXUSR) or (s[stat.ST_MODE] & stat.S_IXGRP) or (s[stat.ST_MODE] &…
|
/openbmc/linux/fs/affs/ |
H A D | inode.c | 101 inode->i_mode |= S_IXUSR; in affs_iget()
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | append.py | 300 if st.st_mode & stat.S_IXUSR:
|
/openbmc/linux/fs/tracefs/ |
H A D | inode.c | 690 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP; in __create_dir()
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_nand_1pass.c | 416 if(mode & S_ISUID) str[3] = (mode & S_IXUSR)?'s':'S'; in mkmodestr()
|