Home
last modified time | relevance | path

Searched defs:getgroups (Results 1 – 25 of 125) sorted by relevance

12345

/aosp_15_r20/external/musl/src/unistd/
H A Dgetgroups.c4 int getgroups(int count, gid_t list[]) in getgroups() function
/aosp_15_r20/external/trusty/musl/src/unistd/
Dgetgroups.c4 int getgroups(int count, gid_t list[]) in getgroups() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/
Did.rs213 pub fn getgroups() -> io::Result<Vec<Gid>> { in getgroups() function
/aosp_15_r20/external/strace/
H A Duid.c195 SYS_FUNC(getgroups) in SYS_FUNC() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsyscall_linux_386.go350 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_s390x.go397 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_loong64.go317 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_arm.go79 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_riscv64.go363 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_arm64.go383 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_mips.go337 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_mips64le.go382 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_amd64.go438 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_ppc.go402 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_mipsle.go337 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_mips64.go382 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_sparc64.go438 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_ppc64le.go458 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
Dzsyscall_linux_ppc64.go458 func getgroups(n int, list *_Gid_t) (nn int, err error) { func
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/process/
Dsyscalls.rs593 pub(crate) fn getgroups(buf: &mut [Gid]) -> io::Result<usize> { in getgroups() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/process/
Dsyscalls.rs709 pub(crate) fn getgroups(buf: &mut [Gid]) -> io::Result<usize> { in getgroups() function
/aosp_15_r20/prebuilts/go/linux-x86/misc/wasm/
Dwasm_exec.js67 getgroups() { throw enosys(); }, method
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_netbsd_arm.go12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
Dzsyscall_netbsd_386.go12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
Dzsyscall_netbsd_amd64.go12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func

12345