Home
last modified time | relevance | path

Searched defs:sgid (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsetresgid.c45 gid_t sgid = 0; in setresgid_0100() local
88 gid_t sgid = 0; in setresgid_0200() local
/third_party/musl/src/unistd/
Dsetresgid.c6 int setresgid(gid_t rgid, gid_t egid, gid_t sgid) in setresgid()
/third_party/musl/src/misc/
Dgetresgid.c5 int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid) in getresgid()
/third_party/ltp/include/
Dtst_uid.h37 #define tst_check_resgid(cstr, rgid, egid, sgid) \ argument
Dtst_safe_macros.h130 #define SAFE_SETRESGID(rgid, egid, sgid) \ argument
141 #define SAFE_GETRESGID(rgid, egid, sgid) \ argument
/third_party/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid02.c29 gid_t *sgid; member
Dsetresgid03.c25 gid_t *sgid; member
Dsetresgid01.c86 uid_t *sgid; /* saved GID */ member
/third_party/ltp/testcases/kernel/syscalls/utils/
Dcompat_16.h144 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()
Dcompat_tst_16.h136 int SETRESGID(GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID()
/third_party/ltp/testcases/kernel/syscalls/creat/
Dcreat08.c50 static void file_test(const char *name, mode_t mode, int sgid, gid_t gid) in file_test()
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen10.c48 static void file_test(const char *name, mode_t mode, int sgid, gid_t gid) in file_test()
/third_party/ltp/lib/
Dtst_uid.c100 gid_t rgid, egid, sgid; in tst_check_resgid_() local
Dtst_safe_macros.c188 gid_t rgid, gid_t egid, gid_t sgid) in safe_setresgid()
Dsafe_macros.c405 gid_t *rgid, gid_t *egid, gid_t *sgid) in safe_getresgid()
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c143 gid_t rgid, egid, sgid; in restore_privs() local
/third_party/rust/crates/nix/src/
Dunistd.rs2877 let mut sgid = libc::gid_t::max_value(); localVariable
/third_party/ltp/include/old/
Dsafe_macros.h88 #define SAFE_GETRESGID(cleanup_fn, rgid, egid, sgid) \ argument
/third_party/python/Modules/
Dposixmodule.c12804 os_setresgid_impl(PyObject *module, gid_t rgid, gid_t egid, gid_t sgid) in os_setresgid_impl()
12846 gid_t rgid, egid, sgid; in os_getresgid_impl() local
/third_party/python/Modules/clinic/
Dposixmodule.c.h7461 gid_t sgid; in os_setresgid() local