Lines Matching refs:str2
2831 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
2836 if (!strcmp("local", str2)) in parse_percent_type()
2838 else if (!strcmp("global", str2)) in parse_percent_type()
2843 if (!strcmp("local", str2)) in parse_percent_type()
2845 else if (!strcmp("global", str2)) in parse_percent_type()
2857 char *str1, *str2; in annotate_parse_percent_type() local
2864 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
2865 if (!str2) in annotate_parse_percent_type()
2868 *str2++ = 0; in annotate_parse_percent_type()
2870 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
2872 type = parse_percent_type(str2, str1); in annotate_parse_percent_type()