Home | History | Annotate | Download | only in tests

Lines Matching refs:s_out

2175   char s_out[INET6_ADDRSTRLEN];
2176 EXPECT_POISONED(s_out[3]);
2177 const char *q = inet_ntop(AF_INET6, buf, s_out, INET6_ADDRSTRLEN);
2179 EXPECT_NOT_POISONED(s_out[3]);