Searched refs:getgrent_r (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1269 INTERCEPTOR(int, getgrent_r, __sanitizer_group *pwbuf, char *buf, SIZE_T buflen, 1272 COMMON_INTERCEPTOR_ENTER(ctx, getgrent_r, pwbuf, buf, buflen, pwbufp); 1276 int res = REAL(getgrent_r)(pwbuf, buf, buflen, pwbufp); 1302 COMMON_INTERCEPT_FUNCTION(getgrent_r); \
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3198 TEST(MemorySanitizer, getgrent_r) { in TEST() argument 3203 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2103 fun:getgrent_r=uninstrumented
|