Home
last modified time | relevance | path

Searched defs:sgid (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/src/unistd/
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.c45 gid_t sgid = 0; in setresgid_0100() local
88 gid_t sgid = 0; in setresgid_0200() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/setresgid/
H A Dsetresgid03.c25 gid_t *sgid; member
H A Dsetresgid02.c29 gid_t *sgid; member
H A Dsetresgid01.c86 uid_t *sgid; /* saved 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.c187 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/creat/
H A Dcreat08.c50 static void file_test(const char *name, mode_t mode, int sgid, gid_t gid) in file_test() argument
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen10.c48 static void file_test(const char *name, mode_t mode, int sgid, gid_t gid) in file_test() argument
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_16.h144 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.h136 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.rs2877 let mut sgid = libc::gid_t::max_value(); in getresgid() variables
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h7461 gid_t sgid; in os_setresgid() local
/third_party/python/Modules/
H A Dposixmodule.c12842 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 66 milliseconds