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

  /src/common/include/prop/
prop_number.h 75 bool prop_number_unsigned(prop_number_t);
  /src/tests/lib/libprop/
t_proplib.c 351 ATF_REQUIRE(prop_number_unsigned(s1) == false);
358 ATF_REQUIRE(prop_number_unsigned(s2) == false);
362 ATF_REQUIRE(prop_number_unsigned(u1) == true);
369 ATF_REQUIRE(prop_number_unsigned(u2) == true);
374 ATF_REQUIRE(prop_number_unsigned(u3) == true);
  /src/lib/libprop/
Makefile 249 MLINKS+= prop_number.3 prop_number_unsigned.3
  /src/common/lib/libprop/
prop_number.c 410 * prop_number_unsigned --
414 prop_number_unsigned(prop_number_t pn) function in typeref:typename:_PROP_EXPORT bool
  /src/common/lib/libppath/
ppath.c 830 if (prop_number_unsigned(v))
926 if (!prop_number_unsigned(v))

Completed in 14 milliseconds