Lines Matching refs:str2
3364 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
3369 if (!strcmp("local", str2)) in parse_percent_type()
3371 else if (!strcmp("global", str2)) in parse_percent_type()
3376 if (!strcmp("local", str2)) in parse_percent_type()
3378 else if (!strcmp("global", str2)) in parse_percent_type()
3390 char *str1, *str2; in annotate_parse_percent_type() local
3397 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
3398 if (!str2) in annotate_parse_percent_type()
3401 *str2++ = 0; in annotate_parse_percent_type()
3403 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
3405 type = parse_percent_type(str2, str1); in annotate_parse_percent_type()