Lines Matching refs:str2
3085 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
3090 if (!strcmp("local", str2)) in parse_percent_type()
3092 else if (!strcmp("global", str2)) in parse_percent_type()
3097 if (!strcmp("local", str2)) in parse_percent_type()
3099 else if (!strcmp("global", str2)) in parse_percent_type()
3111 char *str1, *str2; in annotate_parse_percent_type() local
3118 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
3119 if (!str2) in annotate_parse_percent_type()
3122 *str2++ = 0; in annotate_parse_percent_type()
3124 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
3126 type = parse_percent_type(str2, str1); in annotate_parse_percent_type()