Home | History | Annotate | Download | only in tests

Lines Matching full:getpwnam_r

2226 TEST(MemorySanitizer, getpwnam_r) {
2230 int res = getpwnam_r("root", &pwd, buf, sizeof(buf), &pwdres);
2247 EXPECT_UMR(res = getpwnam_r(s, &pwd, buf, sizeof(buf), &pwdres));