Home
last modified time | relevance | path

Searched defs:__sanitizer_hostent (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h318 struct __sanitizer_hostent { struct
319 char *h_name;
320 char **h_aliases;
321 int h_addrtype;
322 int h_length;
323 char **h_addr_list;
H A Dsanitizer_platform_limits_freebsd.h356 struct __sanitizer_hostent { global() struct
357 h_name__sanitizer_hostent global() argument
358 h_aliases__sanitizer_hostent global() argument
359 h_addrtype__sanitizer_hostent global() argument
360 h_length__sanitizer_hostent global() argument
361 h_addr_list__sanitizer_hostent global() argument
H A Dsanitizer_platform_limits_netbsd.h363 struct __sanitizer_hostent { struct
364 char *h_name;
365 char **h_aliases;
366 int h_addrtype;
367 int h_length;
368 char **h_addr_list;
H A Dsanitizer_platform_limits_posix.h781 struct __sanitizer_hostent { struct
782 char *h_name;
783 char **h_aliases;
784 int h_addrtype;
785 int h_length;
786 char **h_addr_list;