Home
last modified time | relevance | path

Searched refs:SUPERUSER_GROUP (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp122 # define SUPERUSER_GROUP "wheel" macro
128 # define SUPERUSER_GROUP "root" macro
3623 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()