Home
last modified time | relevance | path

Searched refs:inet_aton (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3530 TEST(MemorySanitizer, inet_aton) { in TEST() argument
3533 int res = inet_aton(s, in); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc68 #define inet_aton __inet_aton
2747 INTERCEPTOR(int, inet_aton, const char *cp, void *dst) {
2749 COMMON_INTERCEPTOR_ENTER(ctx, inet_aton, cp, dst);
2754 int res = REAL(inet_aton)(cp, dst);
2761 #define INIT_INET_ATON COMMON_INTERCEPT_FUNCTION(inet_aton);
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2050 fun:inet_aton=uninstrumented