Searched refs:__sanitizer_protoent (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 707 struct __sanitizer_protoent { struct
|
D | sanitizer_common_interceptors.inc | 7465 static void write_protoent(void *ctx, struct __sanitizer_protoent *p) { 7479 INTERCEPTOR(struct __sanitizer_protoent *, getprotoent) { 7482 struct __sanitizer_protoent *p = REAL(getprotoent)(); 7488 INTERCEPTOR(struct __sanitizer_protoent *, getprotobyname, const char *name) { 7493 struct __sanitizer_protoent *p = REAL(getprotobyname)(name); 7499 INTERCEPTOR(struct __sanitizer_protoent *, getprotobynumber, int proto) { 7502 struct __sanitizer_protoent *p = REAL(getprotobynumber)(proto); 7516 INTERCEPTOR(int, getprotoent_r, struct __sanitizer_protoent *result_buf, 7517 char *buf, SIZE_T buflen, struct __sanitizer_protoent **result) { 7530 struct __sanitizer_protoent *result_buf, char *buf, SIZE_T buflen, [all …]
|
D | sanitizer_platform_limits_netbsd.h | 132 struct __sanitizer_protoent { struct
|