/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | getpw_getgr.cpp | 94 test_r<group>(&getgrgid_r, 0); in main()
|
/external/llvm-project/lldb/source/Host/posix/ |
D | HostInfoPosix.cpp | 95 if (::getgrgid_r(gid, &group_info, group_buffer, group_buffer_size, in DoGetGroupName()
|
/external/python/cpython3/Modules/ |
D | grpmodule.c | 159 status = getgrgid_r(gid, &grp, buf, bufsize, &p); in grp_getgrgid_impl()
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 642 pub fn getgrgid_r( in getgrgid_r() function
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 727 pub fn getgrgid_r( in getgrgid_r() function
|
/external/toybox/lib/ |
D | lib.c | 1319 errno = getgrgid_r(gid, &list->gr, sizeof(*list)+(char *)list, in bufgetgrgid()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1471 pub fn getgrgid_r( in getgrgid_r() function
|
/external/rust/crates/nix/src/ |
D | unistd.rs | 2766 unsafe { libc::getgrgid_r(gid.0, grp, cbuf, cap, res) } in from_gid()
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2442 pub fn getgrgid_r( in getgrgid_r() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1576 INTERCEPTOR(int, getgrgid_r, u32 gid, __sanitizer_group *grp, char *buf, 1579 COMMON_INTERCEPTOR_ENTER(ctx, getgrgid_r, gid, grp, buf, buflen, result); 1583 int res = REAL(getgrgid_r)(gid, grp, buf, buflen, result); 1595 COMMON_INTERCEPT_FUNCTION(getgrgid_r);
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2603 pub fn getgrgid_r( in getgrgid_r() function
|
/external/python/cpython3/ |
D | pyconfig.h.in | 429 /* Define to 1 if you have the `getgrgid_r' function. */
|
D | configure.ac | 3686 getgrgid_r getgrnam_r \
|
D | configure | 11708 getgrgid_r getgrnam_r \
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3382 pub fn getgrgid_r( in getgrgid_r() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1983 INTERCEPTOR(int, getgrgid_r, u32 gid, __sanitizer_group *grp, char *buf, 1986 COMMON_INTERCEPTOR_ENTER(ctx, getgrgid_r, gid, grp, buf, buflen, result); 1990 int res = REAL(getgrgid_r)(gid, grp, buf, buflen, result); 2000 COMMON_INTERCEPT_FUNCTION(getgrgid_r);
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4153 pub fn getgrgid_r( in getgrgid_r() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1864 fun:getgrgid_r=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1864 fun:getgrgid_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 699 PUBLIC a9750 0 getgrgid_r
|