Home
last modified time | relevance | path

Searched defs:egid (Results 1 – 25 of 29) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsetegid.c35 gid_t egid = getegid(); in setegid_0100() local
61 gid_t egid = getegid(); in setegid_0200() local
Dsetregid.c38 gid_t egid = getegid(); in setregid_0100() local
68 gid_t egid = getegid(); in setregid_0200() local
Dsetresgid.c44 gid_t egid = 0; in setresgid_0100() local
87 gid_t egid = 0; in setresgid_0200() local
Dgetegid.c28 gid_t egid = getegid(); in getegid_0100() local
/third_party/musl/src/unistd/
Dsetegid.c5 int setegid(gid_t egid) in setegid()
Dsetregid.c5 int setregid(gid_t rgid, gid_t egid) in setregid()
Dsetresgid.c6 int setresgid(gid_t rgid, gid_t egid, gid_t sgid) in setresgid()
/third_party/musl/porting/liteos_a/user/src/unistd/
Dsetegid.c6 int setegid(gid_t egid) in setegid()
/third_party/toybox/toys/other/
Dnsenter.c91 static void handle_r(int euid, int egid) in handle_r()
128 int euid = geteuid(), egid = getegid(); in unshare_main() local
/third_party/musl/src/misc/
Dgetresgid.c5 int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid) in getresgid()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dcompat_16.h129 int SETREGID(void (cleanup)(void), GID_T rgid, GID_T egid) in SETREGID()
144 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.h126 int SETREGID(GID_T rgid, GID_T egid) in SETREGID()
136 int SETRESGID(GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID()
/third_party/ltp/include/
Dtst_uid.h37 #define tst_check_resgid(cstr, rgid, egid, sgid) \ argument
Dtst_safe_macros.h99 #define SAFE_SETEGID(egid) \ argument
114 #define SAFE_SETREGID(rgid, egid) \ argument
125 #define SAFE_SETRESGID(rgid, egid, sgid) \ argument
136 #define SAFE_GETRESGID(rgid, egid, sgid) \ argument
/third_party/ltp/testcases/kernel/syscalls/setregid/
Dsetregid01.c25 static gid_t gid, egid; /* current real and effective group id */ variable
/third_party/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid02.c28 gid_t *egid; member
Dsetresgid03.c24 gid_t *egid; member
Dsetresgid01.c85 uid_t *egid; /* effective GID */ member
/third_party/ltp/testcases/kernel/syscalls/getgroups/
Dgetgroups03.c163 GID_T egid; in verify_groups() local
/third_party/toybox/toys/posix/
Did.c91 gid_t gid = getgid(), egid = getegid(), *groups; in do_id() local
/third_party/ltp/lib/
Dtst_uid.c100 gid_t rgid, egid, sgid; in tst_check_resgid_() local
Dtst_safe_macros.c111 gid_t rgid, gid_t egid) in safe_setregid()
149 gid_t rgid, gid_t egid, gid_t sgid) in safe_setresgid()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_process.js111 egid: '[PC preview] unknow egid', property
/third_party/node/src/
Dnode_credentials.cc304 gid_t egid = getegid(); in GetGroups() local
/third_party/ltp/include/old/
Dsafe_macros.h73 #define SAFE_SETEGID(cleanup_fn, egid) \ argument
88 #define SAFE_GETRESGID(cleanup_fn, rgid, egid, sgid) \ argument

12