Searched refs:getgroups (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_libcproc.h79 extern Int VG_(getgroups)( Int size, UInt* list );
H A Dm_libcproc.c540 Int VG_(getgroups)( Int size, UInt* list ) function
569 # error "VG_(getgroups): needs implementation on this platform"
H A Dm_libcfile.c632 Int ngrp = VG_(getgroups)(32, groups);
634 /* ngrp will be -1 if VG_(getgroups) failed. */
/external/bison/darwin-lib/
H A 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 macro
1014 _GL_WARN_ON_USE (getgroups, "getgroups i
[all...]
/external/bison/lib/
H A 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 i
[all...]
/external/bison/linux-lib/
H A 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 macro
1014 _GL_WARN_ON_USE (getgroups, "getgroups i
[all...]
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc165 RESTRICT_SYSCALL_DEATH_TEST(getgroups);
/external/ppp/pppd/
H A Dmain.c344 ngroups = getgroups(NGROUPS_MAX, groups);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3228 TEST(MemorySanitizer, getgroups) {
3229 int n = getgroups(0, 0);
3231 int res = getgroups(n, gids);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2711 INTERCEPTOR(int, getgroups, int size, u32 *lst) {
2713 COMMON_INTERCEPTOR_ENTER(ctx, getgroups, size, lst);
2717 int res = REAL(getgroups)(size, lst);
2721 #define INIT_GETGROUPS COMMON_INTERCEPT_FUNCTION(getgroups);
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp2660 Syscall param getgroups(size) contains uninitialised byte(s)
2664 Syscall param getgroups(list) contains uninitialised byte(s)
2668 Syscall param getgroups(list) points to unaddressable byte(s)

Completed in 2574 milliseconds