Home
last modified time | relevance | path

Searched refs:__sanitizer_protoent (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h117 struct __sanitizer_protoent { struct
H A Dsanitizer_platform_limits_posix.h754 struct __sanitizer_protoent { struct
H A Dsanitizer_common_interceptors.inc7737 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 Dsanitizer_platform_limits_netbsd.h132 struct __sanitizer_protoent { struct