Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dmisc_tests.c352 size_t inputIndex = 0; in START_TEST()
354 for (; inputIndex < sizeof(inputs) / sizeof(inputs[0]); inputIndex++) { in START_TEST()
355 set_subtest("%s", inputs[inputIndex]); in START_TEST()
361 const char *const input = inputs[inputIndex]; in START_TEST()
351 size_t inputIndex = 0; START_TEST() local