Home
last modified time | relevance | path

Searched refs:S_ISGID (Results 1 – 19 of 19) sorted by relevance

/external/openssh/openbsd-compat/
Dstrmode.c108 switch (mode & (S_IXGRP | S_ISGID)) { in strmode()
115 case S_ISGID: in strmode()
118 case S_IXGRP | S_ISGID: in strmode()
/external/kernel-headers/original/linux/
Dstat.h21 #define S_ISGID 0002000 macro
51 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
Dfs.h1910 return (ino->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID; in __mandatory_lock()
2594 return (mode & S_ISUID) || ((mode & S_ISGID) && (mode & S_IXGRP)); in is_sxid()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
DAttribPermissions.java33 public static final int S_ISGID = 02000; field in AttribPermissions
/external/elfutils/libelf/
Delf_update.c136 && unlikely (st.st_mode & (S_ISUID | S_ISGID)) in write_file()
DChangeLog390 if its mode had S_ISUID or S_ISGID bits set.
/external/bison/lib/
Dsys_stat.in.h240 #if !S_ISGID
241 # define S_ISGID 02000
/external/bison/linux-lib/sys/
Dstat.h552 #if !S_ISGID
553 # define S_ISGID 02000 macro
/external/bison/darwin-lib/sys/
Dstat.h552 #if !S_ISGID
553 # define S_ISGID 02000 macro
/external/yaffs2/yaffs2/
Dyaffs_fs.c966 gid_t gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid; in yaffs_mknod()
968 if((dir->i_mode & S_ISGID) && S_ISDIR(mode)) in yaffs_mknod()
969 mode |= S_ISGID; in yaffs_mknod()
1146 gid_t gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid; in yaffs_symlink()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c502 if (access_ret == 0 && (st.st_mode & (S_ISUID | S_ISGID)) == 0) in get_uuid_via_daemon()
/external/elfutils/src/
Dar.c551 ? ((arhdr->ar_mode & S_ISGID) ? 's' : 'x') in do_oper_extract()
552 : ((arhdr->ar_mode & S_ISGID) ? 'S' : '-'), in do_oper_extract()
/external/valgrind/main/include/vki/
Dvki-darwin.h139 #define VKI_S_ISGID S_ISGID
/external/dropbear/
Dscp.c650 #define FILEMODEMASK (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO) in source()
/external/strace/
Dfile.c777 (mode & S_ISGID) ? "|S_ISGID" : "", in sprintmode()
779 mode &= ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX); in sprintmode()
Dstrace.c616 if (statbuf.st_mode & S_ISGID) in startup_child()
/external/openssh/
Dscp.c790 #define FILEMODEMASK (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO) in source()
/external/mksh/src/
Dfuncs.c3049 (b1.st_mode & S_ISGID) == S_ISGID); in test_eval()
/external/genext2fs/
Dgenext2fs.c1480 if(st->st_mode & S_ISGID) in get_mode()