Searched refs:S_IXOTH (Results 26 - 50 of 111) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-csharp.c69 #if !S_IXOTH
70 # define S_IXOTH (S_IXUSR >> 6) macro
686 | S_IROTH | S_IWOTH | S_IXOTH) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Damigaffs.c415 mode |= S_IXOTH;
438 if (mode & S_IXOTH)
H A Dinode.c108 inode->i_mode |= S_IXOTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_ls.c435 if (MODE(S_IXOTH))
440 else if (MODE(S_IXOTH))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Ddirlist.c223 if (statbuf.st_mode & S_IXOTH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbmnt.c257 data.dir_mode |= S_IXOTH;
H A Dtree.c279 (st1.st_mode&S_IXOTH?'x':'-'),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dincludes.h968 #ifndef S_IXOTH
969 #define S_IXOTH 00001 /* execute permission: other */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dinode.c586 S_IROTH | S_IXOTH | S_IFREG;
588 S_IROTH | S_IXOTH | S_IFDIR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_user.c192 mode |= ox ? S_IXOTH : 0;
H A Dhostfs_kern.c562 mode & S_IROTH, mode & S_IWOTH, mode & S_IXOTH);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dls.c205 if (S_ISREG(mode) && (mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
212 if (S_ISREG(mode) && (mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
227 if (S_ISREG(mode) && (mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
H A Dtest.c548 if (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c110 { S_IXOTH | S_ISVTX, S_IXOTH | S_ISVTX, 9, 't' },
111 { S_IXOTH | S_ISVTX, S_ISVTX, 9, 'T' },
112 { S_IXOTH | S_ISVTX, S_IXOTH, 9, 'x' },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dadouble.h476 mode &= ~(S_IXUSR | S_IXGRP | S_IXOTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtandem.c346 if (unix_sec & S_IXOTH) nsk_sec.bit_ov.execute = 4;
669 ((fsec[2] & 0x03) == 0x00 ? S_IXOTH : 0) |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtandem.c346 if (unix_sec & S_IXOTH) nsk_sec.bit_ov.execute = 4;
669 ((fsec[2] & 0x03) == 0x00 ? S_IXOTH : 0) |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dposix_acls.c910 mode = S_IROTH|S_IWOTH|S_IXOTH;
914 mode |= ((*mask) & (GENERIC_EXECUTE_ACCESS|FILE_SPECIFIC_EXECUTE_BITS)) ? S_IXOTH : 0;
1029 and_bits = unix_perms_to_acl_perms(and_bits, S_IROTH, S_IWOTH, S_IXOTH);
1030 or_bits = unix_perms_to_acl_perms(or_bits, S_IROTH, S_IWOTH, S_IXOTH);
1200 pace->perms = unix_perms_to_acl_perms(pst->st_mode, S_IROTH, S_IWOTH, S_IXOTH);
2619 *posix_perms |= MAP_PERM(other_ace->perms, S_IXUSR, S_IXOTH);
3424 perms = unix_perms_to_acl_perms(mode, S_IROTH, S_IWOTH, S_IXOTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.c235 #define EXEC_MODE (S_IXGRP | S_IXUSR | S_IXOTH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/
H A Dtree.c281 (st1.st_mode&S_IXOTH?'x':'-'),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea.c54 mode &= ~(S_IXUSR | S_IXGRP | S_IXOTH);
66 mode &= ~(S_IXUSR | S_IXGRP | S_IXOTH);
H A Dvfs.c602 dir_mode |= S_IXOTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclifile.c82 ret |= ((perms & S_IXOTH) ? UNIX_X_OTH : 0);
112 ret |= ((perms & UNIX_X_OTH) ? S_IXOTH : 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminidlna.c429 if (make_dir(dir, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c833 __SETMODE(8, 'x', S_IXOTH);

Completed in 312 milliseconds

12345