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

  /bionic/libc/arch-arm/syscalls/
getgroups.S 5 ENTRY(getgroups) function
14 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
26 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.11-4.8/sysroot/usr/include/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/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/bison/darwin-lib/
unistd.h 1012 # undef getgroups macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1012 # undef getgroups macro
    [all...]
  /external/valgrind/coregrind/
m_libcproc.c 550 Int VG_(getgroups)( Int size, UInt* list ) function
579 # error "VG_(getgroups): needs implementation on this platform"
  /external/openssh/
defines.h 796 # define getgroups(a,b) ((a)==0 && (b)==NULL ? NGROUPS_MAX : getgroups((a),(b))) macro

Completed in 1267 milliseconds