grp              1026 core/nginx.c           struct group   *grp;
grp              1041 core/nginx.c           grp = getgrnam(NGX_GROUP);
grp              1042 core/nginx.c           if (grp == NULL) {
grp              1048 core/nginx.c           ccf->group = grp->gr_gid;
grp              1120 core/nginx.c       struct group     *grp;
grp              1152 core/nginx.c       grp = getgrnam(group);
grp              1153 core/nginx.c       if (grp == NULL) {
grp              1159 core/nginx.c       ccf->group = grp->gr_gid;