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