Lines Matching refs:my_scope
5243 char *my_scope; in scf_parse_svc_fmri() local
5251 my_scope = s; in scf_parse_svc_fmri()
5258 te = strstr(my_scope, SCF_FMRI_SCOPE_SUFFIX); in scf_parse_svc_fmri()
5263 if (my_scope[0] == '\0') in scf_parse_svc_fmri()
5264 my_scope = SCF_FMRI_LOCAL_SCOPE; in scf_parse_svc_fmri()
5265 else if (uu_check_name(my_scope, 0) == -1) { in scf_parse_svc_fmri()
5270 *scope = my_scope; in scf_parse_svc_fmri()
5369 char *my_scope; in scf_parse_file_fmri() local
5377 my_scope = s; in scf_parse_file_fmri()
5382 if (my_scope[0] != '\0' && in scf_parse_file_fmri()
5383 strcmp(my_scope, SCF_FMRI_LOCAL_SCOPE) != 0) { in scf_parse_file_fmri()
5388 *scope = my_scope; in scf_parse_file_fmri()