| /third_party/musl/src/unistd/ |
| H A D | setregid.c | 5 int setregid(gid_t rgid, gid_t egid) in setregid() argument
|
| H A D | setresgid.c | 6 int setresgid(gid_t rgid, gid_t egid, gid_t sgid) in setresgid() argument
|
| /third_party/musl/src/misc/ |
| H A D | getresgid.c | 5 int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid) in getresgid() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| H A D | setresgid.c | 43 gid_t rgid = 0; in setresgid_0100() local 86 gid_t rgid = 0; in setresgid_0200() local [all...] |
| /third_party/ltp/testcases/kernel/syscalls/setresgid/ |
| H A D | setresgid03.c | 23 gid_t *rgid; member
|
| H A D | setresgid02.c | 27 gid_t *rgid; member
|
| H A D | setresgid01.c | 84 uid_t *rgid; /* real GID */ member
|
| /third_party/ltp/lib/ |
| H A D | tst_uid.c | 100 gid_t rgid, egid, sgid; in tst_check_resgid_() local
|
| H A D | tst_safe_macros.c | 149 safe_setregid(const char *file, const int lineno, gid_t rgid, gid_t egid) safe_setregid() argument 187 safe_setresgid(const char *file, const int lineno, gid_t rgid, gid_t egid, gid_t sgid) safe_setresgid() argument
|
| H A D | safe_macros.c | 404 safe_getresgid(const char *file, const int lineno, void (*cleanup_fn)(void), gid_t *rgid, gid_t *egid, gid_t *sgid) safe_getresgid() argument
|
| /third_party/ltp/testcases/kernel/syscalls/utils/ |
| H A D | compat_16.h | 129 int SETREGID(void (cleanup)(void), GID_T rgid, GID_T egid) in SETREGID() argument 144 int SETRESGID(void (cleanup)(void), GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() argument 149 int GETRESGID(void (cleanup)(void), GID_T *rgid, GID_T *egid, GID_T *sgid) in GETRESGID() argument
|
| H A D | compat_tst_16.h | 126 int SETREGID(GID_T rgid, GID_T egid) in SETREGID() argument 136 int SETRESGID(GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() argument
|
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fusermount.c | 143 gid_t rgid, egid, sgid; in restore_privs() local
|
| /third_party/rust/crates/nix/src/ |
| H A D | unistd.rs | 2875 let mut rgid = libc::gid_t::max_value(); in getresgid() variables
|
| /third_party/python/Modules/clinic/ |
| H A D | posixmodule.c.h | 3874 gid_t rgid; in os_setregid() local 7459 gid_t rgid; in os_setresgid() local [all...] |
| /third_party/python/Modules/ |
| H A D | posixmodule.c | 8269 os_setregid_impl(PyObject *module, gid_t rgid, gid_t egid) in os_setregid_impl() argument 12842 os_setresgid_impl(PyObject *module, gid_t rgid, gid_t egid, gid_t sgid) in os_setresgid_impl() argument 12884 gid_t rgid, egid, sgid; in os_getresgid_impl() local
|