Searched defs:suffix2 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c2390 const char *suffix1, *suffix2; local
2395 suffix2 = strrchr(last_prop_name, '.');
2397 if (suffix1 != NULL || suffix2 != NULL) {
2402 if (suffix2 == NULL)
2403 suffix2 = last_prop_name;
2405 suffix2++;
2408 suffix2 = last_prop_name;
2410 if (strcmp(suffix1, suffix2) == 0) {
2450 const char *suffix1, *suffix2; local
2458 suffix2
[all...]

Completed in 27 milliseconds