Home
last modified time | relevance | path

Searched refs:sval2 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libpool/common/
H A Dpool_value.c360 const char *sval1, *sval2; in pool_value_equal() local
397 (void) pool_value_get_string(pv2, &sval2); in pool_value_equal()
398 if (strcmp(sval1, sval2) == 0) in pool_value_equal()