Home
last modified time | relevance | path

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

12

/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
/third_party/ltp/testcases/kernel/syscalls/setregid/
H A Dsetregid01.c27 static gid_t gid, egid; variable
/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
/third_party/ltp/lib/
H A Dtst_uid.c100 gid_t rgid, egid, sgid; in tst_check_resgid_() local
H A Dtst_safe_macros.c149 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
H A Dsafe_macros.c309 safe_setegid(const char *file, const int lineno, void (*cleanup_fn) (void), gid_t egid) safe_setegid() argument
404 safe_getresgid(const char *file, const int lineno, void (*cleanup_fn)(void), gid_t *rgid, gid_t *egid, gid_t *sgid) safe_getresgid() argument
/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
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_16.h129 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 Dcompat_tst_16.h126 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 Dnode_credentials.cc353 gid_t egid = getegid(); in GetGroups() local
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c143 gid_t rgid, egid, sgid; in restore_privs() local
/third_party/rust/crates/nix/src/
H A Dunistd.rs2876 let mut egid = libc::gid_t::max_value(); in getresgid() variables
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h3805 gid_t egid; in os_setegid() local
3875 gid_t egid; in os_setregid() local
7460 gid_t egid; os_setresgid() local
[all...]

Completed in 31 milliseconds

12