Lines Matching refs:str2
3165 static unsigned int parse_percent_type(char *str1, char *str2)
3170 if (!strcmp("local", str2))
3172 else if (!strcmp("global", str2))
3177 if (!strcmp("local", str2))
3179 else if (!strcmp("global", str2))
3191 char *str1, *str2;
3198 str2 = strchr(str1, '-');
3199 if (!str2)
3202 *str2++ = 0;
3204 type = parse_percent_type(str1, str2);
3206 type = parse_percent_type(str2, str1);