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

  /bionic/libc/arch-arm/syscalls/
getgroups.S 6 ENTRY(getgroups) function
15 END(getgroups)
  /bionic/libc/arch-mips/syscalls/
getgroups.S 4 .globl getgroups
6 .ent getgroups
8 getgroups: label
22 .end getgroups
  /bionic/libc/arch-x86/syscalls/
getgroups.S 6 ENTRY(getgroups) function
24 END(getgroups)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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
  /external/bison/darwin-lib/
unistd.h 1012 # undef getgroups macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1012 # undef getgroups macro
    [all...]
  /external/valgrind/main/coregrind/
m_libcproc.c 533 Int VG_(getgroups)( Int size, UInt* list ) function
561 # error "VG_(getgroups): needs implementation on this platform"
  /external/openssh/
defines.h 774 # define getgroups(a,b) ((a)==0 && (b)==NULL ? NGROUPS_MAX : getgroups((a),(b))) macro

Completed in 195 milliseconds