Searched refs:__sanitizer_protoent (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.h | 117 struct __sanitizer_protoent { struct
|
H A D | sanitizer_platform_limits_posix.h | 754 struct __sanitizer_protoent { struct
|
H A D | sanitizer_common_interceptors.inc | 7737 static void write_protoent(void *ctx, struct __sanitizer_protoent *p) { 7751 INTERCEPTOR(struct __sanitizer_protoent *, getprotoent) { 7754 struct __sanitizer_protoent *p = REAL(getprotoent)(); 7765 struct __sanitizer_protoent *p = REAL(getprotobyname)(name); 7771 INTERCEPTOR(struct __sanitizer_protoent *, getprotobynumber, int proto) { 7774 struct __sanitizer_protoent *p = REAL(getprotobynumber)(proto); 7788 INTERCEPTOR(int, getprotoent_r, struct __sanitizer_protoent *result_buf, 7789 char *buf, SIZE_T buflen, struct __sanitizer_protoent **result) { 7803 struct __sanitizer_protoent **result) { 7818 struct __sanitizer_protoent *result_buf, char *buf, [all …]
|
H A D | sanitizer_platform_limits_netbsd.h | 132 struct __sanitizer_protoent { struct
|