Searched refs:suffix2 (Results 1 – 1 of 1) sorted by relevance
2382 const char *suffix1, *suffix2; in pool_build_xpath_buf() local2387 suffix2 = strrchr(last_prop_name, '.'); in pool_build_xpath_buf()2389 if (suffix1 != NULL || suffix2 != NULL) { in pool_build_xpath_buf()2394 if (suffix2 == NULL) in pool_build_xpath_buf()2395 suffix2 = last_prop_name; in pool_build_xpath_buf()2397 suffix2++; in pool_build_xpath_buf()2400 suffix2 = last_prop_name; in pool_build_xpath_buf()2402 if (strcmp(suffix1, suffix2) == 0) { in pool_build_xpath_buf()2442 const char *suffix1, *suffix2; in prop_sort() local2450 suffix2 = strrchr(str_b, '.'); in prop_sort()[all …]