Searched defs:egid (Results 26 - 30 of 30) sorted by relevance
12
| /third_party/ltp/lib/ |
| H A D | safe_macros.c | 309 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/rust/crates/nix/src/ |
| H A D | unistd.rs | 2876 let mut egid = libc::gid_t::max_value(); in getresgid() variables
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | unistdndk.cpp | 392 gid_t egid = THIRTEEN;
in GetResGid() local
|
| /third_party/python/Modules/clinic/ |
| H A D | posixmodule.c.h | 3805 gid_t egid; in os_setegid() local 3875 gid_t egid; in os_setregid() local 7460 gid_t egid; os_setresgid() local [all...] |
| /third_party/python/Modules/ |
| H A D | posixmodule.c | 8223 os_setegid_impl(PyObject *module, gid_t egid) in os_setegid_impl() argument 8269 os_setregid_impl(PyObject *module, gid_t rgid, gid_t egid) in os_setregid_impl() argument 12842 os_setresgid_impl(PyObject *module, gid_t rgid, gid_t egid, gid_t sgid) in os_setresgid_impl() argument 12884 gid_t rgid, egid, sgi in os_getresgid_impl() local [all...] |
Completed in 33 milliseconds
12