Searched refs:suffix2 (Results 1 – 1 of 1) sorted by relevance
2390 const char *suffix1, *suffix2; in pool_build_xpath_buf() local2395 suffix2 = strrchr(last_prop_name, '.'); in pool_build_xpath_buf()2397 if (suffix1 != NULL || suffix2 != NULL) { in pool_build_xpath_buf()2402 if (suffix2 == NULL) in pool_build_xpath_buf()2403 suffix2 = last_prop_name; in pool_build_xpath_buf()2405 suffix2++; in pool_build_xpath_buf()2408 suffix2 = last_prop_name; in pool_build_xpath_buf()2410 if (strcmp(suffix1, suffix2) == 0) { in pool_build_xpath_buf()2450 const char *suffix1, *suffix2; in prop_sort() local2458 suffix2 = strrchr(str_b, '.'); in prop_sort()[all …]