Home
last modified time | relevance | path

Searched defs:egid (Results 1 - 25 of 53) sorted by relevance

123

/third_party/musl/src/unistd/
H A Dsetegid.c8 int setegid(gid_t egid) in setegid() argument
H A Dsetregid.c5 int setregid(gid_t rgid, gid_t egid) in setregid() argument
H A Dsetresgid.c6 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 Dsetegid.c6 int setegid(gid_t egid) in setegid() argument
/third_party/musl/src/misc/
H A Dgetresgid.c5 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 Dgetegid.c28 gid_t egid = getegid(); in getegid_0100() local
H A Dsetegid.c35 gid_t egid = getegid(); in setegid_0100() local
61 gid_t egid = getegid(); in setegid_0200() local
H A Dsetresgid.c44 gid_t egid = 0; in setresgid_0100() local
87 gid_t egid = 0; in setresgid_0200() local
[all...]
H A Dsetregid.c38 gid_t egid = getegid(); in setregid_0100() local
68 gid_t egid = getegid(); in setregid_0200() local
/kernel/liteos_a/kernel/base/include/
H A Dlos_credentials_pri.h47 UINT32 egid; member
/test/xts/hats/kernel/syscalls/fileio/getegid/
H A DGetegidApiTest.cpp61 gid_t egid = getegid(); in HWTEST_F() local
/third_party/ltp/testcases/kernel/syscalls/setregid/
H A Dsetregid01.c27 static gid_t gid, egid; variable
/kernel/linux/linux-5.10/kernel/
H A Duid16.c91 old_gid_t rgid, egid, sgid; in SYSCALL_DEFINE3() local
/kernel/linux/linux-6.6/kernel/
H A Duid16.c91 old_gid_t rgid, egid, sgid; in SYSCALL_DEFINE3() local
/kernel/liteos_a/testsuites/unittest/security/reugid/smoke/
H A Dreugid_test_001.cpp45 int egid = 0; in Child1() local
106 int egid = 0; in Child() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/setresgid/
H A Dsetresgid03.c24 gid_t *egid; member
H A Dsetresgid02.c28 gid_t *egid; member
H A Dsetresgid01.c85 uid_t *egid; /* effective GID */ member
/third_party/toybox/toys/other/
H A Dnsenter.c91 static void handle_r(int euid, int egid) in handle_r() argument
128 int euid = geteuid(), egid = getegid(); in unshare_main() local
/kernel/linux/common_modules/container_escape_detection/include/
H A Dced_detection_points.h21 gid_t egid; member
/test/xts/acts/kernel_lite/process_posix/src/
H A DUidGidTest.cpp212 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 Dtst_uid.c100 gid_t rgid, egid, sgid; in tst_check_resgid_() local
/third_party/ltp/testcases/kernel/syscalls/getgroups/
H A Dgetgroups03.c163 GID_T egid; in verify_groups() local
/third_party/toybox/toys/posix/
H A Did.c91 gid_t gid = getgid(), egid = getegid(), *groups; in do_id() local
/kernel/liteos_a/compat/posix/include/
H A Dmqueue.h101 gid_t egid; /* egid of mqueue */ member

Completed in 8 milliseconds

123