Home
last modified time | relevance | path

Searched defs:sgid (Results 1 – 25 of 39) 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/trusty/musl/src/misc/
Dgetresgid.c5 int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid) in getresgid()
/external/trusty/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.h137 #define SAFE_SETRESGID(rgid, egid, sgid) \ argument
148 #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/setresgid/
Dsetresgid03.c25 gid_t *sgid; member
Dsetresgid02.c29 gid_t *sgid; member
Dsetresgid01.c86 uid_t *sgid; /* saved GID */ member
/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/open/
Dopen10.c48 static void file_test(const char *name, mode_t mode, int sgid, gid_t gid) in file_test()
/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/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.rs2988 let mut sgid = libc::gid_t::MAX; localVariable
/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp2770 const uint32_t sgid = info.at(f * primitiveStride + p); in makeFragmentSubgroups() local
2856 const uint32_t sgid = a.fqin(id, isHelperInvocation); in simulateStore() local
2888 const uint32_t sgid = a.fqin(id, isHelperInvocation); in simulateBallot() local
3120 const uint32_t sgid = a.m_primitiveSubgroups.at(primitiveID); in simulateBallot() local
3148 const uint32_t sgid = a.m_primitiveSubgroups.at(primitiveID); in simulateStore() local
4295 const uint32_t sgid = a.m_primitiveSubgroups.at(primitiveID); in simulateBallot() local
4323 const uint32_t sgid = a.m_primitiveSubgroups.at(primitiveID); in simulateStore() local
/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

12