Lines Matching refs:str2
3187 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
3192 if (!strcmp("local", str2)) in parse_percent_type()
3194 else if (!strcmp("global", str2)) in parse_percent_type()
3199 if (!strcmp("local", str2)) in parse_percent_type()
3201 else if (!strcmp("global", str2)) in parse_percent_type()
3213 char *str1, *str2; in annotate_parse_percent_type() local
3220 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
3221 if (!str2) in annotate_parse_percent_type()
3224 *str2++ = 0; in annotate_parse_percent_type()
3226 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
3228 type = parse_percent_type(str2, str1); in annotate_parse_percent_type()