Home | History | Annotate | Download | only in tests

Lines Matching full:getpwnam_r

3300 TEST(MemorySanitizer, getpwnam_r) {
3304 int res = getpwnam_r("root", &pwd, buf, sizeof(buf), &pwdres);
3322 EXPECT_UMR(res = getpwnam_r(s, &pwd, buf, sizeof(buf), &pwdres));