Searched refs:grouping (Results 1 - 1 of 1) sorted by relevance

/scfdot/
H A Dscfdot.c440 static char *depname, *depname_copy, *grouping; /* max_value_len + 1 long */ variable
575 /* The grouping will dictate how we draw the edge */
583 if (scf_value_get_astring(g_val, grouping, max_value_len + 1) <
639 if (strcmp(grouping, SCF_DEP_OPTIONAL_ALL) == 0) {
642 } else if (strcmp(grouping, SCF_DEP_EXCLUDE_ALL) == 0) {
645 } else if (strcmp(grouping, SCF_DEP_REQUIRE_ALL) == 0) {
648 } else if (strcmp(grouping, SCF_DEP_REQUIRE_ANY) == 0) {
842 (grouping = malloc(max_value_len + 1)) == NULL ||

Completed in 9 milliseconds