Home
last modified time | relevance | path

Searched refs:S_IXUGO (Results 1 – 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
Dstat.h54 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
Dmsdos_fs.h52 #define MSDOS_MKMODE(a, m) (m & (a & ATTR_RO ? S_IRUGO|S_IXUGO : S_IRWXUGO))
Dfs.h2198 return (inode->i_mode & S_IXUGO) || S_ISDIR(inode->i_mode); in execute_ok()
/external/bison/lib/
Dsys_stat.in.h299 #if !S_IXUGO
300 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/external/bison/linux-lib/sys/
Dstat.h611 #if !S_IXUGO
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH) macro
/external/bison/darwin-lib/sys/
Dstat.h611 #if !S_IXUGO
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH) macro