Lines Matching refs:str2
2189 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
2194 if (!strcmp("local", str2)) in parse_percent_type()
2196 else if (!strcmp("global", str2)) in parse_percent_type()
2201 if (!strcmp("local", str2)) in parse_percent_type()
2203 else if (!strcmp("global", str2)) in parse_percent_type()
2214 char *str1, *str2; in annotate_parse_percent_type() local
2221 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
2222 if (!str2) in annotate_parse_percent_type()
2225 *str2++ = 0; in annotate_parse_percent_type()
2227 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
2229 type = parse_percent_type(str2, str1); in annotate_parse_percent_type()