OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASSERT_U_INT_EQ
(Results
1 - 3
of
3
) sorted by null
/external/openssh/regress/unittests/sshbuf/
test_sshbuf_fixed.c
72
ASSERT_U_INT_EQ
(sshbuf_refcount(p1), 1);
77
ASSERT_U_INT_EQ
(sshbuf_refcount(p1), 2);
97
ASSERT_U_INT_EQ
(sshbuf_refcount(p1), 1);
/external/openssh/regress/unittests/hostkeys/
test_iterate.c
117
ASSERT_U_INT_EQ
(l->status, expected_status);
118
ASSERT_U_INT_EQ
(l->match, expected_match);
/external/openssh/regress/unittests/test_helper/
test_helper.h
114
#define
ASSERT_U_INT_EQ
(a1, a2) \
Completed in 124 milliseconds