check_group
check_group;
check_group = B_TRUE;
if (((check_user || check_group || check_host ||
if ((op_mode == LIST_COMPAT_MODE) && (check_group == B_TRUE)) {
if ((check_user || check_group || check_exact) && ((username == NULL) ||
if (check_group && ((grbuf = calloc(1, grbuflen)) == NULL)) {
if (check_group == B_FALSE)
boolean_t check_group = B_FALSE;
if (check_group && (strncmp(i->group, j->group, TYPESIZE) != 0))
check_group ? e->group : "-",
static int check_group = 1;
check_group = 0;