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

  /src/common/include/prop/
prop_number.h 61 bool prop_number_ushort_value(prop_number_t, unsigned short *);
  /src/tests/lib/libprop/
t_proplib.c 519 ATF_REQUIRE(prop_number_ushort_value(n_shrt_max, &val.v_ushrt) &&
521 ATF_REQUIRE(!prop_number_ushort_value(n_shrt_min, &val.v_ushrt));
522 ATF_REQUIRE(prop_number_ushort_value(n_ushrt_max, &val.v_ushrt) &&
526 ATF_REQUIRE(!prop_number_ushort_value(n_int_max, &val.v_ushrt));
  /src/lib/libprop/
Makefile 264 MLINKS+= prop_number.3 prop_number_ushort_value.3

Completed in 12 milliseconds