Lines Matching defs:my_scope
5183 char *my_scope;
5191 my_scope = s;
5198 te = strstr(my_scope, SCF_FMRI_SCOPE_SUFFIX);
5203 if (my_scope[0] == '\0')
5204 my_scope = SCF_FMRI_LOCAL_SCOPE;
5205 else if (uu_check_name(my_scope, 0) == -1) {
5210 *scope = my_scope;
5309 char *my_scope;
5317 my_scope = s;
5322 if (my_scope[0] != '\0' &&
5323 strcmp(my_scope, SCF_FMRI_LOCAL_SCOPE) != 0) {
5328 *scope = my_scope;