/third_party/musl/src/unistd/ |
H A D | setegid.c | 8 int setegid(gid_t egid) in setegid() argument
|
H A D | setregid.c | 5 int setregid(gid_t rgid, gid_t egid) in setregid() argument
|
H A D | setresgid.c | 6 int setresgid(gid_t rgid, gid_t egid, gid_t sgid) in setresgid() argument
|
/third_party/musl/porting/liteos_a/user/src/unistd/ |
H A D | setegid.c | 6 int setegid(gid_t egid) in setegid() argument
|
/third_party/musl/src/misc/ |
H A D | getresgid.c | 5 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 D | getegid.c | 28 gid_t egid = getegid(); in getegid_0100() local
|
H A D | setegid.c | 35 gid_t egid = getegid(); in setegid_0100() local 61 gid_t egid = getegid(); in setegid_0200() local
|
H A D | setresgid.c | 44 gid_t egid = 0; in setresgid_0100() local 87 gid_t egid = 0; in setresgid_0200() local [all...] |
H A D | setregid.c | 38 gid_t egid = getegid(); in setregid_0100() local 68 gid_t egid = getegid(); in setregid_0200() local
|
/test/xts/hats/kernel/syscalls/fileio/getegid/ |
H A D | GetegidApiTest.cpp | 61 gid_t egid = getegid(); in HWTEST_F() local
|
/third_party/ltp/testcases/kernel/syscalls/setregid/ |
H A D | setregid01.c | 27 static gid_t gid, egid; variable
|
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
H A D | setresgid03.c | 24 gid_t *egid; member
|
H A D | setresgid02.c | 28 gid_t *egid; member
|
H A D | setresgid01.c | 85 uid_t *egid; /* effective GID */ member
|
/third_party/toybox/toys/other/ |
H A D | nsenter.c | 91 static void handle_r(int euid, int egid) in handle_r() argument 128 int euid = geteuid(), egid = getegid(); in unshare_main() local
|
/test/xts/acts/kernel_lite/process_posix/src/ |
H A D | UidGidTest.cpp | 212 gid_t egid = getegid();
in HWTEST_F() local 222 gid_t gid, egid, sgid;
in HWTEST_F() local 255 gid_t egid = getegid(); HWTEST_F() local [all...] |
/third_party/ltp/lib/ |
H A D | tst_uid.c | 100 gid_t rgid, egid, sgid; in tst_check_resgid_() local
|
H A D | tst_safe_macros.c | 149 safe_setregid(const char *file, const int lineno, gid_t rgid, gid_t egid) safe_setregid() argument 187 safe_setresgid(const char *file, const int lineno, gid_t rgid, gid_t egid, gid_t sgid) safe_setresgid() argument
|
/third_party/ltp/testcases/kernel/syscalls/getgroups/ |
H A D | getgroups03.c | 163 GID_T egid; in verify_groups() local
|
/third_party/toybox/toys/posix/ |
H A D | id.c | 91 gid_t gid = getgid(), egid = getegid(), *groups; in do_id() local
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | compat_16.h | 129 int SETREGID(void (cleanup)(void), GID_T rgid, GID_T egid) in SETREGID() argument 144 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 D | compat_tst_16.h | 126 int SETREGID(GID_T rgid, GID_T egid) in SETREGID() argument 136 int SETRESGID(GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() argument
|
/third_party/node/src/ |
H A D | node_credentials.cc | 353 gid_t egid = getegid(); in GetGroups() local
|
/base/startup/appspawn/test/mock/ |
H A D | app_system_stub.c | 144 int SetresgidStub(gid_t rgid, gid_t egid, gid_t sgid)
in SetresgidStub() argument
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 143 gid_t rgid, egid, sgid; in restore_privs() local
|