HomeSort by relevance Sort by last modified time
    Searched refs:getgrouplist (Results 1 - 16 of 16) sorted by null

  /bionic/libc/bionic/
initgroups.c 42 if (getgrouplist(user, group, groups, &numgroups) < 0) {
46 if (getgrouplist(user,group,groups,&numgroups) < 0) {
grp_pwd.cpp 561 int getgrouplist(const char* /*user*/, gid_t group, gid_t* groups, int* ngroups) { function
  /bionic/libc/include/
grp.h 60 int getgrouplist(const char* __user, gid_t __group, gid_t* __groups, int* __group_count);
  /prebuilts/go/darwin-x86/src/os/user/
getgrouplist_darwin.go 14 int rv = getgrouplist(user, (int) group, buf, ngroups);
31 func getGroupList(name *C.char, userGID C.gid_t, gids *C.gid_t, n *C.int) C.int {
35 // groupRetry retries getGroupList with an increasingly large size for n. The
41 rv := getGroupList((*C.char)(unsafe.Pointer(&name[0])), userGID, &(*gids)[0], n)
getgrouplist_unix.go 15 return getgrouplist(user, group, groups, ngroups);
24 func getGroupList(name *C.char, userGID C.gid_t, gids *C.gid_t, n *C.int) C.int {
28 // groupRetry retries getGroupList with much larger size for n. The result is
36 rv := getGroupList((*C.char)(unsafe.Pointer(&name[0])), userGID, &(*gids)[0], n)
  /prebuilts/go/linux-x86/src/os/user/
getgrouplist_darwin.go 14 int rv = getgrouplist(user, (int) group, buf, ngroups);
31 func getGroupList(name *C.char, userGID C.gid_t, gids *C.gid_t, n *C.int) C.int {
35 // groupRetry retries getGroupList with an increasingly large size for n. The
41 rv := getGroupList((*C.char)(unsafe.Pointer(&name[0])), userGID, &(*gids)[0], n)
getgrouplist_unix.go 15 return getgrouplist(user, group, groups, ngroups);
24 func getGroupList(name *C.char, userGID C.gid_t, gids *C.gid_t, n *C.int) C.int {
28 // groupRetry retries getGroupList with much larger size for n. The result is
36 rv := getGroupList((*C.char)(unsafe.Pointer(&name[0])), userGID, &(*gids)[0], n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
grp.h 192 extern int getgrouplist (__const char *__user, __gid_t __group,
  /external/selinux/libselinux/src/
seusers.c 143 if (getgrouplist(name, gid, NULL, &ng) < 0) {
149 if (getgrouplist(name, gid, groups, &ng) < 0)
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 209 int getgrouplist(const char *, gid_t, gid_t *, int *);
  /external/toybox/toys/posix/
id.c 131 ngroups = username ? getgrouplist(username, gid, groups, &i)
  /external/libcap/progs/
capsh.c 424 status = getgrouplist(user, pwd->pw_gid, groups, &ngroups);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 283 #define getgrouplist _getgrouplist
  /external/python/cpython3/Lib/test/
test_posix.py 790 @unittest.skipUnless(hasattr(posix, 'getgrouplist'), "test needs posix.getgrouplist()")
796 self.assertIn(group, posix.getgrouplist(user, group))
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 485 milliseconds