Home
last modified time | relevance | path

Searched refs:getgroups (Results 1 – 25 of 51) sorted by relevance

123

/external/minijail/examples/
Ddrop_privs.cpp34 int nsupp_groups = getgroups(0, NULL); in log_resugid()
44 nsupp_groups = getgroups(nsupp_groups, list); in log_resugid()
/external/bison/lib/
Dunistd.in.h687 # 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/
Dlibminijail_test.cpp30 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/
Dunistd.h999 # 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/
Dunistd.h999 # 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/
Dpub_core_libcproc.h82 extern Int VG_(getgroups)( Int size, UInt* list );
/external/toybox/toys/posix/
Did.c132 : getgroups(i, groups); in do_id()
/external/strace/
Duid.c208 SYS_FUNC(getgroups) in SYS_FUNC() argument
Dsys_func.h72 extern SYS_FUNC(getgroups);
/external/valgrind/docs/internals/
DMERGE_3_10_1.txt168 //340922 arm64: unhandled getgroups/setgroups syscalls
/external/bison/m4/
Dunistd_h.m445 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
/external/strace/linux/32/
Dsyscallent.h166 [158] = { 2, 0, SEN(getgroups), "getgroups" },
/external/strace/linux/64/
Dsyscallent.h159 [158] = { 2, 0, SEN(getgroups), "getgroups" },
/external/libcap/progs/
Dcapsh.c551 status = getgroups(MAX_GROUPS, groups); in main()
/external/strace/linux/s390x/
Dsyscallent.h220 [205] = { 2, 0, SEN(getgroups), "getgroups" },
/external/strace/linux/avr32/
Dsyscallent.h108 [ 80] = { 2, 0, SEN(getgroups), "getgroups" },
/external/strace/linux/mips/
Dsyscallent-n32.h116 [6113] = { 2, 0, SEN(getgroups), "getgroups" },
Dsyscallent-n64.h116 [5113] = { 2, 0, SEN(getgroups), "getgroups" },
/external/strace/linux/xtensa/
Dsyscallent.h191 [196] = { 2, 0, SEN(getgroups), "getgroups" },
/external/strace/linux/x86_64/
Dsyscallent.h116 [115] = { 2, 0, SEN(getgroups), "getgroups" },
/external/strace/linux/ia64/
Dsyscallent.h96 [1077] = { 2, 0, SEN(getgroups), "getgroups" },
/external/strace/linux/s390/
Dsyscallent.h236 [205] = { 2, 0, SEN(getgroups), "getgroups32" },
/external/strace/linux/sparc/
Dsyscallent.h116 [115] = { 2, 0, SEN(getgroups), "getgroups32" },
/external/strace/linux/hppa/
Dsyscallent.h85 [ 80] = { 2, 0, SEN(getgroups), "getgroups" },
/external/strace/linux/powerpc64/
Dsyscallent.h109 [ 80] = { 2, 0, SEN(getgroups), "getgroups" },

123