/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | setresgid.c | 43 gid_t rgid = 0; in setresgid_0100() local 86 gid_t rgid = 0; in setresgid_0200() local
|
/third_party/musl/src/unistd/ |
D | setregid.c | 5 int setregid(gid_t rgid, gid_t egid) in setregid()
|
D | setresgid.c | 6 int setresgid(gid_t rgid, gid_t egid, gid_t sgid) in setresgid()
|
/third_party/musl/src/misc/ |
D | getresgid.c | 5 int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid) in getresgid()
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | compat_16.h | 129 int SETREGID(void (cleanup)(void), GID_T rgid, GID_T egid) in SETREGID() 144 int SETRESGID(void (cleanup)(void), GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() 149 int GETRESGID(void (cleanup)(void), GID_T *rgid, GID_T *egid, GID_T *sgid) in GETRESGID()
|
D | compat_tst_16.h | 126 int SETREGID(GID_T rgid, GID_T egid) in SETREGID() 136 int SETRESGID(GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID()
|
/third_party/ltp/include/ |
D | tst_uid.h | 37 #define tst_check_resgid(cstr, rgid, egid, sgid) \ argument
|
D | tst_safe_macros.h | 114 #define SAFE_SETREGID(rgid, egid) \ argument 125 #define SAFE_SETRESGID(rgid, egid, sgid) \ argument 136 #define SAFE_GETRESGID(rgid, egid, sgid) \ argument
|
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
D | setresgid02.c | 27 gid_t *rgid; member
|
D | setresgid03.c | 23 gid_t *rgid; member
|
D | setresgid01.c | 84 uid_t *rgid; /* real GID */ member
|
/third_party/ltp/lib/ |
D | tst_uid.c | 100 gid_t rgid, egid, sgid; in tst_check_resgid_() local
|
D | tst_safe_macros.c | 111 gid_t rgid, gid_t egid) in safe_setregid() 149 gid_t rgid, gid_t egid, gid_t sgid) in safe_setresgid()
|
D | safe_macros.c | 401 gid_t *rgid, gid_t *egid, gid_t *sgid) in safe_getresgid()
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 143 gid_t rgid, egid, sgid; in restore_privs() local
|
/third_party/rust/crates/nix/src/ |
D | unistd.rs | 2875 let mut rgid = libc::gid_t::max_value(); localVariable
|
/third_party/ltp/include/old/ |
D | safe_macros.h | 88 #define SAFE_GETRESGID(cleanup_fn, rgid, egid, sgid) \ argument
|
/third_party/python/Modules/ |
D | posixmodule.c | 8111 os_setregid_impl(PyObject *module, gid_t rgid, gid_t egid) in os_setregid_impl() 12645 os_setresgid_impl(PyObject *module, gid_t rgid, gid_t egid, gid_t sgid) in os_setresgid_impl() 12687 gid_t rgid, egid, sgid; in os_getresgid_impl() local
|
/third_party/python/Modules/clinic/ |
D | posixmodule.c.h | 3802 gid_t rgid; in os_setregid() local 7383 gid_t rgid; in os_setresgid() local
|