Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/passwd/
Dgetgrouplist.c43 result = getgrouplist(server_user, server_gid, NULL, &server_ngroups); in getgrouplist_0100()
49 result = getgrouplist(server_user, server_gid, server_groups, &server_ngroups); in getgrouplist_0100()
Dtest_src_functionalext_supplement_passwd.gni22 "getgrouplist",
/third_party/musl/src/misc/
Dinitgroups.c9 if (getgrouplist(user, gid, groups, &count) < 0) return -1; in initgroups()
/third_party/musl/Benchmark/musl/
Dlibc_grp.cpp43 benchmark::DoNotOptimize(getgrouplist(user, pw->pw_gid, groups, &ngroups)); in Bm_function_Getgrouplist()
/third_party/musl/ndk_musl_include/
Dgrp.h39 int getgrouplist(const char *, gid_t, gid_t *, int *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dgrp.h43 int getgrouplist(const char *, gid_t, gid_t *, int *);
/third_party/musl/include/
Dgrp.h44 int getgrouplist(const char *, gid_t, gid_t *, int *);
/third_party/musl/porting/liteos_m/kernel/include/
Dgrp.h44 int getgrouplist(const char *, gid_t, gid_t *, int *);
/third_party/musl/porting/uniproton/kernel/include/
Dgrp.h44 int getgrouplist(const char *, gid_t, gid_t *, int *);
/third_party/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()
/third_party/musl/src/passwd/
Dgetgrouplist.c12 int getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist() function
/third_party/toybox/toys/posix/
Did.c131 ngroups = username ? getgrouplist(username, gid, groups, &i) in do_id()
/third_party/libwebsockets/lib/roles/dbus/
DREADME.md78 `getgrouplist()` via nss... bug since 2004(!)
/third_party/python/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
/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py410 os.getgrouplist(username, gid)
/third_party/python/Lib/test/
Dpythoninfo.py337 groups = os.getgrouplist(entry.pw_name, entry.pw_gid)
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1034 getgrouplist
Dfuchsia.txt1222 getgrouplist
Dnetbsd.txt1248 getgrouplist
Ddragonfly.txt1288 getgrouplist
Dfreebsd.txt1611 getgrouplist
Dapple.txt1889 getgrouplist
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs724 pub fn getgrouplist( in getgrouplist() function
/third_party/rust/crates/nix/
DCHANGELOG.md378 - Fixed buffer overflow in `unistd::getgrouplist`.
407 - Fixed buffer overflow in `unistd::getgrouplist`.
449 - Fixed buffer overflow in `unistd::getgrouplist`.
517 - Fixed buffer overflow in `unistd::getgrouplist`.
1173 - Added `nix::unistd::{getgroups, setgroups, getgrouplist, initgroups}`. ([#733](https://github.com…
/third_party/musl/
Dlibc.map.txt808 getgrouplist;

12