Lines Matching full:grouping
456 char *type = NULL, *grouping = NULL; in has_potential() local
527 if ((grouping = read_astring_prop(pg, val, prop, in has_potential()
548 if (strcmp(grouping, SCF_DEP_REQUIRE_ALL) == 0) { in has_potential()
550 } else if (strcmp(grouping, SCF_DEP_REQUIRE_ANY) == 0) { in has_potential()
552 } else if (strcmp(grouping, SCF_DEP_EXCLUDE_ALL) == 0) { in has_potential()
554 } else if (strcmp(grouping, SCF_DEP_OPTIONAL_ALL) == 0) { in has_potential()
558 free(grouping); in has_potential()
559 grouping = NULL; in has_potential()
564 free(grouping); in has_potential()
565 grouping = NULL; in has_potential()
582 if (grouping != NULL) in has_potential()
583 free(grouping); in has_potential()