Searched refs:TestStrings (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dexamine-backward.c19 Define TestStrings, TestStringsH, and TestStringsW to test utf8, utf16,
24 const char TestStrings[] = {
37 TestStrings, to avoid showing garbage when we look for strings
38 backwards from TestStrings. */
54 unsigned char *TestStrings = &TestStringsBase[1]; variable
109 int dummy = TestStrings[0] + TestStringsH[0] + TestStringsW[0];
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dexamine-backward.c19 Define TestStrings, TestStringsH, and TestStringsW to test utf8, utf16,
24 const char TestStrings[] = {
36 TestStrings, to avoid showing garbage when we look for strings
37 backwards from TestStrings. */
43 const unsigned char TestStrings[] = { variable
96 int dummy = Barrier[0] + TestStrings[0] + TestStringsH[0] + TestStringsW[0];

Completed in 122 milliseconds