Lines Matching refs:str2
3203 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
3208 if (!strcmp("local", str2)) in parse_percent_type()
3210 else if (!strcmp("global", str2)) in parse_percent_type()
3215 if (!strcmp("local", str2)) in parse_percent_type()
3217 else if (!strcmp("global", str2)) in parse_percent_type()
3229 char *str1, *str2; in annotate_parse_percent_type() local
3236 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
3237 if (!str2) in annotate_parse_percent_type()
3240 *str2++ = 0; in annotate_parse_percent_type()
3242 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
3244 type = parse_percent_type(str2, str1); in annotate_parse_percent_type()