S_IXUSR 555 lib/util.c if (ismode (mode_bits, S_IXUSR)) S_IXUSR 292 lib/util.h return ((mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0); S_IXUSR 308 lib/vfs/parse_ls_vga.c perms |= S_IXUSR | S_ISUID; S_IXUSR 311 lib/vfs/parse_ls_vga.c perms |= S_IXUSR; S_IXUSR 706 lib/vfs/parse_ls_vga.c s->st_mode |= (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IXUSR | S_IXGRP | S_IXOTH); S_IXUSR 79 src/filemanager/chmod.c { S_IXUSR, N_("e&xecute/search by owner"), FALSE, NULL },