Home
last modified time | relevance | path

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

12

/external/musl/src/misc/
Dgetresgid.c5 int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid) in getresgid()
/external/musl/src/unistd/
Dsetresgid.c6 int setresgid(gid_t rgid, gid_t egid, gid_t sgid) in setresgid()
/external/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
/external/minijail/examples/
Ddrop_privs.cpp28 gid_t rgid, egid, sgid; in log_resugid() local
/external/libcap-ng/libcap-ng-0.7/utils/
Dcaptest.c58 gid_t gid, egid, sgid; in report() local
/external/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()
/external/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
/external/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()
/external/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()
/external/minijail/test/
Dlibminijail_test.cpp99 gid_t rgid, egid, sgid; in log_resugid() local
/external/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()
/external/kernel-headers/original/uapi/rdma/
Dib_user_sa.h57 __u8 sgid[16]; member
/external/squashfs-tools/squashfs-tools/
Dpseudo.c279 char suid[100], sgid[100]; /* overflow safe */ in read_pseudo_def() local
/external/rust/crates/nix/src/
Dunistd.rs2877 let mut sgid = libc::gid_t::max_value(); localVariable
/external/ltp/include/old/
Dsafe_macros.h88 #define SAFE_GETRESGID(cleanup_fn, rgid, egid, sgid) \ argument
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h83 #define __sanitizer_syscall_pre_getresgid(rgid, egid, sgid) \ argument
86 #define __sanitizer_syscall_post_getresgid(res, rgid, egid, sgid) \ argument
127 #define __sanitizer_syscall_pre_setresgid(rgid, egid, sgid) \ argument
130 #define __sanitizer_syscall_post_setresgid(res, rgid, egid, sgid) \ argument
883 #define __sanitizer_syscall_pre_setresgid16(rgid, egid, sgid) \ argument
885 #define __sanitizer_syscall_post_setresgid16(res, rgid, egid, sgid) \ argument
888 #define __sanitizer_syscall_pre_getresgid16(rgid, egid, sgid) \ argument
891 #define __sanitizer_syscall_post_getresgid16(res, rgid, egid, sgid) \ argument
/external/python/cpython2/Modules/
Dposixmodule.c8814 gid_t rgid, egid, sgid; in posix_setresgid() local
8851 uid_t rgid, egid, sgid; in posix_getresgid() local
/external/python/cpython3/Modules/
Dposixmodule.c12645 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
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h7385 gid_t sgid; in os_setresgid() local

12