Searched refs:S_ISGID (Results 1 - 25 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dparse_mode.c16 #define FILEMODEBITS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
21 S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO, /* a */
23 S_ISGID | S_IRWXG, /* g */
31 S_ISUID | S_ISGID, /* s */
H A Dmode_string.c20 #if ( S_ISUID != 04000 ) || ( S_ISGID != 02000 ) || ( S_ISVTX != 01000 ) || ( S_IRUSR \
32 #if (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX) == 07777
39 S_IRGRP, S_IWGRP, S_IXGRP, S_ISGID,
H A Dcopy_file.c360 source_stat.st_mode &= ~(S_ISUID | S_ISGID);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstat.h21 #define S_ISGID 0002000 macro
51 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacstat.h48 #define S_ISGID 0x400 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dattr.c67 attr->ia_mode &= ~S_ISGID;
159 mode &= ~S_ISGID;
213 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) {
218 attr->ia_mode &= ~S_ISGID;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Ddirectory.h42 # define DIRBITS S_ISGID
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dacl.c46 (S_ISUID, S_ISGID, S_ISVTX) to those from MODE if any are set.
114 if (mode & (S_ISUID | S_ISGID | S_ISVTX))
159 non-permission bits of the destination file (S_ISUID, S_ISGID, S_ISVTX)
242 if (mode & (S_ISUID | S_ISGID | S_ISVTX))
H A Dsys_stat.in.h191 #if !S_ISGID
192 # define S_ISGID 02000 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h36 #define S_ISGID 0x0400 /* meaningless */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h35 #define S_ISGID 0x0400 /* meaningless */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/applets/
H A Dapplets.c121 S_ISGID, S_ISGID|S_IXGRP, S_IXGRP, 0, /* group */
375 if ((sct->m_mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c698 sp->st_mode & ~(S_ISUID | S_ISGID));
705 sp->st_mode & ~(S_ISUID | S_ISGID));
842 mode = fs->st_mode & (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO);
861 ts.st_mode &= S_ISUID | S_ISGID | S_ISVTX |
878 mode &= ~(S_ISUID | S_ISGID);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Dinode.c111 mode &= ~S_ISGID;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dinode.c272 if (dir->i_mode & S_ISGID) {
274 inode->i_mode &= S_ISGID;
530 if (dir->i_mode & S_ISGID) {
532 inode->i_mode &= S_ISGID;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dutil.h240 # define FORCE_DIR_SET_GID S_ISGID
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_stat.c39 S_ISUID, S_ISGID, S_ISVTX,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlmfs/
H A Ddlmfs.c468 if (parent->i_mode & S_ISGID) {
471 inode->i_mode |= S_ISGID;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dstat.c208 printf(pformat, (unsigned long) (statbuf->st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)));
591 (unsigned long) (statbuf.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c315 #ifndef S_ISGID
316 # define S_ISGID 0002000 /* set group id on execution */ macro
337 perms &= ~(S_ISUID | S_ISGID | S_ISVTX);
653 G.pInfo->file_attr |= G.statbuf.st_mode & S_ISGID;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hugetlbfs/
H A Dinode.c507 if (dir->i_mode & S_ISGID) {
510 mode |= S_ISGID;
544 if (dir->i_mode & S_ISGID)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c211 #ifndef S_ISGID
212 # define S_ISGID 0002000 /* set group id on execution */ macro
233 perms &= ~(S_ISUID | S_ISGID | S_ISVTX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c242 #ifndef S_ISGID
243 # define S_ISGID 0002000 /* set group id on execution */ macro
264 perms &= ~(S_ISUID | S_ISGID | S_ISVTX);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dinode.c430 #define SFBITS_MASK (S_ISVTX | S_ISGID | S_ISUID) /* SETFILEBITS valid bits */
1280 if (inode->i_mode & S_ISGID)
1281 mode |= S_ISGID;
1293 if (inode->i_mode & S_ISGID)
1334 if (inode->i_mode & S_ISGID)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c107 { S_IXGRP | S_ISGID, S_IXGRP | S_ISGID, 6, 's' },
108 { S_IXGRP | S_ISGID, S_ISGID, 6, 'S' },
109 { S_IXGRP | S_ISGID, S_IXGRP, 6, 'x' },

Completed in 601 milliseconds

123