Searched refs:gethostent_r (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1082 TEST(MemorySanitizer, gethostent_r) { in TEST() argument 1087 int res = gethostent_r(&he, buf, sizeof(buf), &result, &err); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2277 INTERCEPTOR(int, gethostent_r, struct __sanitizer_hostent *ret, char *buf, 2280 COMMON_INTERCEPTOR_ENTER(ctx, gethostent_r, ret, buf, buflen, result, 2285 int res = REAL(gethostent_r)(ret, buf, buflen, result, h_errnop); 2295 COMMON_INTERCEPT_FUNCTION(gethostent_r);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1876 fun:gethostent_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1400 PUBLIC f2020 0 gethostent_r
|