OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPECTED_VIEW
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.27/ld/
testplug2.c
602
#define
EXPECTED_VIEW
"/* The first line of this file must match the expectation of"
603
#define EXPECTED_VIEW_LENGTH (sizeof (
EXPECTED_VIEW
) - 1)
606
|| memcmp (view,
EXPECTED_VIEW
, EXPECTED_VIEW_LENGTH) != 0)
612
TV_MESSAGE (LDPL_INFO, " Expect: "
EXPECTED_VIEW
);
testplug4.c
608
#define
EXPECTED_VIEW
"/* The first line of this file must match the expectation of"
609
#define EXPECTED_VIEW_LENGTH (sizeof (
EXPECTED_VIEW
) - 1)
612
|| memcmp (view,
EXPECTED_VIEW
, EXPECTED_VIEW_LENGTH) != 0)
618
TV_MESSAGE (LDPL_INFO, " Expect: "
EXPECTED_VIEW
);
Completed in 240 milliseconds