Searched refs:getgroups (Results 1 – 25 of 100) sorted by relevance
1234
/external/minijail/examples/ |
D | drop_privs.cpp | 35 int nsupp_groups = getgroups(0, NULL); in log_resugid() 45 nsupp_groups = getgroups(nsupp_groups, list); in log_resugid()
|
/external/minijail/test/ |
D | libminijail_test.cpp | 31 int nsupp_groups = getgroups(0, NULL); in getgroups_with_alloc() 42 nsupp_groups = getgroups(nsupp_groups, *plist); in getgroups_with_alloc()
|
/external/ltp/include/lapi/syscalls/ |
D | s390.in | 264 getgroups 80 314 getgroups 205
|
D | s390x.in | 264 getgroups 80 314 getgroups 205
|
D | aarch64.in | 160 getgroups 158
|
D | x86_64.in | 116 getgroups 115
|
D | ia64.in | 54 getgroups 1077
|
D | sparc.in | 80 getgroups 79
|
D | sparc64.in | 71 getgroups 79
|
D | i386.in | 81 getgroups 80
|
D | powerpc.in | 81 getgroups 80
|
D | powerpc64.in | 81 getgroups 80
|
D | sh.in | 81 getgroups 80
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authsys_create/ |
D | tirpc_authsys_create.c | 54 len = getgroups(NGRPS, aup_gids); in main()
|
/external/ltp/testcases/kernel/syscalls/ |
D | .gitignore | 324 /getgroups/getgroups01 325 /getgroups/getgroups01_16 326 /getgroups/getgroups02 327 /getgroups/getgroups02_16 328 /getgroups/getgroups03 329 /getgroups/getgroups03_16 330 /getgroups/getgroups04 331 /getgroups/getgroups04_16
|
D | Makefile | 39 getdomainname getdtablesize gethostid getgroups get_mempolicy ipc \
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/ |
D | rpc_authunix_create.c | 69 num_groups = getgroups(NGROUPS_MAX, groups); in main()
|
/external/valgrind/coregrind/ |
D | pub_core_libcproc.h | 82 extern Int VG_(getgroups)( Int size, UInt* list );
|
/external/python/cpython2/Lib/test/ |
D | test_posix.py | 347 if 0 not in os.getgroups(): 578 set(posix.getgroups() + [posix.getegid()])) 631 self.saved_groups = posix.getgroups() 648 self.assertIn(g, posix.getgroups()) 655 self.assertListEqual(groups, posix.getgroups())
|
/external/ltp/runtest/ |
D | quickhit | 142 # 1. Check to see if getgroups(-1, gidset) fails and sets errno to EINVAL 143 # 2. Check to see if getgroups(0, gidset) does not return -1 and gidset is 145 # 3. Check to see if getgroups(x, gigset) fails and sets errno to EINVAL, 146 # where x is one less then what is returned by getgroups(0, gidset). 147 # 4. Check to see if getgroups() succeeds and gidset contains
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | compat_16.h | 82 LTP_CREATE_SYSCALL(getgroups, cleanup, gidsetsize, list); in GETGROUPS()
|
/external/toybox/toys/posix/ |
D | id.c | 132 : getgroups(i, groups); in do_id()
|
/external/strace/ |
D | uid.c | 195 SYS_FUNC(getgroups) in SYS_FUNC() argument
|
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | clang-fortify-tests.cpp | 377 EXPECT_DEATH(getgroups(3, gids)); in TestUnistd() 424 EXPECT_DEATH_STRUCT(getgroups(3, split_gids.tiny_buffer)); in TestUnistd()
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 536 if 0 not in os.getgroups(): 823 symdiff = idg_groups.symmetric_difference(posix.getgroups()) 1234 self.saved_groups = posix.getgroups() 1251 self.assertIn(g, posix.getgroups()) 1258 self.assertListEqual(groups, posix.getgroups())
|
1234