/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/ |
linux-unistd.h | 46 int setregid (gid_t, gid_t);
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/ |
linux-unistd.h | 46 int setregid (gid_t, gid_t);
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/ |
linux-unistd.h | 46 int setregid (gid_t, gid_t);
|
/bionic/libc/ |
SYSCALLS.TXT | 100 int setregid:setregid32(gid_t, gid_t) 1,1,-1 101 int setregid:setregid(gid_t, gid_t) -1,-1,1
|
/external/oprofile/libpopt/ |
config.h | 161 /* Define to 1 if you have the `setregid' function. */
|
/ndk/sources/host-tools/make-3.81/ |
config.ami | 253 /* Define if you have the setregid function. */
|
config.h-vms | 279 /* Define if you have the setregid function. */
|
config.h.W32 | 189 /* Define to 1 if you have the `setregid' function. */
|
config.h.in | 187 /* Define to 1 if you have the `setregid' function. */
|
configure.in | 154 getgroups seteuid setegid setlinebuf setreuid setregid \
|
/bionic/libc/arch-arm/ |
syscalls.mk | 38 syscall_src += arch-arm/syscalls/setregid.S
|
/bionic/libc/arch-mips/ |
syscalls.mk | 42 syscall_src += arch-mips/syscalls/setregid.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 42 syscall_src += arch-x86/syscalls/setregid.S
|
/external/clang/www/analyzer/ |
release_notes.html | 164 <li>Warns about not checking the return values of setuid, setgid, seteuid, setegid, setreuid, setregid (another security issue)</li>
|
/external/strace/linux/arm/ |
syscallent.h | 102 { 2, 0, sys_setregid, "setregid" }, /* 71 */
|
/external/strace/linux/i386/ |
syscallent.h | 102 { 2, 0, sys_setregid, "setregid" }, /* 71 */
|
/external/strace/linux/sh/ |
syscallent.h | 104 { 2, 0, sys_setregid, "setregid" }, /* 71 */
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-darwin.h | 186 // NYI setregid 127
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/syscalls/ |
amd64-linux.xml | 131 <syscall name="setregid" number="114"/>
|
i386-linux.xml | 88 <syscall name="setregid" number="71"/>
|
mips-n32-linux.xml | 129 <syscall name="setregid" number="6112"/>
|
mips-n64-linux.xml | 129 <syscall name="setregid" number="5112"/>
|
mips-o32-linux.xml | 85 <syscall name="setregid" number="4071"/>
|
ppc-linux.xml | 88 <syscall name="setregid" number="71"/>
|
ppc64-linux.xml | 88 <syscall name="setregid" number="71"/>
|