Lines Matching defs:str2
2390 static unsigned int parse_percent_type(char *str1, char *str2)
2395 if (!strcmp("local", str2))
2397 else if (!strcmp("global", str2))
2402 if (!strcmp("local", str2))
2404 else if (!strcmp("global", str2))
2415 char *str1, *str2;
2422 str2 = strchr(str1, '-');
2423 if (!str2)
2426 *str2++ = 0;
2428 type = parse_percent_type(str1, str2);
2430 type = parse_percent_type(str2, str1);