OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_schar_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libprop/
t_proplib.c
423
prop_number_t
n_schar_max
= prop_number_create_signed(SCHAR_MAX);
local in function:ATF_TC_BODY
426
ATF_REQUIRE(
n_schar_max
!= NULL);
494
ATF_REQUIRE(prop_number_schar_value(
n_schar_max
, &val.v_schar) &&
500
ATF_REQUIRE(prop_number_uchar_value(
n_schar_max
, &val.v_uchar) &&
689
prop_object_release(
n_schar_max
);
t_proplib.c
423
prop_number_t
n_schar_max
= prop_number_create_signed(SCHAR_MAX);
local in function:ATF_TC_BODY
426
ATF_REQUIRE(
n_schar_max
!= NULL);
494
ATF_REQUIRE(prop_number_schar_value(
n_schar_max
, &val.v_schar) &&
500
ATF_REQUIRE(prop_number_uchar_value(
n_schar_max
, &val.v_uchar) &&
689
prop_object_release(
n_schar_max
);
Completed in 22 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025