HomeSort by relevance Sort by last modified time
    Searched defs:getgroups (Results 1 - 25 of 61) sorted by null

1 2 3

  /bionic/libc/arch-arm/syscalls/
getgroups.S 5 ENTRY(getgroups) function
16 END(getgroups)
  /bionic/libc/arch-arm64/syscalls/
getgroups.S 5 ENTRY(getgroups) function
14 END(getgroups)
  /bionic/libc/arch-mips/syscalls/
getgroups.S 5 ENTRY(getgroups) function
19 END(getgroups)
  /bionic/libc/arch-mips64/syscalls/
getgroups.S 5 ENTRY(getgroups) function
25 END(getgroups)
  /bionic/libc/arch-x86/syscalls/
getgroups.S 5 ENTRY(getgroups) function
34 END(getgroups)
  /bionic/libc/arch-x86_64/syscalls/
getgroups.S 5 ENTRY(getgroups) function
15 END(getgroups)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
unistd.h 258 getgroups) __wur;
262 __wur __warnattr ("getgroups called with bigger group count than what "
266 __NTH (getgroups (int __size, __gid_t __list[])) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
unistd.h 258 getgroups) __wur;
262 __wur __warnattr ("getgroups called with bigger group count than what "
266 __NTH (getgroups (int __size, __gid_t __list[])) function
  /external/valgrind/coregrind/
m_libcproc.c 785 Int VG_(getgroups)( Int size, UInt* list ) function
815 # error "VG_(getgroups): needs implementation on this platform"
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_dragonfly_amd64.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_freebsd_386.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_freebsd_amd64.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_freebsd_arm.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_netbsd_386.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_netbsd_amd64.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_netbsd_arm.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_openbsd_386.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_openbsd_amd64.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_openbsd_arm.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_dragonfly_amd64.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_freebsd_386.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_freebsd_amd64.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_freebsd_arm.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_netbsd_386.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func
zsyscall_netbsd_amd64.go 12 func getgroups(ngid int, gid *_Gid_t) (n int, err error) { func

Completed in 587 milliseconds

1 2 3