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