OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_string1
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libprop/
t_proplib.c
91
static const char
const_string1
[] =
variable in typeref:typename:const char[]
739
char buf[sizeof(
const_string1
)];
746
s1 = prop_string_create_nocopy(
const_string1
);
748
s2 = prop_string_create_copy(
const_string1
);
751
ATF_REQUIRE(prop_string_value(s1) ==
const_string1
);
755
s1 = prop_string_create_copy(
const_string1
);
757
s2 = prop_string_create_nocopy(
const_string1
);
760
ATF_REQUIRE(prop_string_value(s1) !=
const_string1
);
770
s1 = prop_string_create_nocopy(
const_string1
);
774
ATF_REQUIRE(prop_string_size(s1) == strlen(
const_string1
));
[
all
...]
t_proplib.c
91
static const char
const_string1
[] =
variable in typeref:typename:const char[]
739
char buf[sizeof(
const_string1
)];
746
s1 = prop_string_create_nocopy(
const_string1
);
748
s2 = prop_string_create_copy(
const_string1
);
751
ATF_REQUIRE(prop_string_value(s1) ==
const_string1
);
755
s1 = prop_string_create_copy(
const_string1
);
757
s2 = prop_string_create_nocopy(
const_string1
);
760
ATF_REQUIRE(prop_string_value(s1) !=
const_string1
);
770
s1 = prop_string_create_nocopy(
const_string1
);
774
ATF_REQUIRE(prop_string_size(s1) == strlen(
const_string1
));
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025