Lines Matching defs:my_scope
6157 char *my_scope;
6165 my_scope = s;
6172 te = strstr(my_scope, SCF_FMRI_SCOPE_SUFFIX);
6177 if (my_scope[0] == '\0')
6178 my_scope = SCF_FMRI_LOCAL_SCOPE;
6179 else if (uu_check_name(my_scope, 0) == -1) {
6184 *scope = my_scope;
6283 char *my_scope;
6291 my_scope = s;
6296 if (my_scope[0] != '\0' &&
6297 strcmp(my_scope, SCF_FMRI_LOCAL_SCOPE) != 0) {
6302 *scope = my_scope;