Searched refs:getgrent_r (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/libc/src/unix/solarish/ |
D | compat.rs | 198 pub unsafe fn getgrent_r( in getgrent_r() function
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 1310 pub fn getgrent_r( in getgrent_r() function
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1486 pub fn getgrent_r( in getgrent_r() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3455 TEST(MemorySanitizer, getgrent_r) { in TEST() argument 3460 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1675 INTERCEPTOR(int, getgrent_r, __sanitizer_group *pwbuf, char *buf, SIZE_T buflen, 1678 COMMON_INTERCEPTOR_ENTER(ctx, getgrent_r, pwbuf, buf, buflen, pwbufp); 1682 int res = REAL(getgrent_r)(pwbuf, buf, buflen, pwbufp); 1708 COMMON_INTERCEPT_FUNCTION(getgrent_r); \
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2884 pub fn getgrent_r( in getgrent_r() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1862 fun:getgrent_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 696 PUBLIC a9470 0 getgrent_r
|