Searched refs:scope_buf (Results 1 – 1 of 1) sorted by relevance
1516 char *scope_buf = safe_malloc(max_scf_name_length + 1); in sprint_scope() local1522 if (scf_scope_get_name(wip->scope, scope_buf, max_scf_name_length) < 0) in sprint_scope()1526 COMPONENT_COLUMN_WIDTH, scope_buf); in sprint_scope()1530 free(scope_buf); in sprint_scope()