Home
last modified time | relevance | path

Searched refs:S_IXUSR (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c17 || ( S_IRUSR != 00400 ) || ( S_IWUSR != 00200 ) || ( S_IXUSR != 00100 ) \
35 S_IRUSR, S_IWUSR, S_IXUSR, S_ISUID,
/openbmc/linux/include/linux/
H A Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/openbmc/linux/tools/perf/util/
H A Dpath.c80 return !S_ISDIR(st.st_mode) && (st.st_mode & S_IXUSR); in is_executable_file()
/openbmc/linux/tools/perf/trace/beauty/
H A Dmode_t.c20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h32 #define S_IXUSR 00100 macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h32 #define S_IXUSR 00100 macro
/openbmc/u-boot/include/linux/
H A Dstat.h33 #define S_IXUSR 00100 /* execute/search permission for owner */ macro
/openbmc/linux/fs/proc/
H A Dfd.c137 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 Dproc_tty.c174 proc_tty_driver = proc_mkdir_mode("tty/driver", S_IRUSR|S_IXUSR, NULL); in proc_tty_init()
H A Dbase.c3302 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 Dphysical.cpp36 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 Dcramfs.c67 if(mode & S_ISUID) str[3] = (mode & S_IXUSR)?'s':'S'; in mkmodestr()
/openbmc/qemu/bsd-user/
H A Dbsdload.c140 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) { in is_there()
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h47 #define S_IXUSR 00100 macro
/openbmc/linux/samples/vfs/
H A Dtest-statx.c129 stx->stx_mode & S_IXUSR ? 'x' : '-', in dump_statx()
/openbmc/linux/fs/orangefs/
H A Dorangefs-utils.c121 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 Dhelp.c168 return st.st_mode & S_IXUSR; in is_executable()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py629 add_perm(stat.S_IXUSR, 's', 'S')
631 add_perm(stat.S_IXUSR, 'x')
/openbmc/linux/fs/afs/
H A Dsecurity.c453 if ((mask & MAY_EXEC) && !(inode->i_mode & S_IXUSR)) in afs_permission()
/openbmc/linux/scripts/
H A Drust_is_available_test.py33 os.chmod(path, os.stat(path).st_mode | stat.S_IXUSR)
/openbmc/openbmc/poky/meta/classes-global/
H A Duninative.bbclass168 …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 Dinode.c101 inode->i_mode |= S_IXUSR; in affs_iget()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py300 if st.st_mode & stat.S_IXUSR:
/openbmc/linux/fs/tracefs/
H A Dinode.c690 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 Djffs2_nand_1pass.c416 if(mode & S_ISUID) str[3] = (mode & S_IXUSR)?'s':'S'; in mkmodestr()

12