OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_strcmp
(Results
1 - 2
of
2
) sorted by null
/system/extras/libc_test/
main.cpp
126
int (*
test_strcmp
)(const char *s1, const char *s2),
151
if (
test_strcmp
(align_str1, align_str2) != 0) {
163
int (*
test_strcmp
)(const char *s1, const char *s2),
184
if (
test_strcmp
(align_str1, align_str2) != 0) {
200
if (
test_strcmp
(align_str1, align_str2) == 0) {
208
if (
test_strcmp
(align_str1, align_str2) != 0) {
221
if (
test_strcmp
(align_str1, align_str2) == 0) {
230
bool doStrcmpCheckRead(int (*
test_strcmp
)(const char *s1, const char *s2),
268
if (
test_strcmp
(other_string, string) != 0) {
276
if (
test_strcmp
(string, other_string) != 0)
[
all
...]
/external/valgrind/main/memcheck/tests/
str_tester.c
70
test_strcmp
(void)
function
[
all
...]
Completed in 652 milliseconds