HomeSort by: relevance | last modified time | path
    Searched refs:getgroups (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/tests/lib/libc/sys/
t_getgroups.c 46 atf_tc_set_md_var(tc, "descr", "Test errors in getgroups(2)");
55 ATF_REQUIRE(getgroups(10, (gid_t *)-1) == -1);
60 ATF_REQUIRE(getgroups(-1, gidset) == -1);
67 atf_tc_set_md_var(tc, "descr", "Test getgid(2) from getgroups(2)");
78 * the GIDs returned by getgroups(2).
80 n = getgroups(NGROUPS_MAX, gidset);
88 atf_tc_fail("getgid(2) not found from getgroups(2)");
94 atf_tc_set_md_var(tc, "descr", "Test setgid(2) from getgroups(2)");
108 n = getgroups(NGROUPS_MAX, gidset);
129 atf_tc_fail("getgroups(2) is inconsistent")
    [all...]
  /src/tests/usr.bin/id/
Makefile 24 SANITIZER_RENAME_SYMBOL+= getgroups
pwgr.c 137 getgroups(int gidsetlen, gid_t *gidset) function
  /src/external/bsd/atf/dist/atf-c/detail/
user.c 57 ngroups = getgroups(NGROUPS_MAX, groups);
user_test.c 72 ngids = getgroups(NGROUPS_MAX, gids);
74 atf_tc_fail("Call to getgroups failed");
  /src/external/bsd/atf/dist/tools/
user.cpp 81 ngroups = getgroups(NGROUPS_MAX, groups);
user_test.cpp 73 int ngids = ::getgroups(NGROUPS_MAX, gids);
75 ATF_FAIL("Call to ::getgroups failed");
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_borrow_cred.c 89 r = getgroups(NGROUPS_MAX, scred->groups);
  /src/usr.bin/quota/
quota.c 166 ngroups = getgroups(NGROUPS, gidset);
168 err(1, "getgroups");
268 ngroups = getgroups(NGROUPS, gidset);
270 warn("getgroups");
301 ngroups = getgroups(NGROUPS, gidset);
303 warn("getgroups");
  /src/usr.bin/id/
id.c 244 if ((ngroups = getgroups(maxgroups, groups)) != 0) {
309 ngroups = getgroups(maxgroups, glist + 1) + 1;
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
unistd.h 1719 # undef getgroups
1720 # define getgroups rpl_getgroups
1722 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1723 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1726 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1728 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1730 _GL_CXXALIASWARN (getgroups);
1732 # undef getgroups macro
1734 _GL_WARN_ON_USE (getgroups, "getgroups is unportable -
    [all...]

Completed in 95 milliseconds

1 2 3 4