Searched refs:S_ISGID (Results 1 – 16 of 16) sorted by relevance
/external/strace/ |
D | printmode.c | 55 (mode & S_ISGID) ? "|S_ISGID" : "", in sprintmode() 57 mode &= ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX); in sprintmode()
|
D | strace.c | 1253 params_for_tracee.run_egid = (statbuf.st_mode & S_ISGID) ? statbuf.st_gid : run_gid; in startup_child()
|
/external/kernel-headers/original/uapi/linux/ |
D | stat.h | 16 #define S_ISGID 0002000 macro
|
/external/ltrace/ |
D | execute_program.c | 77 if (statbuf.st_mode & S_ISGID) { in change_uid()
|
/external/toybox/toys/pending/ |
D | test.c | 73 else if (id == 5) toys.exitval = !(st.st_mode & S_ISGID); // g in test_main()
|
/external/elfutils/libelf/ |
D | elf_update.c | 134 && unlikely (st.st_mode & (S_ISUID | S_ISGID)) in write_file()
|
D | ChangeLog | 1150 if its mode had S_ISUID or S_ISGID bits set.
|
/external/bison/lib/ |
D | sys_stat.in.h | 240 #if !S_ISGID 241 # define S_ISGID 02000
|
/external/bison/linux-lib/sys/ |
D | stat.h | 552 #if !S_ISGID 553 # define S_ISGID 02000 macro
|
/external/bison/darwin-lib/sys/ |
D | stat.h | 552 #if !S_ISGID 553 # define S_ISGID 02000 macro
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 118 { 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/ |
D | gen_uuid.c | 507 if (access_ret == 0 && (st.st_mode & (S_ISUID | S_ISGID)) == 0) in get_uuid_via_daemon()
|
/external/elfutils/src/ |
D | ar.c | 569 ? ((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/ |
D | vki-darwin.h | 147 #define VKI_S_ISGID S_ISGID
|
D | vki-solaris.h | 1138 #define VKI_S_ISGID S_ISGID
|
/external/mksh/src/ |
D | funcs.c | 3137 (b1.st_mode & S_ISGID) == S_ISGID); in test_eval()
|