Searched refs:my_scope (Results 1 – 1 of 1) sorted by relevance
5243 char *my_scope; in scf_parse_svc_fmri() local5251 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() local5377 my_scope = s; in scf_parse_file_fmri()5382 if (my_scope[0] != '\0' && in scf_parse_file_fmri()[all …]