/external/minijail/examples/ |
D | drop_privs.cpp | 34 int nsupp_groups = getgroups(0, NULL); in log_resugid() 44 nsupp_groups = getgroups(nsupp_groups, list); in log_resugid()
|
/external/bison/lib/ |
D | unistd.in.h | 687 # undef getgroups 688 # define getgroups rpl_getgroups 690 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups)); 691 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups)); 694 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups)); 696 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups)); 698 _GL_CXXALIASWARN (getgroups); 700 # undef getgroups 702 _GL_WARN_ON_USE (getgroups, "getgroups is unportable - "
|
/external/minijail/test/ |
D | libminijail_test.cpp | 30 int nsupp_groups = getgroups(0, NULL); in getgroups_with_alloc() 41 nsupp_groups = getgroups(nsupp_groups, *plist); in getgroups_with_alloc()
|
/external/bison/linux-lib/ |
D | unistd.h | 999 # undef getgroups 1000 # define getgroups rpl_getgroups 1002 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups)); 1003 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups)); 1006 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups)); 1008 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups)); 1010 _GL_CXXALIASWARN (getgroups); 1012 # undef getgroups 1014 _GL_WARN_ON_USE (getgroups, "getgroups is unportable - "
|
/external/bison/darwin-lib/ |
D | unistd.h | 999 # undef getgroups 1000 # define getgroups rpl_getgroups 1002 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups)); 1003 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups)); 1006 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups)); 1008 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups)); 1010 _GL_CXXALIASWARN (getgroups); 1012 # undef getgroups 1014 _GL_WARN_ON_USE (getgroups, "getgroups is unportable - "
|
/external/valgrind/coregrind/ |
D | pub_core_libcproc.h | 82 extern Int VG_(getgroups)( Int size, UInt* list );
|
/external/toybox/toys/posix/ |
D | id.c | 132 : getgroups(i, groups); in do_id()
|
/external/strace/ |
D | uid.c | 208 SYS_FUNC(getgroups) in SYS_FUNC() argument
|
D | sys_func.h | 72 extern SYS_FUNC(getgroups);
|
/external/valgrind/docs/internals/ |
D | MERGE_3_10_1.txt | 168 //340922 arm64: unhandled getgroups/setgroups syscalls
|
/external/bison/m4/ |
D | unistd_h.m4 | 45 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
|
/external/strace/linux/32/ |
D | syscallent.h | 166 [158] = { 2, 0, SEN(getgroups), "getgroups" },
|
/external/strace/linux/64/ |
D | syscallent.h | 159 [158] = { 2, 0, SEN(getgroups), "getgroups" },
|
/external/libcap/progs/ |
D | capsh.c | 551 status = getgroups(MAX_GROUPS, groups); in main()
|
/external/strace/linux/s390x/ |
D | syscallent.h | 220 [205] = { 2, 0, SEN(getgroups), "getgroups" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 108 [ 80] = { 2, 0, SEN(getgroups), "getgroups" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 116 [6113] = { 2, 0, SEN(getgroups), "getgroups" },
|
D | syscallent-n64.h | 116 [5113] = { 2, 0, SEN(getgroups), "getgroups" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 191 [196] = { 2, 0, SEN(getgroups), "getgroups" },
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 116 [115] = { 2, 0, SEN(getgroups), "getgroups" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 96 [1077] = { 2, 0, SEN(getgroups), "getgroups" },
|
/external/strace/linux/s390/ |
D | syscallent.h | 236 [205] = { 2, 0, SEN(getgroups), "getgroups32" },
|
/external/strace/linux/sparc/ |
D | syscallent.h | 116 [115] = { 2, 0, SEN(getgroups), "getgroups32" },
|
/external/strace/linux/hppa/ |
D | syscallent.h | 85 [ 80] = { 2, 0, SEN(getgroups), "getgroups" },
|
/external/strace/linux/powerpc64/ |
D | syscallent.h | 109 [ 80] = { 2, 0, SEN(getgroups), "getgroups" },
|