Lines Matching refs:grouping
458 char *type = NULL, *grouping = NULL; in has_potential() local
529 if ((grouping = read_astring_prop(pg, val, prop, in has_potential()
550 if (strcmp(grouping, SCF_DEP_REQUIRE_ALL) == 0) { in has_potential()
552 } else if (strcmp(grouping, SCF_DEP_REQUIRE_ANY) == 0) { in has_potential()
554 } else if (strcmp(grouping, SCF_DEP_EXCLUDE_ALL) == 0) { in has_potential()
556 } else if (strcmp(grouping, SCF_DEP_OPTIONAL_ALL) == 0) { in has_potential()
560 free(grouping); in has_potential()
561 grouping = NULL; in has_potential()
566 free(grouping); in has_potential()
567 grouping = NULL; in has_potential()
584 if (grouping != NULL) in has_potential()
585 free(grouping); in has_potential()