Searched refs:getgrouplist (Results 1 – 25 of 48) sorted by relevance
12
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
D | getgrouplist.c | 43 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()
|
D | test_src_functionalext_supplement_passwd.gni | 22 "getgrouplist",
|
/third_party/musl/src/misc/ |
D | initgroups.c | 9 if (getgrouplist(user, gid, groups, &count) < 0) return -1; in initgroups()
|
/third_party/musl/Benchmark/musl/ |
D | libc_grp.cpp | 43 benchmark::DoNotOptimize(getgrouplist(user, pw->pw_gid, groups, &ngroups)); in Bm_function_Getgrouplist()
|
/third_party/musl/ndk_musl_include/ |
D | grp.h | 39 int getgrouplist(const char *, gid_t, gid_t *, int *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | grp.h | 43 int getgrouplist(const char *, gid_t, gid_t *, int *);
|
/third_party/musl/include/ |
D | grp.h | 44 int getgrouplist(const char *, gid_t, gid_t *, int *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | grp.h | 44 int getgrouplist(const char *, gid_t, gid_t *, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | grp.h | 44 int getgrouplist(const char *, gid_t, gid_t *, int *);
|
/third_party/selinux/libselinux/src/ |
D | seusers.c | 143 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/ |
D | getgrouplist.c | 12 int getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist() function
|
/third_party/toybox/toys/posix/ |
D | id.c | 131 ngroups = username ? getgrouplist(username, gid, groups, &i) in do_id()
|
/third_party/libwebsockets/lib/roles/dbus/ |
D | README.md | 78 `getgrouplist()` via nss... bug since 2004(!)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a6.rst | 726 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/ |
D | fsutil.py | 410 os.getgrouplist(username, gid)
|
/third_party/python/Lib/test/ |
D | pythoninfo.py | 337 groups = os.getgrouplist(entry.pw_name, entry.pw_gid)
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 1034 getgrouplist
|
D | fuchsia.txt | 1222 getgrouplist
|
D | netbsd.txt | 1248 getgrouplist
|
D | dragonfly.txt | 1288 getgrouplist
|
D | freebsd.txt | 1611 getgrouplist
|
D | apple.txt | 1889 getgrouplist
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 724 pub fn getgrouplist( in getgrouplist() function
|
/third_party/rust/crates/nix/ |
D | CHANGELOG.md | 378 - 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/ |
D | libc.map.txt | 808 getgrouplist;
|
12