Searched refs:setreuid (Results 1 – 22 of 22) sorted by relevance
/external/ltrace/ |
D | execute_program.c | 85 if (setreuid(run_uid, run_euid) < 0) { in change_uid()
|
/external/openssh/openbsd-compat/ |
D | bsd-setres_id.c | 75 if (setreuid(ruid, euid) < 0) { in setresuid()
|
D | bsd-misc.c | 83 return (setreuid(-1, euid)); in seteuid()
|
/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 65 int setreuid(uid_t, uid_t); function 84 …setreuid(2,2); // expected-warning{{The return value from the call to 'setreuid' is not checked. …
|
/external/e2fsprogs/misc/ |
D | uuidd.c | 84 if (setreuid(euid, euid) < 0) in create_daemon() 524 if (setreuid(uid, uid) < 0) in main()
|
/external/strace/ |
D | uid.c | 90 SYS_FUNC(setreuid) in SYS_FUNC() argument
|
D | strace.c | 446 if (euid != uid && setreuid(euid, uid) < 0) { in swap_uid() 1125 if (setreuid(run_uid, params->run_euid) < 0) { in exec_or_die() 1130 if (setreuid(run_uid, run_uid) < 0) { in exec_or_die()
|
D | sys_func.h | 230 extern SYS_FUNC(setreuid);
|
/external/ltrace/etc/ |
D | syscalls.conf | 67 int setreuid(int,int);
|
D | libc.so.conf | 408 int setreuid(uint, uint);
|
/external/valgrind/docs/internals/ |
D | 3_4_BUGSTATUS.txt | 46 187416 support for __NR_{setregid,setreuid,setresuid} in
|
D | MERGE_3_10_1.txt | 118 //340028 unhandled syscalls for arm64 (msync, pread64, setreuid and setregid)
|
/external/openssh/ |
D | auth-pam.c | 265 if (setreuid(sshpam_authctxt->pw->pw_uid, -1) == -1) in sshpam_chauthtok_ruid() 268 if (setreuid(0, -1) == -1) in sshpam_chauthtok_ruid()
|
D | config.h.in | 66 /* Define if your setreuid() is broken */ 971 /* Define to 1 if you have the `setreuid' function. */
|
D | configure.ac | 550 AC_DEFINE([BROKEN_SETREUID], [1], [Define if your setreuid() is broken]) 1685 setreuid \
|
D | configure | 16529 setreuid \
|
/external/libvncserver/x11vnc/misc/ |
D | Xdummy | 1437 setreuid(uid, -1);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 345 PRE_SYSCALL(setreuid)(long ruid, long euid) {} 347 POST_SYSCALL(setreuid)(long res, long ruid, long euid) {}
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 2642 Syscall param setreuid(ruid) contains uninitialised byte(s) 2646 Syscall param setreuid(euid) contains uninitialised byte(s)
|
/external/valgrind/ |
D | NEWS | 265 340028 unhandled syscalls for arm64 (msync, pread64, setreuid and setregid) 2541 187416 exp-ptrcheck: support for __NR_{setregid,setreuid,setresuid}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2862 fun:setreuid=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 939 PUBLIC d4140 0 setreuid
|