Searched defs:grpres (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3127 struct group *grpres; local
3129 int res = getgrnam_r("root", &grp, buf, sizeof(buf), &grpres);
3135 EXPECT_NOT_POISONED(grpres);
3200 struct group *grpres; local
3203 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres);
3209 EXPECT_NOT_POISONED(grpres);
3215 struct group *grpres; local
3218 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres);
3224 EXPECT_NOT_POISONED(grpres);

Completed in 544 milliseconds