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

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
H A DAttribPermissions.java33 public static final int S_ISGID = 02000; field in class:AttribPermissions
/external/openssh/openbsd-compat/
H A Dstrmode.c108 switch (mode & (S_IXGRP | S_ISGID)) {
115 case S_ISGID:
118 case S_IXGRP | S_ISGID:
/external/kernel-headers/original/linux/
H A Dstat.h21 #define S_ISGID 0002000 macro
51 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
H A Dfs.h1387 (IS_MANDLOCK(inode) && ((inode)->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID)
/external/elfutils/libelf/
H A Delf_update.c132 /* POSIX says that ftruncate and write may clear the S_ISUID and S_ISGID
136 && unlikely (st.st_mode & (S_ISUID | S_ISGID))
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c966 gid_t gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
968 if((dir->i_mode & S_ISGID) && S_ISDIR(mode))
969 mode |= S_ISGID;
1146 gid_t gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c502 if (access_ret == 0 && (st.st_mode & (S_ISUID | S_ISGID)) == 0)
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java329 public static final int S_ISGID = placeholder(); field in class:OsConstants
/external/elfutils/src/
H A Dar.c551 ? ((arhdr->ar_mode & S_ISGID) ? 's' : 'x')
552 : ((arhdr->ar_mode & S_ISGID) ? 'S' : '-'),
/external/dropbear/
H A Dscp.c650 #define FILEMODEMASK (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO)
/external/openssh/
H A Dscp.c790 #define FILEMODEMASK (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO)
/external/valgrind/main/include/vki/
H A Dvki-darwin.h139 #define VKI_S_ISGID S_ISGID
/external/mksh/src/
H A Dfuncs.c2945 (b1.st_mode & S_ISGID) == S_ISGID);
/external/strace/
H A Dfile.c777 (mode & S_ISGID) ? "|S_ISGID" : "",
779 mode &= ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX);
H A Dstrace.c619 if (statbuf.st_mode & S_ISGID)
/external/genext2fs/
H A Dgenext2fs.c1480 if(st->st_mode & S_ISGID)

Completed in 408 milliseconds