Home
last modified time | relevance | path

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

/glibc-2.36/iconv/
Dtst-iconv5.c40 static const struct convcode testcode[] = { variable
49 static const int number = (int) sizeof (testcode) / sizeof (struct convcode);
148 ret = test_unalign (&testcode[i], (char *) SAMPLESTR, sizeof (SAMPLESTR)); in do_test()
152 testcode[i].fromcode, testcode[i].tocode); in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.1839598 * iconv/tst-iconv5.c (testcode, number): Make variables static const.