Home | History | Annotate | Download | only in tests

Lines Matching refs:grp

83 #include <grp.h>                // getgrent, getgrnam
804 static struct group* grp = NULL;
850 if (grp == NULL) grp = getgrent(); // a race condition here is okay
851 getgrnam(grp->gr_name);