Home
last modified time | relevance | path

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

/external/strace/
Dprintmode.c55 (mode & S_ISGID) ? "|S_ISGID" : "", in sprintmode()
57 mode &= ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX); in sprintmode()
Dstrace.c1253 params_for_tracee.run_egid = (statbuf.st_mode & S_ISGID) ? statbuf.st_gid : run_gid; in startup_child()
/external/kernel-headers/original/uapi/linux/
Dstat.h16 #define S_ISGID 0002000 macro
/external/ltrace/
Dexecute_program.c77 if (statbuf.st_mode & S_ISGID) { in change_uid()
/external/toybox/toys/pending/
Dtest.c73 else if (id == 5) toys.exitval = !(st.st_mode & S_ISGID); // g in test_main()
/external/elfutils/libelf/
Delf_update.c134 && unlikely (st.st_mode & (S_ISUID | S_ISGID)) in write_file()
DChangeLog1150 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/squashfs-tools/squashfs-tools/
Dunsquashfs.c118 { S_IXGRP | S_ISGID, S_IXGRP | S_ISGID, 6, 's' },
119 { S_IXGRP | S_ISGID, S_ISGID, 6, 'S' },
120 { S_IXGRP | S_ISGID, S_IXGRP, 6, 'x' },
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c507 if (access_ret == 0 && (st.st_mode & (S_ISUID | S_ISGID)) == 0) in get_uuid_via_daemon()
/external/elfutils/src/
Dar.c569 ? ((arhdr->ar_mode & S_ISGID) ? 's' : 'x') in do_oper_extract()
570 : ((arhdr->ar_mode & S_ISGID) ? 'S' : '-'), in do_oper_extract()
/external/valgrind/include/vki/
Dvki-darwin.h147 #define VKI_S_ISGID S_ISGID
Dvki-solaris.h1138 #define VKI_S_ISGID S_ISGID
/external/mksh/src/
Dfuncs.c3137 (b1.st_mode & S_ISGID) == S_ISGID); in test_eval()