Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h707 struct __sanitizer_protoent { struct
Dsanitizer_common_interceptors.inc7465 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 …]
Dsanitizer_platform_limits_netbsd.h132 struct __sanitizer_protoent { struct