Searched refs:setresgid (Results 1 – 25 of 111) sorted by relevance
12345
/external/ltp/testcases/kernel/syscalls/utils/ |
D | compat_tst_16.h | 33 int setresgid(gid_t rgid, gid_t egid, gid_t sgid); 138 TST_CREATE_SYSCALL(setresgid, rgid, egid, sgid); in SETRESGID()
|
D | compat_16.h | 37 int setresgid(gid_t rgid, gid_t egid, gid_t sgid); 146 LTP_CREATE_SYSCALL(setresgid, cleanup, rgid, egid, sgid); in SETRESGID()
|
/external/openssh/openbsd-compat/ |
D | bsd-setres_id.h | 18 int setresgid(gid_t, gid_t, gid_t);
|
D | bsd-setres_id.c | 29 setresgid(gid_t rgid, gid_t egid, gid_t sgid) in setresgid() function
|
/external/ltp/include/lapi/syscalls/ |
D | s390.in | 271 setresgid 170 318 setresgid 210
|
D | s390x.in | 271 setresgid 170 317 setresgid 210
|
D | aarch64.in | 151 setresgid 149
|
D | mips_n64.in | 118 setresgid 117
|
D | ia64.in | 53 setresgid 1076
|
D | x86_64.in | 120 setresgid 119
|
D | sparc64.in | 96 setresgid 110
|
D | powerpc.in | 166 setresgid 169
|
D | mips_n32.in | 118 setresgid 117
|
D | i386.in | 167 setresgid 170
|
D | powerpc64.in | 166 setresgid 169
|
D | sparc.in | 116 setresgid 110
|
/external/ltp/testcases/kernel/syscalls/getresgid/ |
D | getresgid03.c | 172 if (setresgid(-1, pe_gid, -1) < 0) { in setup()
|
/external/crosvm/seccomp/aarch64/ |
D | fs_device.policy | 45 setresgid: 1
|
/external/crosvm/seccomp/x86_64/ |
D | fs_device.policy | 47 setresgid: 1
|
/external/adhd/sound_card_init/seccomp/ |
D | sound_card_init-seccomp-amd64.policy | 70 setresgid: 1
|
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
D | test_execve.c | 397 if (setresgid(1, 1, 1) != 0) in do_tests() 416 if (setresgid(1, 1, 1) != 0) in do_tests()
|
/external/libbrillo/brillo/ |
D | process.cc | 31 #define setresgid(_g1, _g2, _g3) setregid(_g1, _g2) macro 286 if (gid_ != static_cast<gid_t>(-1) && setresgid(gid_, gid_, gid_) < 0) { in Start()
|
/external/ltp/testcases/kernel/syscalls/setresgid/ |
D | setresgid03.c | 213 if (setresgid(nobody_gid, nobody_gid, nobody_gid) == -1) { in setup()
|
D | setresgid02.c | 217 if (setresgid(-1, nobody_gid, nobody_gid) == -1) { in setup()
|
/external/openssh/ |
D | uidswap.c | 234 if (setresgid(pw->pw_gid, pw->pw_gid, pw->pw_gid) == -1) in permanently_set_uid()
|
12345