Home
last modified time | relevance | path

Searched refs:getgrnam_r (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H A Dgetgrnam_r.c36 int result = getgrnam_r(group_name, &grp_storage, buf, sizeof(buf), &grp); in getgrnam_r_0100()
38 t_error("%s getgrnam_r failed\n", __func__); in getgrnam_r_0100()
69 int result = getgrnam_r("invalid_name", &grp_storage, buf, sizeof(buf), &grp); in getgrnam_r_0200()
71 t_error("%s getgrnam_r should be failed\n", __func__); in getgrnam_r_0200()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-caps.c76 if (getgrnam_r(colon, &gr, strs, sizeof(strs), &g) || !g) {
123 if (!getgrnam_r(context->groupname, &gr, strs, sizeof(strs), &g) && g) {
/third_party/musl/porting/uniproton/kernel/include/
H A Dgrp.h30 int getgrnam_r(const char *, struct group *, char *, size_t, struct group **);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dgrp.h30 int getgrnam_r(const char *, struct group *, char *, size_t, struct group **);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dgrp.h29 int getgrnam_r(const char *, struct group *, char *, size_t, struct group **);
/third_party/musl/include/
H A Dgrp.h30 int getgrnam_r(const char *, struct group *, char *, size_t, struct group **);
/third_party/musl/libc-test/src/api/
H A Dgrp.c19 {int(*p)(const char*,struct group*,char*,size_t,struct group**) = getgrnam_r;} in f()
/third_party/musl/src/passwd/
H A Dgetgr_r.c41 int getgrnam_r(const char *name, struct group *gr, char *buf, size_t size, struct group **res) in getgrnam_r() function
/third_party/pulseaudio/src/pulsecore/
H A Dusergroup.c42 /* Returns a suitable starting size for a getgrnam_r() or getgrgid_r() buffer,
202 while ((err = getgrnam_r(name, (struct group *)buf, getgr_buf, getgr_buflen, &result)) == ERANGE) { in pa_getgrnam_malloc()
/third_party/python/Modules/
H A Dgrpmodule.c206 /* Note: 'grp' will be used via pointer 'p' on getgrnam_r success. */ in grp_getgrnam_impl()
223 status = getgrnam_r(name_chars, &grp, buf, bufsize, &p); in grp_getgrnam_impl()
/third_party/selinux/libselinux/src/
H A Dseusers.c128 int retval = getgrnam_r(group, &gbuf, rbuf, in check_group()
/third_party/node/src/
H A Dnode_credentials.cc187 if (getgrnam_r(name, &pwd, buf, sizeof(buf), &pp) == 0 && pp != nullptr) in gid_by_name()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs686 pub fn getgrnam_r( in getgrnam_r() functions
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs765 pub fn getgrnam_r( in getgrnam_r() functions
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c2048 int st = getgrnam_r(group, &grp, buffer, len, &pgrp);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1767 pub fn getgrnam_r( in getgrnam_r() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2901 pub fn getgrnam_r( in getgrnam_r() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3361 pub fn getgrnam_r( in getgrnam_r() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2977 pub fn getgrnam_r( in getgrnam_r() functions
/third_party/rust/crates/nix/src/
H A Dunistd.rs2219 /// Initial size of `getgrgid_r` and `getgrnam_r` data buffers
3292 /// [getgrnam_r(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html)
3310 unsafe { libc::getgrnam_r(name.as_ptr(), grp, cbuf, cap, res) } in from_name()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4183 pub fn getgrnam_r( in getgrnam_r() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4256 pub fn getgrnam_r( in getgrnam_r() functions

Completed in 77 milliseconds