OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASSERT_LONG_EQ
(Results
1 - 2
of
2
) sorted by null
/external/openssh/regress/unittests/conversion/
tests.c
29
ASSERT_LONG_EQ
(convtime("0"), 0);
30
ASSERT_LONG_EQ
(convtime("1"), 1);
31
ASSERT_LONG_EQ
(convtime("1S"), 1);
33
ASSERT_LONG_EQ
(convtime("90m"), 5400);
34
ASSERT_LONG_EQ
(convtime("1h30m"), 5400);
35
ASSERT_LONG_EQ
(convtime("2d"), 172800);
36
ASSERT_LONG_EQ
(convtime("1w"), 604800);
39
ASSERT_LONG_EQ
(convtime("-7"), -1);
40
ASSERT_LONG_EQ
(convtime("-9d"), -1);
44
ASSERT_LONG_EQ
(convtime(buf), -1)
[
all
...]
/external/openssh/regress/unittests/test_helper/
test_helper.h
116
#define
ASSERT_LONG_EQ
(a1, a2) \
Completed in 44 milliseconds