HomeSort by relevance Sort by last modified time
    Searched full:setregid (Results 1 - 25 of 545) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
setregid.S 5 ENTRY(setregid) function
14 END(setregid)
  /bionic/libc/arch-arm/syscalls/
setregid.S 5 ENTRY(setregid) function
16 END(setregid)
  /bionic/libc/arch-mips/syscalls/
setregid.S 5 ENTRY(setregid) function
19 END(setregid)
  /bionic/libc/arch-x86_64/syscalls/
setregid.S 5 ENTRY(setregid) function
15 END(setregid)
  /bionic/libc/arch-mips64/syscalls/
setregid.S 5 ENTRY(setregid) function
25 END(setregid)
  /bionic/libc/arch-x86/syscalls/
setregid.S 5 ENTRY(setregid) function
34 END(setregid)
  /external/ltrace/
execute_program.c 81 if (setregid(run_gid, run_egid) < 0) {
82 perror("ltrace: setregid");
  /ndk/sources/host-tools/make-3.81/
misc.c 602 setregid functions, but they don't work as in BSD and only the POSIX.1
613 and we must use setreuid and setregid instead. */
634 extern int setregid ();
635 #endif /* Have setregid. */
729 /* In 4BSD, the setreuid/setregid calls set both the real and effective IDs.
732 the real, leaving only one alternative. Using setreuid/setregid, however,
734 single setreuid or setregid call. */
750 if (setregid (make_gid, user_gid) < 0)
751 pfatal_with_name ("user_access: setregid");
798 if (setregid (user_gid, make_gid) < 0
    [all...]
  /external/clang/test/Analysis/
security-syntax-checks.m 64 int setregid(gid_t, gid_t);
85 setregid(2,2); // expected-warning{{The return value from the call to 'setregid' is not checked. If an error occurs in 'setregid', the following code may execute with unexpected privileges}}
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 92 "setregid",
  /external/valgrind/docs/internals/
3_4_BUGSTATUS.txt 46 187416 support for __NR_{setregid,setreuid,setresuid} in
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 622 setregid
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 605 setregid
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 602 setregid
  /development/ndk/platforms/android-12/include/
unistd.h 90 extern int setregid(gid_t, gid_t);
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 622 setregid
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 605 setregid
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 602 setregid
  /development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt 623 setregid
  /development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.functions.txt 606 setregid
  /development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt 603 setregid
  /development/ndk/platforms/android-17/arch-arm/symbols/
libc.so.functions.txt 623 setregid
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 606 setregid
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 603 setregid
  /development/ndk/platforms/android-18/arch-arm/symbols/
libc.so.functions.txt 623 setregid

Completed in 1067 milliseconds

1 2 3 4 5 6 7 8 91011>>