Home | History | Annotate | Download | only in tests

Lines Matching full:gethostbyname_r

1044 TEST(MemorySanitizer, gethostbyname_r) {
1049 int res = gethostbyname_r("localhost", &he, buf, sizeof(buf), &result, &err);
1062 int res = gethostbyname_r("bad-host-name", &he, buf, sizeof(buf), &result, &err);
1072 int res = gethostbyname_r("localhost", &he, buf, sizeof(buf), &result, &err);