Home
last modified time | relevance | path

Searched defs:rgid (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/src/unistd/
H A Dsetregid.c5 int setregid(gid_t rgid, gid_t egid) in setregid() argument
H A Dsetresgid.c6 int setresgid(gid_t rgid, gid_t egid, gid_t sgid) in setresgid() argument
/third_party/musl/src/misc/
H A Dgetresgid.c5 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 Dsetresgid.c43 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 Dsetresgid03.c23 gid_t *rgid; member
H A Dsetresgid02.c27 gid_t *rgid; member
H A Dsetresgid01.c84 uid_t *rgid; /* real GID */ member
/third_party/ltp/lib/
H A Dtst_uid.c100 gid_t rgid, egid, sgid; in tst_check_resgid_() local
H A Dtst_safe_macros.c149 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 Dsafe_macros.c404 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 Dcompat_16.h129 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 Dcompat_tst_16.h126 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 Dfusermount.c143 gid_t rgid, egid, sgid; in restore_privs() local
/third_party/rust/crates/nix/src/
H A Dunistd.rs2875 let mut rgid = libc::gid_t::max_value(); in getresgid() variables
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h3874 gid_t rgid; in os_setregid() local
7459 gid_t rgid; in os_setresgid() local
[all...]
/third_party/python/Modules/
H A Dposixmodule.c8269 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

Completed in 35 milliseconds