Lines Matching refs:str2
2312 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
2317 if (!strcmp("local", str2)) in parse_percent_type()
2319 else if (!strcmp("global", str2)) in parse_percent_type()
2324 if (!strcmp("local", str2)) in parse_percent_type()
2326 else if (!strcmp("global", str2)) in parse_percent_type()
2337 char *str1, *str2; in annotate_parse_percent_type() local
2344 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
2345 if (!str2) in annotate_parse_percent_type()
2348 *str2++ = 0; in annotate_parse_percent_type()
2350 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
2352 type = parse_percent_type(str2, str1); in annotate_parse_percent_type()