Home
last modified time | relevance | path

Searched refs:getgrouplist (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dgetgrouplist.cpp20 if (getgrouplist("nobody", nobody, groups, &ngroups)) in main()
/external/openssh/openbsd-compat/
Dgetgrouplist.c46 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) in getgrouplist() function
Dport-aix.h124 int getgrouplist(const char *, gid_t, gid_t *, int *);
DMakefile.in33 getgrouplist.o \
Dopenbsd-compat.h170 int getgrouplist(const char *, gid_t, gid_t *, int *);
Dport-aix.c443 getgrouplist(const char *user, gid_t pgid, gid_t *groups, int *grpcnt) in getgrouplist() function
/external/selinux/libselinux/src/
Dseusers.c143 if (getgrouplist(name, gid, NULL, &ng) < 0) { in check_group()
149 if (getgrouplist(name, gid, groups, &ng) < 0) in check_group()
/external/openssh/
Dgroupaccess.c65 while (getgrouplist(user, base, groups_bygid, &ngroups) == -1) { in ga_init()
/external/toybox/toys/posix/
Did.c113 ngroups = username ? getgrouplist(username, gid, groups, &i) in do_id()
/external/libcap/pam_cap/
Dtest_pam_cap.c49 int getgrouplist(const char *user, gid_t group, gid_t *groups, int *ngroups) { in getgrouplist() function
Dpam_cap.c58 if (getgrouplist(user, pwd->pw_gid, grps, &ngrps) < 1) { in load_groups()
/external/libwebsockets/lib/roles/dbus/
DREADME.md78 `getgrouplist()` via nss... bug since 2004(!)
/external/libcups/config-scripts/
Dcups-common.m4189 dnl Check for getgrouplist
190 AC_CHECK_FUNCS(getgrouplist)
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst726 Fix ``os.getgrouplist()``: if ``getgrouplist()`` function fails because the
728 glibc implementation of ``getgrouplist()`` sets ``ngroups`` to the total
/external/python/cpython3/Lib/test/
Dpythoninfo.py336 groups = os.getgrouplist(entry.pw_name, entry.pw_gid)
Dtest_posix.py1028 self.assertIn(group, posix.getgrouplist(user, group))
/external/libcups/scheduler/
Dauth.c1197 getgrouplist(username, (int)user->pw_gid, groups, &ngroups); in cupsdCheckGroup()
1199 getgrouplist(username, user->pw_gid, groups, &ngroups); in cupsdCheckGroup()
/external/libcups/
Dconfig.h.in498 * Do we have the getgrouplist() function?
/external/libcap/progs/
Dcapsh.c773 status = getgrouplist(user, pwd->pw_gid, groups, &ngroups); in main()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs711 pub fn getgrouplist( in getgrouplist() function
/external/rust/crates/nix/src/
Dunistd.rs1511 pub fn getgrouplist(user: &CStr, group: Gid) -> Result<Vec<Gid>> { in getgrouplist() function
1529 libc::getgrouplist(user.as_ptr(), in getgrouplist()
/external/rust/crates/nix/test/
Dtest_unistd.rs245 let group_list = getgrouplist(&user, group).unwrap(); in test_initgroups()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1406 pub fn getgrouplist( in getgrouplist() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2651 pub fn getgrouplist( in getgrouplist() function
/external/python/cpython3/
Dpyconfig.h.in435 /* Define to 1 if you have the `getgrouplist' function. */

12