Lines Matching refs:str2
3143 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
3148 if (!strcmp("local", str2)) in parse_percent_type()
3150 else if (!strcmp("global", str2)) in parse_percent_type()
3155 if (!strcmp("local", str2)) in parse_percent_type()
3157 else if (!strcmp("global", str2)) in parse_percent_type()
3169 char *str1, *str2; in annotate_parse_percent_type() local
3176 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
3177 if (!str2) in annotate_parse_percent_type()
3180 *str2++ = 0; in annotate_parse_percent_type()
3182 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
3184 type = parse_percent_type(str2, str1); in annotate_parse_percent_type()