Home
last modified time | relevance | path

Searched refs:text8 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/games/backgammon/teachgammon/
Ddata.c114 const char *const text8[] = { variable
421 2, 6, {25,23,0,0}, {23,17,0,0}, 5, 1, {text8}, {ans8}
/openbsd/src/lib/libexpat/tests/
Dbasic_tests.c2635 const char *text8 = "<doc>]"; in START_TEST() local
2638 int text8_len = (int)strlen(text8); in START_TEST()
2643 if (_XML_Parse_SINGLE_BYTES(g_parser, text8, text8_len, XML_TRUE) in START_TEST()