HomeSort by: relevance | last modified time | path
    Searched defs:prop_string_equals_string (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libprop/
prop_string.c 604 * prop_string_equals_string --
609 prop_string_equals_string(prop_string_t ps, const char *cp) function in typeref:typename:_PROP_EXPORT bool
620 "which is deprecated; prop_string_equals_string() instead.")
624 return prop_string_equals_string(ps, cp);
prop_string.c 604 * prop_string_equals_string --
609 prop_string_equals_string(prop_string_t ps, const char *cp) function in typeref:typename:_PROP_EXPORT bool
620 "which is deprecated; prop_string_equals_string() instead.")
624 return prop_string_equals_string(ps, cp);

Completed in 196 milliseconds