Searched refs:getgrgid_r (Results 1 – 25 of 26) sorted by relevance
12
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
D | getgrgid_r.c | 36 int result = getgrgid_r(gid, &grp_storage, buf, sizeof(buf), &grp); in getgrgid_r_0100() 69 int result = getgrgid_r(-1, &grp_storage, buf, sizeof(buf), &grp); in getgrgid_r_0200()
|
D | test_src_functionalext_supplement_passwd.gni | 23 "getgrgid_r",
|
/third_party/musl/ndk_musl_include/ |
D | grp.h | 29 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
|
/third_party/musl/libc-test/src/api/ |
D | grp.c | 17 {int(*p)(gid_t,struct group*,char*,size_t,struct group**) = getgrgid_r;} in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | grp.h | 28 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | grp.h | 29 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
|
/third_party/musl/include/ |
D | grp.h | 29 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | grp.h | 29 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
|
/third_party/musl/src/passwd/ |
D | getgr_r.c | 46 int getgrgid_r(gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) in getgrgid_r() function
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-caps.c | 173 if (getgrgid_r(context->gid, &gr, strs, sizeof(strs), &g) || !g) {
|
/third_party/pulseaudio/src/pulsecore/ |
D | usergroup.c | 143 … while ((err = getgrgid_r(gid, (struct group *)buf, getgr_buf, getgr_buflen, &result)) == ERANGE) { in pa_getgrgid_malloc()
|
/third_party/python/Modules/ |
D | grpmodule.c | 142 status = getgrgid_r(gid, &grp, buf, bufsize, &p); in grp_getgrgid_impl()
|
/third_party/node/src/ |
D | node_credentials.cc | 156 if ((rc = getgrgid_r(gid, &pwd, buf, sizeof(buf), &pp)) == 0 &&
|
/third_party/toybox/lib/ |
D | lib.c | 1261 errno = getgrgid_r(gid, &list->gr, sizeof(*list)+(char *)list, in bufgetgrgid()
|
/third_party/musl/ |
D | libc.map.txt | 790 getgrgid_r;
|
D | WHATSNEW | 1108 - clobbering of gr_name in getgrnam_r and getgrgid_r
|
/third_party/pulseaudio/ |
D | meson.build | 253 'getgrgid_r',
|
D | configure.ac | 558 AC_CHECK_FUNCS_ONCE([chmod chown fstat fchown fchmod clock_gettime getaddrinfo getgrgid_r getgrnam_…
|
/third_party/libwebsockets/ |
D | CMakeLists.txt | 585 CHECK_FUNCTION_EXISTS(getgrgid_r LWS_HAVE_GETGRGID_R)
|
/third_party/glib/gio/ |
D | glocalfileinfo.c | 1276 getgrgid_r (gid, &gbuf, buffer, sizeof(buffer), &gbufp); in lookup_gid_name()
|
/third_party/python/ |
D | pyconfig.h.in | 447 /* Define to 1 if you have the `getgrgid_r' function. */
|
D | configure.ac | 3714 getgrgid_r getgrnam_r \
|
D | configure | 11958 getgrgid_r getgrnam_r \
|
/third_party/glib/ |
D | meson.build | 503 'getgrgid_r',
|
D | NEWS | 3879 756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
|
12