Home
last modified time | relevance | path

Searched refs:getresgid (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dsetresgid.c30 int result = getresgid(&crgid, &cegid, &csgid); in setresgid_0100()
46 result = getresgid(&rgid, &egid, &sgid); in setresgid_0100()
73 int result = getresgid(&crgid, &cegid, &csgid); in setresgid_0200()
89 result = getresgid(&rgid, &egid, &sgid); in setresgid_0200()
/third_party/ltp/testcases/kernel/syscalls/vfork/
H A Dvfork01.c143 if (getresgid(&Crgid, &Cegid, &Csgid) < 0) { in main()
144 tst_resm(TFAIL, "getresgid() fails to " in main()
305 if (getresgid(&Prgid, &Pegid, &Psgid) < 0) { in setup()
306 tst_brkm(TFAIL, cleanup, "getresgid() fails to get " in setup()
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_16.h38 int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid);
151 LTP_CREATE_SYSCALL(getresgid, cleanup, rgid, egid, sgid); in GETRESGID()
/third_party/musl/src/misc/
H A Dgetresgid.c5 int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid) in getresgid() function
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetresgid.c24 * @tc.desc : Verify getresgid process success
31 int ret = getresgid(&gid_R, &gid_E, &gid_S); in getresgid_0100()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h211 int getresgid(gid_t *, gid_t *, gid_t *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h186 int getresgid(gid_t *, gid_t *, gid_t *);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h213 int getresgid(gid_t *, gid_t *, gid_t *);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h211 int getresgid(gid_t *, gid_t *, gid_t *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h186 int getresgid(gid_t *, gid_t *, gid_t *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h191 int getresgid(gid_t *, gid_t *, gid_t *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h186 int getresgid(gid_t *, gid_t *, gid_t *);
/third_party/musl/include/
H A Dunistd.h250 int getresgid(gid_t *, gid_t *, gid_t *);
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c145 if (getresgid(&rgid, &egid, &sgid) < 0) { in restore_privs()
146 perror("priv restore: getresgid failed"); in restore_privs()
/third_party/python/Lib/test/
H A Dtest_posix.py87 @unittest.skipUnless(hasattr(posix, 'getresgid'),
88 'test needs posix.getresgid()')
90 group_ids = posix.getresgid()
115 current_group_ids = posix.getresgid()
124 current_group_ids = posix.getresgid()
/third_party/ltp/lib/
H A Dsafe_macros.c409 rval = getresgid(rgid, egid, sgid); in safe_getresgid()
413 "getresgid(%p, %p, %p) failed", rgid, egid, sgid); in safe_getresgid()
416 "Invalid getresgid(%p, %p, %p) return value %d", rgid, in safe_getresgid()
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs711 let resgids = getresgid().unwrap(); in test_getresgid()
/third_party/rust/crates/nix/src/
H A Dunistd.rs2866 /// ([see getresgid(2)](http://man7.org/linux/man-pages/man2/getresgid.2.html))
2874 pub fn getresgid() -> Result<ResGid> { in getresgid() functions
2878 let res = unsafe { libc::getresgid(&mut rgid, &mut egid, &mut sgid) }; in getresgid()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1514 pub fn getresgid(rgid: *mut ::gid_t, egid: *mut ::gid_t, sgid: *mut ::gid_t) -> ::c_int; in getresgid() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1777 pub fn getresgid(rgid: *mut ::gid_t, egid: *mut ::gid_t, sgid: *mut ::gid_t) -> ::c_int; in getresgid() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1765 pub fn getresgid(rgid: *mut ::gid_t, egid: *mut ::gid_t, sgid: *mut ::gid_t) -> ::c_int; in getresgid() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3921 pub fn getresgid(rgid: *mut ::gid_t, egid: *mut ::gid_t, sgid: *mut ::gid_t) -> ::c_int; in getresgid() functions
/third_party/python/Modules/
H A Dposixmodule.c12875 os.getresgid
12885 if (getresgid(&rgid, &egid, &sgid) < 0) in os_getresgid_impl()

Completed in 62 milliseconds