HomeSort by: relevance | last modified time | path
    Searched refs:prop_string_equals (Results 1 - 6 of 6) sorted by relevancy

  /src/common/include/prop/
prop_string.h 50 bool prop_string_equals(prop_string_t, prop_string_t);
  /src/lib/libprop/
Makefile 296 MLINKS+= prop_string.3 prop_string_equals.3
  /src/common/lib/libprop/
prop_string.c 591 * prop_string_equals --
595 prop_string_equals(prop_string_t str1, prop_string_t str2) function in typeref:typename:_PROP_EXPORT bool
  /src/tests/lib/libprop/
t_proplib.c 736 ATF_REQUIRE(!prop_string_equals(s1, s2));
737 ATF_REQUIRE(prop_string_equals(s2, s3));
  /src/usr.sbin/envstat/
config.c 384 if (prop_string_equals(lindex, obj)) {
  /src/sys/dev/sysmon/
sysmon_envsys.c 1895 if (!prop_string_equals(obj1, obj))
1918 if (prop_string_equals(obj2, tobj)) {

Completed in 90 milliseconds