Home
last modified time | relevance | path

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

/glibc-2.36/nss/
Dbug17079.c42 enum { MAX_TEST_ITEMS = 10 }; enumerator
43 static struct passwd test_items[MAX_TEST_ITEMS];
66 while (++test_count < MAX_TEST_ITEMS); in init_test_items()