SCF_FMRI_LOCAL_SCOPE
if (strcmp(element, SCF_FMRI_LOCAL_SCOPE) == 0) {
if (strcmp(scope, SCF_FMRI_LOCAL_SCOPE) != 0) {
if (scf_handle_get_scope(h, SCF_FMRI_LOCAL_SCOPE, sc) == -1)
my_scope = SCF_FMRI_LOCAL_SCOPE;
*scope = SCF_FMRI_LOCAL_SCOPE;
strcmp(my_scope, SCF_FMRI_LOCAL_SCOPE) != 0) {
if (scope != NULL && strcmp(scope, SCF_FMRI_LOCAL_SCOPE) != 0) {
if (strcmp(tmp, SCF_FMRI_LOCAL_SCOPE) != 0) {