Searched refs:suffix1 (Results 1 – 1 of 1) sorted by relevance
2390 const char *suffix1, *suffix2; in pool_build_xpath_buf() local2394 suffix1 = strrchr(prop_name, '.'); in pool_build_xpath_buf()2397 if (suffix1 != NULL || suffix2 != NULL) { in pool_build_xpath_buf()2398 if (suffix1 == NULL) in pool_build_xpath_buf()2399 suffix1 = prop_name; in pool_build_xpath_buf()2401 suffix1++; in pool_build_xpath_buf()2407 suffix1 = 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() local2457 suffix1 = strrchr(str_a, '.'); in prop_sort()[all …]